aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2020-01-05Synchronizing LongTerm3 with default.mitchell1-1/+1
Ideally this covers anything missed during the backport process.
2019-12-01Backport: Fix a bug with deleting the first element in SparseVector that ↵Neil1-4/+4
left an extra empty partition. Add extra checking to Partitioning and turn on checking for UnitTester. Backport of changeset 7777:12fb0335514e.
2019-04-28Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.Neil1-0/+1
Backport of changeset 7478:818bf425b4a9.
2018-03-20Backport: Add unit tests for UniCoversion.Neil1-0/+1
Backport of changeset 6631:dab8d8906cfb.
2016-10-18Visual Studio project for running unit tests makes it easier to debug them.Neil1-0/+164
Debugging visualizer for SplitVector helps understand state of objects.