calculator/src/Calculator
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
..
Assets Added new dev app icons and update version to 1909 (#705) 2019-10-08 10:44:13 -07:00
Common Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
Controls Fix the focus when right-clicking CalculationResult's TextBlock (#698) 2019-10-09 07:39:55 -07:00
Converters Code cleanup: simplify NarratorNotifier (#646) 2019-09-29 16:42:37 -07:00
DesignData Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
Resources Update localized strings 2019-10-21 (#724) 2019-10-21 14:47:32 -07:00
Views Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
AboutFlyout.xaml Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
AboutFlyout.xaml.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
AboutFlyout.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
App.xaml add fallback colors to RevealBrush missing them (#685) 2019-10-17 14:10:26 -07:00
App.xaml.cpp Always-on-Top mode implemented (#579) 2019-07-30 17:53:39 -07:00
App.xaml.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Added new dev app icons and update version to 1909 (#705) 2019-10-08 10:44:13 -07:00
Calculator.vcxproj.filters Added new dev app icons and update version to 1909 (#705) 2019-10-08 10:44:13 -07:00
Package.appxmanifest Update to SDK 18362 (#568) 2019-06-27 09:53:06 -07:00
packages.config Updated Win UI to 2.2 for Calculator and CalcViewModel projects (#658) 2019-09-05 10:23:35 -07:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Code cleanup: simplify NarratorNotifier (#646) 2019-09-29 16:42:37 -07:00
TemporaryKey.pfx Add TemporaryKey.pfx (#354) 2019-03-21 17:03:42 -07:00
WindowFrameService.cpp Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00
WindowFrameService.h Updated Calculator diagnostic data collection per the specification (#572) 2019-07-17 18:09:39 -07:00