calculator/src/CalcManager
Michał Janiszewski fe30c7cabc Add CMake project, GCC support (#540)
This is extract from #211 that enables compilation with GCC. With #211
now in the state of bitrot, I would rather try approaching it in smaller
steps that can be hopefully merged quicker, even if it does not provide
full support for all the features #211 provided.

This will _compile_ correctly with my (@janisozaur) GCC, but clang is
more picky about flexible array members and refuses to compile it yet.
I will extract remaining parts of #211 in future PRs.

I marked @fwcd as author, as he did most of the work in #211.
2019-06-06 14:08:31 -07:00
..
CEngine Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
Header Files Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
Ratpack Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CalcManager.vcxproj Force compiler to use utf-8 so the project compiles on systems in Chinese (#516) 2019-05-22 10:16:17 -07:00
CalcManager.vcxproj.filters Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
CalculatorHistory.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalculatorHistory.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalculatorManager.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CalculatorManager.h Remove Serialize/Deserialize functions never used in StandardCalculatorViewModel, UnitConverter, UnitConverterViewModel and CalculatorManager (#392) 2019-05-09 11:01:43 -07:00
CalculatorResource.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
CalculatorVector.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
Command.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommand.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
ExpressionCommand.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ExpressionCommandInterface.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
pch.cpp Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
pch.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
sal_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
UnitConverter.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
UnitConverter.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
winerror_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00