| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-12 | Remove void_t and use requires instead | Maxime Coste | |
| 2018-11-01 | Use BufferCoord sentinel type for regex matching on BufferIterators | Maxime Coste | |
| BufferIterators are large-ish, and need to check the buffer pointer on comparison. Checking against a coord is just a 64 bit comparison. | |||
| 2017-11-12 | Move Array and ConstexprVector to a constexpr_utils.hh header | Maxime Coste | |
| 2017-11-01 | Fix ConstexprVector::resize | Maxime Coste | |
| 2017-10-21 | Add missing include to meta.hh | Maxime Coste | |
| 2017-10-20 | Make the normal mode keymap a compile time hash map | Maxime Coste | |
| This hash map is now fully constexpr, and ends up stored in the read only data segment instead of being recomputed at each startup. | |||
| 2017-08-18 | Try to get make_array to compile with older compiler version | Maxime Coste | |
| 2017-08-12 | Remove size redundancy in enum_desc function declaration | Maxime Coste | |
| The need to have the array size in the return type was redundant with the actual list of elements. | |||
| 2017-05-26 | Modernize the way we compute memory domains from type | Maxime Coste | |
| Use a constexpr function instead of a template type | |||
| 2017-05-17 | Move constexpr compatible Array struct to meta.hh | Maxime Coste | |
| 2017-03-16 | Try to clean up option include a bit | Maxime Coste | |
| 2017-03-15 | Migrate to a more value based meta programming model | Maxime Coste | |
| Introduce Meta::Type<T> to store a type as value, and pass it around, migrate enum_desc and option_type_name to this. | |||
