aboutsummaryrefslogtreecommitdiff
path: root/libbutl/small-vector.mxx
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-4/+4
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-01-04Implement small_list, small_forward_listBoris Kolpackov1-137/+10
Note that with VC small_list is never "small" because of the extra "headnode" that this implementation allocates (see notes in small-list.mxx for details).
2017-11-22Fix minor issue in small_vectorBoris Kolpackov1-1/+1
2017-11-19Fix typoBoris Kolpackov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-0/+310
Note: gave up on VC about half way though.