Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-01 | Revert no longer necessary quoting in buildfiles | Boris Kolpackov | 1 | -1/+0 | |
2016-11-23 | Quote path values when assigned to test.arguments | Karen Arutyunov | 1 | -1/+1 | |
2016-11-19 | Add small_vector<T, N> class template | Boris Kolpackov | 1 | -0/+8 | |
It has a (mostly) std::vector interface (it derives from it) and will store up to N elements in the same storage as the vector instance itself. |