aboutsummaryrefslogtreecommitdiff
path: root/tests/small-forward-list
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-14/+2
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-02-06Drop copyright notice from source codeBoris Kolpackov2-2/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2018-01-04Implement small_list, small_forward_listBoris Kolpackov2-0/+172
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).