calculator/src/CalcManager
Michał Janiszewski d4be50490f
Add headers missing for compilation with GCC (#1468)
Things that required such update included:
* `wstringstream`
* `setprecision`
* `SCODE_CODE`, `E_BOUNDS`
* Various SAL macros
2021-02-01 08:40:49 -08:00
..
CEngine Add headers missing for compilation with GCC (#1468) 2021-02-01 08:40:49 -08:00
Header Files Changed output of GetCurrentRadix to match the variable type of m_radix (#1416) 2020-10-28 14:40:57 -07:00
Ratpack Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalcManager.vcxproj Revert "Updated the Calculator projects to include the /Z7 compiler flag" (#1356) 2020-08-25 09:31:40 -07:00
CalcManager.vcxproj.filters merge with master 2019-12-02 19:36:54 -08:00
CalculatorHistory.cpp Remove LRE/LRO characters from results and error messages (#1161) 2020-04-30 12:04:33 -07:00
CalculatorHistory.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalculatorManager.cpp Changed output of GetCurrentRadix to match the variable type of m_radix (#1416) 2020-10-28 14:40:57 -07:00
CalculatorManager.h Remove dead code from History (#1228) 2020-05-25 15:02:27 -07:00
CalculatorResource.h merge with master 2019-12-02 19:36:54 -08:00
CalculatorVector.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
Command.h Remove saved commands from CalculatorManager (#1230) 2020-05-25 10:43:31 -07:00
ExpressionCommand.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
ExpressionCommand.h merge with master 2019-12-02 19:36:54 -08:00
ExpressionCommandInterface.h Add headers missing for compilation with GCC (#1468) 2021-02-01 08:40:49 -08:00
NumberFormattingUtils.cpp Fix how we calculate the precision in Unit converter and update GetNumberDigitsWholeNumberPart (#1256) 2020-06-01 16:50:45 -07:00
NumberFormattingUtils.h Add headers missing for compilation with GCC (#1468) 2021-02-01 08:40:49 -08:00
pch.cpp Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
pch.h Replace old C headers with the C++ ones (#1099) 2020-03-23 08:44:06 -07:00
sal_cross_platform.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00
UnitConverter.cpp Use different formatter for different currency (#1432) 2020-12-02 11:04:22 -08:00
UnitConverter.h Use different formatter for different currency (#1432) 2020-12-02 11:04:22 -08:00
winerror_cross_platform.h Merge master into feature/GraphingCalculator branch (#585) 2019-07-15 11:17:21 -07:00