Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-12 | Some more shit | Steven Le Rouzic | |
2025-03-12 | Remove convertible_from | Steven Le Rouzic | |
2025-03-11 | Remake deref | Steven Le Rouzic | |
2025-03-07 | Some work on clang-tidy-ing things up | Steven Le Rouzic | |
2025-03-06 | Replace ASL_MOVE, ASL_FWD, and ASL_FWD_LIKE by their std:: equivalent | Steven Le Rouzic | |
This is because some compiler stuff and diagnostics tools rely on those symboles being what they are. | |||
2025-03-03 | Rename intrusive_list head & tail to front & backv0.1.0 | Steven Le Rouzic | |
2025-03-02 | Apply licenses with rules_license | Steven Le Rouzic | |
2025-03-01 | Add BSD-3 license | Steven Le Rouzic | |
2025-02-28 | Finish work on deducing this, for now | Steven Le Rouzic | |
2025-02-26 | Fix some deducing-this & functional stuff, add invocable concept | Steven Le Rouzic | |
2025-02-26 | Use deducing-this in some places | Steven Le Rouzic | |
2025-02-25 | Fix float comparison with 0 warning | Steven Le Rouzic | |
2025-02-25 | Add ASL_FWD_LIKE | Steven Le Rouzic | |
2025-02-25 | Add copy_cref_t | Steven Le Rouzic | |
2025-02-25 | Start using deducing this, needs more utilities work | Steven Le Rouzic | |
2025-02-20 | Use intrusive list in logging, and add defer | Steven Le Rouzic | |
2025-02-20 | Add customizable assert failure handler | Steven Le Rouzic | |
2025-02-20 | Make the intrusive list circular instead of using a sentinel | Steven Le Rouzic | |
... so that it's not broken lmao | |||
2025-02-20 | Add intrusive_list | Steven Le Rouzic | |
2025-02-17 | Reorganize everything | Steven Le Rouzic | |
2025-02-12 | Rename log to logging | Steven Le Rouzic | |
2025-02-12 | Add todo & fix line endings | Steven Le Rouzic | |
2025-02-12 | Fix include paths on Linux | Steven Le Rouzic | |
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 | |
But I have some stuff to do first... | |||
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 | |