calculator/src
Scott Freeman 6366e0c535 Replacing CalculatorVector usage with std::vector (#756)
* Replacing CalculatorVector usage with std::vector

Assumptions made here are that memory allocations
are not recoverable.  If it can be proved that an index
will be in range, then the indexing operation is used.
If not (without manual checks) the std::vector::at function
is used to throw an exception in case of a programmer bug.

* Changes based on PR feedback

Using auto& in CalculatorCollector::UpdateHistoryExpression
so the token.first value is properly updated.

Using range for loop to GenerateExpressions.

Setting isEditable directly to the result of boolean expression.

Using token.second directly instead of creating a
separate tokenCommandIndex variable.

* Fixing issue with generating expressions strings.

A space should not be added before the first item.
2019-10-30 10:55:13 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
Calculator Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
CalculatorUITestFramework Remove unnecessary dependencies from UITestFramework project (#745) 2019-10-28 10:54:26 -07:00
CalculatorUITests Do not hide expression when user presses Enter or = (#695) 2019-10-18 13:40:13 -07:00
CalculatorUnitTests Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
CalcViewModel Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
Calculator.sln Update to v142 build tools for Visual Studio 2019 (#548) 2019-06-24 16:38:45 -07:00
CMakeLists.txt Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Update Calculator keyboard for greater consistency and extensibility (#688) 2019-10-03 15:56:44 -07:00