Will
1113ff4b86
Updating comments per the C++ core guidelines and removing trailing whitespace ( #194 )
...
Fixed comments that were inconsistent with the style guidelines described in C++ core guidelines and the modern C++/WinRT language projections and removed trailing whitespace.
Inserted a space after the beginning of the comment so the text wasn't touching the // on all occurrences.
Removed all occurrences of trailing whitespace
2019-03-14 23:30:07 -07:00
Michał Janiszewski
be31288187
Fix declarations of functions ( #186 )
...
Move file-scope functions to anonymous namespaces.
Drop #pragma once from .cpp files
2019-03-13 13:15:08 -07:00
Brett Waldbaum
64c6493312
Build with /W4 ( #197 )
...
All projects are built with warning level 4 (/W4) and treat warnings as errors (/WX).
Fixed build errors resulting from enabling these compiler flags.
2019-03-08 23:15:28 -08:00
Josh Soref
84941c698e
Spelling ( #135 )
2019-03-07 10:27:13 -08:00
Michał Janiszewski
6c0e4e81e7
Remove unused values
2019-03-06 16:47:02 -08:00
Michał Janiszewski
07ff1c372f
Fix initialization order in CEngine ( #118 )
...
The order of initialization of fields is required to match the one in
class member fields declaration.
2019-03-06 14:51:21 -08:00
Matt Cooley
28f982a6e1
Apply spell check ( #41 )
2019-02-26 20:41:04 -08:00
Matt Cooley
654f09f544
Fix spelling in some comments ( #38 )
2019-02-25 15:41:16 -08:00
Josh Koon
db4a6eb9ea
Return to initialization pattern in ExpressionCommand
2019-01-28 19:34:36 -08:00
Josh Koon
4883fab7f7
Convert ExpressionCommand and History collector to use Rational instead of PRAT
2019-01-28 19:14:15 -08:00
Howard Wolosky
c13b8a099e
Hello GitHub
2019-01-28 16:24:37 -08:00