calculator/src/CalcManager
2019-04-12 13:40:02 -07:00
..
CEngine Simplify some of the calc engine string logic (#449) 2019-04-11 15:20:01 -07:00
Header Files Simplify some of the calc engine string logic (#449) 2019-04-11 15:20:01 -07:00
Ratpack Add additional defines for MSVC ARM and ARM64 to conv.cpp (#399) 2019-03-28 11:17:06 -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 Drop unneeded const-qualifier on return type (#396) 2019-04-12 13:40:02 -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