calculator/src/CalcManager
Michał Janiszewski 7a48f66807 Replace custom types with standard ones (#212)
Replace custom types with standard ones
2019-03-26 14:30:46 -07:00
..
CEngine Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
Header Files Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
Ratpack Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -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 Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -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 Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -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 Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -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