summaryrefslogtreecommitdiff
path: root/asl
AgeCommit message (Expand)Author
2025-01-04Deallocate StatusInternal on dropSteven Le Rouzic
2025-01-04Fix a bunch of warningsSteven Le Rouzic
2025-01-03Start work on statusSteven Le Rouzic
2025-01-03Add atomic & is_integerSteven Le Rouzic
2025-01-03Add stringSteven Le Rouzic
2025-01-02Implement copy move & assign for bufferSteven Le Rouzic
2025-01-02Optimize buffer move with compatible allocatorsSteven Le Rouzic
2025-01-02Add assertion failure handlerSteven Le Rouzic
2025-01-01Implement move assign for bufferSteven Le Rouzic
2025-01-01Implement move constructor for bufferSteven Le Rouzic
2024-12-31Some work on buffer moveSteven Le Rouzic
2024-12-30Buffer clear & destructorSteven Le Rouzic
2024-12-29Fix use of aligned_alloc on LinuxSteven Le Rouzic
2024-12-28Rework some metaprogramming stuffSteven Le Rouzic
2024-12-22Add asan for WindowsSteven Le Rouzic
2024-12-20Add buffer::pushSteven Le Rouzic
2024-12-20Refactor a bunch of memory utilitiesSteven Le Rouzic
2024-12-20Add reserve_capacity to bufferSteven Le Rouzic
2024-12-20Fix Linux buildSteven Le Rouzic
2024-12-20Upgrade Bazel to 8.0.0Steven Le Rouzic
2024-12-20Some careful work on bufferSteven Le Rouzic
2024-12-20Start work on bufferSteven Le Rouzic
2024-12-20Add float utilities, & float formatting with dragonboxSteven Le Rouzic
2024-12-20Add float formattingSteven Le Rouzic
2024-12-20Add box + option testsSteven Le Rouzic
2024-12-20Don't force niched values to be move assignable in reset, and fix warningsSteven Le Rouzic
2024-12-20Use niche in optionSteven Le Rouzic
2024-12-20Add a niche to boxSteven Le Rouzic
2024-12-20More work on asl::boxSteven Le Rouzic
2024-12-20Fix Linux buildSteven Le Rouzic
2024-12-20Add allocator, start work on boxSteven Le Rouzic
2024-12-20Cleanup ugly code into conceptsSteven Le Rouzic
2024-12-20Cleanup a bunch of lintsSteven Le Rouzic
2024-12-20Replace some builtinsSteven Le Rouzic
2024-12-20Add string_view == operatorSteven Le Rouzic
2024-12-20Use string_view for formattingSteven Le Rouzic
2024-12-20Also test as_mutable_bytesSteven Le Rouzic
2024-12-20Introduce byte, use span<byte> on io WriterSteven Le Rouzic
2024-12-20Some more work on asl::string_viewSteven Le Rouzic
2024-12-20Start work on asl::string_viewSteven Le Rouzic
2024-12-20Use span in formatSteven Le Rouzic
2024-12-20Add span::first/lastSteven Le Rouzic
2024-12-20Add span::subspanSteven Le Rouzic
2024-12-20More work on spanSteven Le Rouzic
2024-12-20Start work on spanSteven Le Rouzic
2024-12-20A bunch of cleanupSteven Le Rouzic
2024-12-20Add option::transform and option::or_elseSteven Le Rouzic
2024-12-20Add option::and_thenSteven Le Rouzic
2024-12-20Add function with invoke and result_of_tSteven Le Rouzic
2024-12-20Add emplace to optionSteven Le Rouzic