calculator/src/CalcManager
Daniel Belcher 19e61e2b53 Disable use of min/max macros defined by Windows headers. (#363)
Description of the changes:
  Disable Windows-provided min/max macros using the NOMINMAX flag. Add the flag to each project's pch to disable the macros across the solution.

How changes were validated:
  Project builds.
  Unit tests pass.
  Smoke tests.

Fixes #362.
2019-03-25 11:28:29 -07:00
..
CEngine Improving code style : verbosity, indentation levels (#200) 2019-03-18 12:31:04 -07:00
Header Files Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Ratpack Disable use of min/max macros defined by Windows headers. (#363) 2019-03-25 11:28:29 -07:00
CalcManager.vcxproj Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
CalcManager.vcxproj.filters Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
CalculatorHistory.cpp Propose code-cleanups#2 (#253) 2019-03-20 14:28:30 -07:00
CalculatorHistory.h Remove unused member field from CalculatorHistory (#330) 2019-03-20 10:58:32 -07:00
CalculatorManager.cpp Fix order of initialization list in CalculatorManager, COpndCommand (#332) 2019-03-20 16:45:30 -07:00
CalculatorManager.h Make CalculatorManager final rather than sealed (#331) 2019-03-20 17:23:09 -07:00
CalculatorResource.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
CalculatorVector.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Command.h Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
ExpressionCommand.cpp Fix order of initialization list in CalculatorManager, COpndCommand (#332) 2019-03-20 16:45:30 -07:00
ExpressionCommand.h Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
ExpressionCommandInterface.h Add override keyword where applicable (#188) 2019-03-08 11:18:01 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Disable use of min/max macros defined by Windows headers. (#363) 2019-03-25 11:28:29 -07:00
targetver.h Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverter.cpp Improving code style : verbosity, indentation levels (#200) 2019-03-18 12:31:04 -07:00
UnitConverter.h Eliminate redundant copies of EMPTY_UNIT object, saving 2.5 KB. (#235) 2019-03-12 19:24:37 -07:00