Age | Commit message (Expand) | Author |
---|---|---|
2025-02-04 | Add deref utilities & use them for log writer | Steven Le Rouzic |
2025-02-03 | Add string_view::from_zstr | Steven Le Rouzic |
2025-01-31 | Add try macro for status & status_or | Steven Le Rouzic |
2025-01-30 | Add implicit conversions for box from derived to base type | Steven Le Rouzic |
2025-01-30 | Fix log with no arguments | Steven Le Rouzic |
2025-01-26 | Implement logging | Steven Le Rouzic |
2025-01-26 | Fix line endings | Steven Le Rouzic |
2025-01-26 | Initial log module | Steven Le Rouzic |
2025-01-23 | Add StringWriter, and use it instead of StringSink | 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-18 | Finish the hash_map | Steven Le Rouzic |
2025-01-16 | Start work on hash_map | Steven Le Rouzic |
2025-01-15 | Add copy & move for hash_set | Steven Le Rouzic |
2025-01-14 | Add custom hasher & comparator for hash_set keys | Steven Le Rouzic |
2025-01-14 | Add remove element to hash_set | Steven Le Rouzic |
2025-01-14 | Start work on hash_set | Steven Le Rouzic |
2025-01-13 | Fix Linux build | 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-06 | Some more work on hashing | Steven Le Rouzic |
2025-01-06 | Start work on hashing | Steven Le Rouzic |
2025-01-05 | Add CityHash | Steven Le Rouzic |
2025-01-05 | Add status_or | Steven Le Rouzic |
2025-01-05 | Add formatting & factories for status | Steven Le Rouzic |
2025-01-05 | Fix a few mistakes in option, and make it trivial when possible | Steven Le Rouzic |
2025-01-04 | Add copy to status | Steven Le Rouzic |
2025-01-04 | Deallocate StatusInternal on drop | Steven Le Rouzic |
2025-01-04 | Fix a bunch of warnings | Steven Le Rouzic |
2025-01-03 | Start work on status | Steven Le Rouzic |
2025-01-03 | Add atomic & is_integer | 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-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 |