summaryrefslogtreecommitdiff
path: root/asl
AgeCommit message (Expand)Author
2025-01-14Start work on hash_setSteven Le Rouzic
2025-01-13Fix Linux buildSteven Le Rouzic
2025-01-08Finish work on hashing probablySteven Le Rouzic
2025-01-07More work on hashingSteven Le Rouzic
2025-01-06Some more work on hashingSteven Le Rouzic
2025-01-06Start work on hashingSteven Le Rouzic
2025-01-05Add CityHashSteven Le Rouzic
2025-01-05Add status_orSteven Le Rouzic
2025-01-05Add formatting & factories for statusSteven Le Rouzic
2025-01-05Fix a few mistakes in option, and make it trivial when possibleSteven Le Rouzic
2025-01-04Add copy to statusSteven Le Rouzic
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