aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10Remove WordList from testing as that is now part of Lexilla.Neil1-1/+0
2020-05-03Feature [feature-requests:1347]. Add InsertLines method to PerLine interface andNeil1-0/+1
all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations.
2019-12-01Fix a bug with deleting the first element in SparseVector that left an extraNeil1-4/+4
empty partition. Add extra checking to Partitioning and turn on checking for UnitTester.
2019-04-28Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes someNeil1-1/+4
C++20 features.
2019-04-28Add UniqueString.cxx as UniqueStringCopy no longer defined in header.Neil1-0/+1
2018-03-24Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latestNeil1-11/+12
but also allowing std::auto_ptr for Catch.
2018-03-20Add unit tests for UniCoversion.Neil1-0/+1
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.