aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Protect CATCH_CONFIG_WINDOWS_CRTDBG to only be active on Windows to allowNeil1-0/+2
2023-02-22Remove _CRT_SECURE_NO_DEPRECATE.Neil1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2021-05-09Add @file <filename> comments to follow convention.Neil1-2/+3
2021-05-06Fix building unit tests in Visual C++.Neil1-6/+4
2021-03-18std::optional is a basic vocabulary type that may be used widely so includeNeil1-0/+1
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-2/+1
2021-03-17Extract geometry and colour definitions from Platform.h into src/Geometry.h.Neil1-0/+1
2018-05-31Allow std::unique_ptr to be used more widely.Neil1-0/+1
2018-05-18Add <vector> to files that include Platform.h as likely needed in future.Neil1-0/+1
2018-05-13Include <string_view> in tests in case needed.Neil1-0/+2
2018-03-26Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp to suit.Neil1-3/+6
2018-01-21Fix namespace so can build inside Visual C++.Neil1-0/+4
2016-10-18Visual Studio project for running unit tests makes it easier to debug them.Neil1-0/+34