aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/SortedVector.h
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-17Add SortedVector.cbegin() and .cend()Alexander Karatarakis
2017-04-04[SortedVector] Add default constructorAlexander Karatarakis
2017-04-03Fix SortedVector constructorAlexander Karatarakis
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.