| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-23 | Refactor Hook management to have a well defined list of hooks | Maxime Coste | |
| Hooks are now an enum class instead of passing strings around. | |||
| 2017-12-06 | Remove Vector returning split functions, use range adaptor | Maxime Coste | |
| Do not allocate temporary vectors to store splitted data, use the 'split' range adaptor along with transform(unescape) to provide the same feature with less allocations. | |||
| 2017-11-12 | Move Array and ConstexprVector to a constexpr_utils.hh header | Maxime Coste | |
