Age | Commit message (Expand) | Author |
2025-01-30 | Add implicit conversions for box from derived to base type | Steven Le Rouzic |
2025-01-26 | Fix line endings | 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 | Finish the 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-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 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 | 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-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 | 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 |
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 | Add allocator, start work on box | Steven Le Rouzic |
2024-12-20 | Cleanup ugly code into concepts | 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 |