Age | Commit message (Expand) | Author |
---|---|---|
2025-01-03 | Add atomic & is_integer | Steven Le Rouzic |
2025-01-03 | Add string | Steven Le Rouzic |
2025-01-02 | Add todo list | 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 | Group ubsan & asan on Linux | Steven Le Rouzic |
2024-12-29 | Fix use of aligned_alloc on Linux | Steven Le Rouzic |
2024-12-29 | Add ubsan for Linux | Steven Le Rouzic |
2024-12-29 | Add ubsan for Windows | Steven Le Rouzic |
2024-12-28 | Rework some metaprogramming stuff | Steven Le Rouzic |
2024-12-25 | Add asan for Linux, but doesn't work on my Chromebook :( | 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 | Refactor a bunch of memory utilities | 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 | 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 |
2024-12-20 | Add float utilities, & float formatting with dragonbox | Steven Le Rouzic |
2024-12-20 | Add float formatting | Steven Le Rouzic |
2024-12-20 | Add box + option tests | Steven Le Rouzic |
2024-12-20 | Don't force niched values to be move assignable in reset, and fix warnings | Steven Le Rouzic |
2024-12-20 | Use niche in option | Steven Le Rouzic |
2024-12-20 | Add a niche to box | Steven Le Rouzic |
2024-12-20 | More work on asl::box | Steven Le Rouzic |
2024-12-20 | Fix Linux build | Steven Le Rouzic |
2024-12-20 | Add allocator, start work on box | Steven Le Rouzic |
2024-12-20 | Cleanup ugly code into concepts | Steven Le Rouzic |
2024-12-20 | Cleanup a bunch of lints | Steven Le Rouzic |
2024-12-20 | Replace some builtins | Steven Le Rouzic |
2024-12-20 | Add string_view == operator | Steven Le Rouzic |
2024-12-20 | Use string_view for formatting | Steven Le Rouzic |
2024-12-20 | Also test as_mutable_bytes | Steven Le Rouzic |
2024-12-20 | Introduce byte, use span<byte> on io Writer | Steven Le Rouzic |
2024-12-20 | Some more work on asl::string_view | Steven Le Rouzic |
2024-12-20 | Start work on asl::string_view | Steven Le Rouzic |
2024-12-20 | Use span in format | Steven Le Rouzic |
2024-12-20 | Add span::first/last | Steven Le Rouzic |
2024-12-20 | Add span::subspan | Steven Le Rouzic |
2024-12-20 | More work on span | Steven Le Rouzic |
2024-12-20 | Start work on span | Steven Le Rouzic |
2024-12-20 | A bunch of cleanup | Steven Le Rouzic |
2024-12-20 | Add option::transform and option::or_else | Steven Le Rouzic |
2024-12-20 | Add option::and_then | Steven Le Rouzic |