summaryrefslogtreecommitdiff
path: root/asl
AgeCommit message (Expand)Author
2025-03-22Add missing license headersv0.2.0Steven Le Rouzic
2025-03-22Add function_refSteven Le Rouzic
2025-03-21Add functionSteven Le Rouzic
2025-03-20Add decaySteven Le Rouzic
2025-03-18Use launder to access buffer SSO storageSteven Le Rouzic
2025-03-18Make status implementation more correct wrt type punningSteven Le Rouzic
2025-03-14Remove redundant methods in hash_mapSteven Le Rouzic
2025-03-14Pass string_view, span, and iterators by valueSteven Le Rouzic
2025-03-14Use inheritance for string implementationSteven Le Rouzic
2025-03-14Add missing is_empty methodsSteven Le Rouzic
2025-03-12Some more shitSteven Le Rouzic
2025-03-12Remove convertible_fromSteven Le Rouzic
2025-03-11Remake derefSteven Le Rouzic
2025-03-07Some work on clang-tidy-ing things upSteven Le Rouzic
2025-03-06Replace ASL_MOVE, ASL_FWD, and ASL_FWD_LIKE by their std:: equivalentSteven Le Rouzic
2025-03-03Rename intrusive_list head & tail to front & backv0.1.0Steven Le Rouzic
2025-03-02Apply licenses with rules_licenseSteven Le Rouzic
2025-03-01Add BSD-3 licenseSteven Le Rouzic
2025-02-28Finish work on deducing this, for nowSteven Le Rouzic
2025-02-26Fix some deducing-this & functional stuff, add invocable conceptSteven Le Rouzic
2025-02-26Use deducing-this in some placesSteven Le Rouzic
2025-02-25Fix float comparison with 0 warningSteven Le Rouzic
2025-02-25Add ASL_FWD_LIKESteven Le Rouzic
2025-02-25Add copy_cref_tSteven Le Rouzic
2025-02-25Start using deducing this, needs more utilities workSteven Le Rouzic
2025-02-20Use intrusive list in logging, and add deferSteven Le Rouzic
2025-02-20Add customizable assert failure handlerSteven Le Rouzic
2025-02-20Make the intrusive list circular instead of using a sentinelSteven Le Rouzic
2025-02-20Add intrusive_listSteven Le Rouzic
2025-02-17Reorganize everythingSteven Le Rouzic
2025-02-12Rename log to loggingSteven Le Rouzic
2025-02-12Add todo & fix line endingsSteven Le Rouzic
2025-02-12Fix include paths on LinuxSteven Le Rouzic
2025-02-04Add deref utilities & use them for log writerSteven Le Rouzic
2025-02-03Add string_view::from_zstrSteven Le Rouzic
2025-01-31Add try macro for status & status_orSteven Le Rouzic
2025-01-30Add implicit conversions for box from derived to base typeSteven Le Rouzic
2025-01-30Fix log with no argumentsSteven Le Rouzic
2025-01-26Implement loggingSteven Le Rouzic
2025-01-26Fix line endingsSteven Le Rouzic
2025-01-26Initial log moduleSteven Le Rouzic
2025-01-23Add StringWriter, and use it instead of StringSinkSteven Le Rouzic
2025-01-23Add string_builderSteven Le Rouzic
2025-01-18Add buffer resizeSteven Le Rouzic
2025-01-18Add contiguous iteratorsSteven Le Rouzic
2025-01-18Finish the hash_mapSteven Le Rouzic
2025-01-16Start work on hash_mapSteven Le Rouzic
2025-01-15Add copy & move for hash_setSteven Le Rouzic
2025-01-14Add custom hasher & comparator for hash_set keysSteven Le Rouzic
2025-01-14Add remove element to hash_setSteven Le Rouzic