Age | Commit message (Expand) | Author |
---|---|---|
2025-02-17 | Reorganize everything | Steven Le Rouzic |
2025-01-26 | Fix line endings | Steven Le Rouzic |
2025-01-23 | Add string_builder | Steven Le Rouzic |
2025-01-18 | Add buffer resize | Steven Le Rouzic |
2025-01-18 | Add contiguous iterators | Steven Le Rouzic |
2025-01-08 | Finish work on hashing probably | Steven Le Rouzic |
2025-01-07 | More work on hashing | Steven Le Rouzic |
2025-01-03 | Add string | Steven Le Rouzic |
2025-01-02 | Implement copy move & assign for buffer | Steven Le Rouzic |
2025-01-02 | Optimize buffer move with compatible allocators | Steven Le Rouzic |
2025-01-02 | Add assertion failure handler | Steven Le Rouzic |
2025-01-01 | Implement move assign for buffer | Steven Le Rouzic |
2025-01-01 | Implement move constructor for buffer | Steven Le Rouzic |
2024-12-31 | Some work on buffer move | Steven Le Rouzic |
2024-12-30 | Buffer clear & destructor | Steven Le Rouzic |
2024-12-29 | Fix use of aligned_alloc on Linux | Steven Le Rouzic |
2024-12-28 | Rework some metaprogramming stuff | Steven Le Rouzic |
2024-12-20 | Add buffer::push | Steven Le Rouzic |
2024-12-20 | Refactor a bunch of memory utilities | Steven Le Rouzic |
2024-12-20 | Add reserve_capacity to buffer | Steven Le Rouzic |
2024-12-20 | Upgrade Bazel to 8.0.0 | Steven Le Rouzic |
2024-12-20 | Some careful work on buffer | Steven Le Rouzic |
2024-12-20 | Start work on buffer | Steven Le Rouzic |