aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UniqueString.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09Fixed bad backport involving noexcept default constructors for Clang 3.4.mitchell1-1/+1
2019-04-08Backport: Rename FontNames to UniqueStringSet and move into UniqueString.Neil1-0/+20
It may be useful in more situations than just font names. Backport of changeset 7409:a70a4ee51448.
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵mitchell1-9/+1
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵Neil1-0/+4
display text. Backport of changeset 7400:9fcb52fdb307.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-05-21Make SparseVector work with move-only types.Neil1-0/+34
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed.