calculator/src/CalcManager
2020-01-03 02:21:12 -08:00
..
CEngine Fix prefix 0s after deleting decimal point (#825) 2020-01-03 02:21:12 -08:00
Header Files Changing CCalcEngine::s_engineStrings to use string_view for keys (#829) 2019-12-01 08:59:50 -08:00
Ratpack Using wstring instead of wstringstream where appropriate (#881) 2019-12-19 01:50:31 -08:00
CalcManager.vcxproj Enable code analysis in the CalcManager project (#689) 2019-11-04 07:41:13 -08:00
CalcManager.vcxproj.filters Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
CalculatorHistory.cpp Enable code analysis in the CalcManager project (#689) 2019-11-04 07:41:13 -08:00
CalculatorHistory.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
CalculatorManager.cpp Removing unused serialization code in CalculatorManager (#858) 2019-12-10 14:32:00 -08:00
CalculatorManager.h Removing unused serialization code in CalculatorManager (#858) 2019-12-10 14:32:00 -08:00
CalculatorResource.h Changing CCalcEngine::s_engineStrings to use string_view for keys (#829) 2019-12-01 08:59:50 -08:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
Command.h Update Calc Engine for new functions needed for keyboard refresh (#662) 2019-09-30 14:04:20 -07:00
ExpressionCommand.cpp Updating code to append a wchar_t instead of const wchar_t (#778) 2019-11-11 09:23:34 -08:00
ExpressionCommand.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
ExpressionCommandInterface.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
NumberFormattingUtils.cpp Updating code to append a wchar_t instead of const wchar_t (#778) 2019-11-11 09:23:34 -08:00
NumberFormattingUtils.h Unit Converter - Calculate the rounding precision of results based on the source (#498) 2019-07-16 17:00:57 -07:00
pch.cpp Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
pch.h Update Calc Engine for new functions needed for keyboard refresh (#662) 2019-09-30 14:04:20 -07:00
sal_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
UnitConverter.cpp Cleaning up some UnitConverter code and making some of it more efficient. (#875) 2019-12-18 01:19:28 -08:00
UnitConverter.h Cleaning up some UnitConverter code and making some of it more efficient. (#875) 2019-12-18 01:19:28 -08:00
winerror_cross_platform.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00