summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 Python as dev dependencySteven 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
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