calculator/src/CalcManager/Header Files
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
..
CalcEngine.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalcInput.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
CalcUtils.h Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
CCommand.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
EngineStrings.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
History.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
ICalcDisplay.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
IHistoryDisplay.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
Number.h Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
RadixType.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
Rational.h Rename scimath.h/cpp to RationalMath.h/cpp (#36) 2019-02-25 14:04:38 -08:00
RationalMath.h Modify how modulo is calculated in Normal and Scientific mode. (#412) 2019-04-16 17:17:24 -07:00