aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/unitTest.cxx
AgeCommit message (Expand)AuthorFilesLines
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-1/+3
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
2021-03-16Convert Platform from a class to a namespace. Does not change callers.Neil1-2/+2
2020-11-10Remove WordList from testing as that is now part of Lexilla.Neil1-1/+0
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-26Avoid warnings about ignored diagnostic with Clang.Neil1-0/+2
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu1-1/+0
2018-03-20Add unit tests for UniCoversion.Neil1-1/+1
2018-03-16Remove line-end white space.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-0/+2
2017-06-10Avoid warnings when compiling unit tests with recent GCC.Neil1-0/+8
2014-12-22Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly theNeil1-0/+1
2013-11-18Added necessary header.Unknown1-1/+2
2013-11-18Add some tests for CellBuffer.Neil1-1/+10
2013-11-18Add some tests for DecorationList.Neil1-1/+1
2013-11-17Added tests for Decoration.Neil1-1/+1
2013-11-17Switch unit tests to Catch framework.Neil1-6/+3
2011-02-01Added runStyles tests.nyamatongwe1-1/+1
2011-02-01Unit tests for Scintilla data structures.nyamatongwe1-0/+50