summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08Version 0.4.0v0.4.0Steven Le Rouzic
2025-05-08Add enum underlying utilitiesSteven Le Rouzic
2025-04-11Update some Bazel rulesSteven Le Rouzic
2025-04-03Add numeric libraryv0.3.0Steven Le Rouzic
2025-04-03Add bit librarySteven Le Rouzic
2025-03-26Add invoke_r & coSteven Le Rouzic
2025-03-26Separate allocator from memorySteven Le Rouzic
2025-03-26Improve implementation of invokeSteven Le Rouzic
2025-03-26Add member pointer stuff to meta libSteven Le Rouzic
2025-03-26Add address_ofSteven Le Rouzic
2025-03-22Add missing license headersv0.2.0Steven Le Rouzic
2025-03-22Enable platform specific configSteven 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-14Upgrade to Clang 20.1.0Steven 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