Commit Graph

118 Commits

Author SHA1 Message Date
Matt Cooley
4cadfb204d
Remove unused PLM code (#7)
Remove LayoutAwarePage, SuspensionManager, and other suspend-resume handling code. SuspensionManager::SaveAsync and related methods weren't actually called anywhere. I didn't attempt to remove the serialize/deserialize code at the ViewModel layer, although much of that is likely not needed either.

We may decide we want to persist more state through a suspend-terminate-resume cycle (as the app might have done a long time ago). But if we decide we want that, we should not use a persistence mechanism that's closely coupled to frame navigation.
2019-02-01 15:15:48 -08:00
Matt Cooley
8df88c7106
Fix file path in CalculatorUnitTests.vcxproj.filters (#6) 2019-01-31 13:05:10 -08:00
Matt Cooley
278a1e714e
Remove MSBuild directives which were used only in the internal build system (#5)
Remove some properties which were only used when XefOutputRoot was set in the previous internal-only build environment.
2019-01-29 19:39:20 -08:00
Matt Cooley
1c7187f632
Clean up unit test projects (#4)
* Rename CalculatorUnitTests_VS to CalculatorUnitTests, fix gitignore

* Delete internal unit tests

* Update pipeline paths
2019-01-29 19:37:37 -08:00
Josh Koon
e8b590f307
Update architecture doc with content for model layer (#3)
* Update architecture docs with content for model layer

* Update wording in Model layer description.
2019-01-29 14:58:47 -08:00
Josh Koon
015e0270c3
Merge pull request #1 from joshkoon/rational-history
Convert ExpressionCommand and History collector to use Rational
2019-01-29 14:31:34 -08:00
Josh Koon
ebfce5a8cd Remove empty COpndCommand destructor. Cleanup constructor declaration. 2019-01-29 14:28:03 -08:00
Josh Koon
b70a12c6cf Add clarifying comment to call to CHistoryCollector::AddOpndToHistory 2019-01-29 14:27:24 -08:00
Matt Cooley
8a5bf1173e
Merge pull request #2 from mcooley/doc-updates
Update documentation for GitHub
2019-01-29 11:56:05 -08:00
Matt Cooley
43aa2b8148 Fix links in ApplicationArchitecture 2019-01-29 10:09:58 -08:00
Matt Cooley
774b4db502 Fix links and remove outdated/internal info from README 2019-01-29 09:53:48 -08:00
Matt Cooley
387dbccb69 Update links in CONTRIBUTING to point to GitHub 2019-01-29 09:49:01 -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
Microsoft Open Source
456fe5e355 Initial commit 2019-01-28 09:55:54 -08:00
Microsoft Open Source
32b1722ee1 Initial commit 2019-01-28 09:55:53 -08:00
Microsoft GitHub User
ac14e2df10
Initial commit 2019-01-28 09:55:50 -08:00