calculator/src
Daniel Belcher 091732aa94
Feature/GraphingCalculator initial commit (#450)
Initial PR for the feature/GraphingCalculator feature branch, part of #338.

The feature incorporates a proprietary Microsoft-owned graphing engine to drive graphing experiences in the Windows Calculator app. Due to the private nature of the graphing engine, the source available in the public repo will make use of a mock graphing engine. See README.md for more details.

This PR simply serves as a base for future feature development. As such, the PR will be immediately merged. Feedback on the content of this PR, and on the feature in general, is encouraged. If there is feedback related to the content of this specific PR, please leave comments on the PR page. We will address the comments in future PRs to the feature branch.
2019-04-10 18:15:10 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Fix invalid check of m_precedenceOpCount (#298) 2019-04-09 14:12:28 -07:00
Calculator Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
CalculatorUnitTests Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
CalcViewModel Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
GraphControl Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
GraphingInterfaces Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
MockGraphingImpl Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Calculator.sln Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00