aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Partitioning.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01Backport: Templatize Partitioning so it can hold different types.Neil1-27/+29
Backport of changeset 6444:1bd57324aa36.
2018-01-26Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ↵Neil1-13/+13
systems. Backport of changeset 6442:3e3bfe29a819.
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-10Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache andNeil1-7/+3
Document.
2017-04-21More consistent deletion of standard methods.Neil1-0/+7
2017-04-06Added const where possible.Neil1-3/+3
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-2/+2
2013-07-21Standardising header guards and namespaces.Neil1-0/+9
2011-01-31Comments.nyamatongwe1-0/+5
2010-02-17Formatting whitespace.nyamatongwe1-1/+1
2009-06-24Some extra const constraints added while working on discontiguous selection.nyamatongwe1-1/+1
2007-07-08Added const to methods that should not logically need to modify object.nyamatongwe1-2/+2
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-1/+1
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe1-0/+184
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.