calculator/src/CalcManager
Michał Janiszewski a5e07418df Replace custom ARRAYSIZE macro with std::size (#208)
* Replace custom ARRAYSIZE macro with std::size
2019-03-14 21:06:12 -07:00
..
CEngine Replace custom ARRAYSIZE macro with std::size (#208) 2019-03-14 21:06:12 -07:00
Header Files Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284) 2019-03-14 16:20:05 -07:00
Ratpack Make 73 numeric constants const, moving them into .rdata (#234) 2019-03-13 13:10:14 -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 Clean up project structure in Visual Studio (#8) 2019-02-04 11:52:28 -08:00
CalculatorHistory.h Hello GitHub 2019-01-28 16:24:37 -08:00
CalculatorManager.cpp Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284) 2019-03-14 16:20:05 -07:00
CalculatorManager.h Fixes #282 Narrator does not convey error information when no more Right Parenthesis can be added in expression. (#284) 2019-03-14 16:20:05 -07:00
CalculatorResource.h Switch urls from http: to https: (#137) 2019-03-07 08:56:25 -08:00
CalculatorVector.h Catch polymorphic types by const-ref (#125) 2019-03-07 09:45:51 -08:00
Command.h Hello GitHub 2019-01-28 16:24:37 -08:00
ExpressionCommand.cpp Fix indentation and extra newline (#198) 2019-03-08 23:47:40 -08: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 ARRAYSIZE macro with std::size (#208) 2019-03-14 21:06:12 -07:00
targetver.h Hello GitHub 2019-01-28 16:24:37 -08:00
UnitConverter.cpp fix: redundant semicolons (#230) 2019-03-09 08:16:05 -08:00
UnitConverter.h Eliminate redundant copies of EMPTY_UNIT object, saving 2.5 KB. (#235) 2019-03-12 19:24:37 -07:00