calculator/src/CalcManager
Michał Janiszewski be31288187 Fix declarations of functions (#186)
Move file-scope functions to anonymous namespaces.
Drop #pragma once from .cpp files
2019-03-13 13:15:08 -07:00
..
CEngine Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
Header Files Build with /W4 (#197) 2019-03-08 23:15:28 -08: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 Replace escape sequences with path separators in include paths 2019-03-07 15:51:00 -08:00
CalculatorManager.h Apply spell check (#41) 2019-02-26 20:41:04 -08: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 Hello GitHub 2019-01-28 16:24:37 -08: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