aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/unitTest.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-31Backport: Allow std::unique_ptr to be used more widely.Neil1-0/+1
Backport of changeset 7008:1f95757fa242.
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in ↵mitchell1-0/+2
future. Backport of changeset 6959:b534742f5fa5.
2018-03-26Backport: Avoid warnings about ignored diagnostic with Clang.Neil1-0/+2
Backport of changeset 6652:4d04a4cc73af.
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-1/+0
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a.
2018-03-20Backport: Add unit tests for UniCoversion.Neil1-1/+1
Backport of changeset 6631:dab8d8906cfb.
2018-03-16Backport: Remove line-end white space.Neil1-1/+1
Backport of changeset 6625:2dd6b8049c4e.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-0/+2
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-10Backport: Avoid warnings when compiling unit tests with recent GCC.Neil1-0/+8
Backport of changeset 6305:f2f32d58bcd8.
2014-12-22Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly theNeil1-0/+1
same. Add unit tests for UnicodeFromUTF8.
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