calculator/src/CalculatorUnitTests
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
..
Assets Optimised images losslessly. (#229) 2019-03-13 16:37:50 -07:00
Mocks Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
AsyncHelper.cpp Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
AsyncHelper.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalcEngineTests.cpp Remove unused member field from CalculatorHistory (#330) 2019-03-20 10:58:32 -07:00
CalcInputTest.cpp Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
CalculatorManagerTest.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
CalculatorUnitTests_TemporaryKey.pfx Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
CalculatorUnitTests.rc Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
CalculatorUnitTests.vcxproj Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
CalculatorUnitTests.vcxproj.filters Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CopyPasteManagerTest.cpp Accept plus/minus sign before a parenthesis in ClipboardManager (#346) 2019-03-25 19:09:05 -07:00
CurrencyConverterUnitTests.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
DateCalculatorUnitTests.cpp Fix issue with Date diff when it includes a Daylight Saving Time (#193) 2019-03-18 11:22:32 -07:00
DateUtils.h Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
Helpers.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
HistoryTests.cpp Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
Module.cpp Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
MultiWindowUnitTests.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
NavCategoryUnitTests.cpp Feature/GraphingCalculator initial commit (#450) 2019-04-10 18:15:10 -07:00
Package.appxmanifest Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
pch.cpp Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
pch.h Disable use of min/max macros defined by Windows headers. (#363) 2019-03-25 11:28:29 -07:00
resource.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
StandardViewModelUnitTests.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Test.resw Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
UnitConverterTest.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
UnitConverterViewModelUnitTests.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
UnitConverterViewModelUnitTests.h Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
UnitTestApp.rd.xml Spelling (#135) 2019-03-07 10:27:13 -08:00
UnitTestApp.xaml Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00
UnitTestApp.xaml.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
UnitTestApp.xaml.h Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
UtilsTests.cpp Clean up unit test projects (#4) 2019-01-29 19:37:37 -08:00