calculator/src
Daniel Belcher 7ac750f7e5
Fix invalid check of m_precedenceOpCount (#298)
The conditional m_precedenceOpCount >= 0 was always true because m_precendenceOpCount is an unsigned type. Update the conditional to simply be true and rely on a break statement in the loop. Although this member variable used to be a signed type, in practice, the value was never less than 0.

How changes were validated:
Manual. Unit tests pass locally.
2019-04-09 14:12:28 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Fix invalid check of m_precedenceOpCount (#298) 2019-04-09 14:12:28 -07:00
Calculator Optimize and simplify CalculationResult to be able to update the FontSize and the DisplayMargin without fully updating the Style. (#217) 2019-04-05 13:04:39 -07:00
CalculatorUnitTests Accept plus/minus sign before a parenthesis in ClipboardManager (#346) 2019-03-25 19:09:05 -07:00
CalcViewModel Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
Calculator.sln Remove .editorconfig from sln (#290) 2019-03-13 12:50:23 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00