Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-31 | Backport: Allow std::unique_ptr to be used more widely. | Neil | 1 | -0/+1 | |
Backport of changeset 7008:1f95757fa242. | |||||
2018-05-25 | Backport: Add <vector> to files that include Platform.h as likely needed in ↵ | mitchell | 1 | -0/+2 | |
future. Backport of changeset 6959:b534742f5fa5. | |||||
2018-03-26 | Backport: Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp ↵ | Neil | 1 | -3/+6 | |
to suit. Use #define for Catch to report memory leaks after main as the previous call to _CrtDumpMemoryLeaks was too early and listed a static allocation as a leak. Backport of changeset 6653:0d68633e33ce. | |||||
2018-01-21 | Backport: Fix namespace so can build inside Visual C++. | Neil | 1 | -0/+4 | |
Backport of changeset 6429:5ab7cff298f5. | |||||
2016-10-18 | Visual Studio project for running unit tests makes it easier to debug them. | Neil | 1 | -0/+34 | |
Debugging visualizer for SplitVector helps understand state of objects. |