calculator/src/CalcManager
Michał Janiszewski d428a768e0
Drop non-negative tests on unsigned values (#1729)
As some of the variables are of unsigned types, it makes no sense to
test them for non-negativeness, as this is enforced by type already.
2021-11-15 11:17:14 -08:00
..
CEngine Drop non-negative tests on unsigned values (#1729) 2021-11-15 11:17:14 -08:00
Header Files Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -07:00
Ratpack Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -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 Drop non-negative tests on unsigned values (#1729) 2021-11-15 11:17:14 -08: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 Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -07:00
Command.h Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -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 Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -07:00
winerror_cross_platform.h Clang-format most of the sources (#1467) 2021-05-10 10:18:39 -07:00