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-04 | Fix a bunch of warnings | 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-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-28 | Rework some metaprogramming stuff | Steven Le Rouzic |
2024-12-22 | Add asan for Windows | Steven Le Rouzic |
2024-12-20 | Add buffer::push | Steven Le Rouzic |
2024-12-20 | Add reserve_capacity to buffer | Steven Le Rouzic |
2024-12-20 | Fix Linux build | Steven Le Rouzic |
2024-12-20 | Some careful work on buffer | Steven Le Rouzic |
2024-12-20 | Start work on buffer | Steven Le Rouzic |