Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 1 | -13/+1 | |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -2/+3 | |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-01-04 | Implement small_list, small_forward_list | Boris Kolpackov | 1 | -0/+162 | |
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). |