aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-02-02Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...Jad Altahan2-0/+16
2019-01-31Backport: When loading SciLexer.DLL fails, print out the platform architectur...Neil1-1/+2
2019-01-30Backport: Add a ';' statement separator at end of statement in example code.Neil2-2/+2
2019-01-30Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...Jad Altahan3-1/+13
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...Neil2-0/+10
2019-01-29Backport: Add unit test for Tcl lexer.Neil3-0/+19
2019-01-29Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...Jad Altahan3-0/+15
2018-10-26lexlua: Fixed HTML unit test with lexer update.mitchell1-5/+3
2018-10-09Backport: Extra tests for out-of-range arguments.Neil1-0/+3
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil2-0/+383
2018-07-06Backport: Fix a shadowed variable.Neil1-2/+2
2018-05-31Backport: Allow std::unique_ptr to be used more widely.Neil3-0/+3
2018-06-12Added unit tests for Lua LPeg lexers.mitchell1-0/+1148
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in f...mitchell4-0/+6
2018-05-04Backport: Add -large command line option for testing large document option.Neil1-1/+6
2018-04-20Backport: Feature [feature-requests:#1215]. Fix forwarding reference warnings.Neil1-0/+16
2018-04-18Backport: Check for perf_counter before using as not available on Python 2 us...Neil1-14/+20
2018-04-18Backport: Switch performance tests to more accurate timer.Neil1-14/+14
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell3-3/+3
2018-03-28Backport: Templatize decorations to allow 32-bit or 64-bit positions.Neil1-2/+2
2018-05-05Backport: Split decorations into interface and implementation.mitchell1-30/+30
2018-03-27Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...Neil2-39/+42
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-80/+80
2018-03-26Backport: Update Catch from 1.0 build 47 to 2.0.1 and modify UnitTester.cpp t...Neil2-6090/+9371
2018-03-26Backport: Avoid warnings about ignored diagnostic with Clang.Neil1-0/+2
2018-03-25Backport: Feature [feature-requests:#1213]. Clarify UTF8Classify.Zufu Liu1-31/+48
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into Uni...mitchell3-47/+27
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for UTF8By...mitchell1-60/+107
2018-03-21Backport: Include header needed for ptrdiff_t.Mitchell Foral7-0/+7
2018-03-20Backport: Add unit tests for UniCoversion.Neil5-3/+270
2018-03-19Backport: Fix warning from MSVC 64-bit.Neil1-2/+2
2018-03-16Backport: Remove line-end white space.Neil7-9/+9
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral1-0/+82
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
2018-02-01Backport: Templatize RunStyles so it can be over ranges of different types an...Neil1-1/+1
2018-02-01Backport: Templatize Partitioning so it can hold different types.Neil1-2/+2
2018-01-21Backport: Match variable types to method so will build if switched to 64-bit.Neil1-2/+2
2018-01-21Backport: Fix namespace so can build inside Visual C++.Neil1-0/+4
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil12-0/+24
2017-08-25Backport: Moved *StyleBits* APIs into deprecated category.Neil1-3/+1
2017-07-17Backport: Ensures tests build after change set 6352.Neil1-0/+2
2017-06-10Backport: Avoid warnings when compiling unit tests with recent GCC.Neil1-0/+8
2017-06-09Backport: Use 64-bit safe type for return from Scintilla.Neil1-2/+2
2017-06-09Backport: Avoid signed safety warnings from GCC 7.Neil1-2/+2
2017-05-21Make SparseVector work with move-only types.Neil2-20/+66
2017-05-21Make SplitVector work with move-only types like unique_ptr.Neil5-6/+19
2017-05-10Update unit test to match header change.Neil1-0/+1
2017-05-02Avoid explicit allocation in test.Neil1-12/+8
2017-04-29Use std::unique_ptr, std::vector, and move construction to simplify UndoHistoryNeil1-0/+1
2017-04-22Include <memory> for std::unique_ptr.Neil9-0/+9