summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Update c89atomicAndrew Opalach 2025-03-15
* log: Add TRACE and new shorthandsAndrew Opalach 2025-03-15
* lib: Implement strndupAndrew Opalach 2025-03-15
* build: Proper debug mode checkAndrew Opalach 2025-03-03
* wstr: wstr_to_str() -> str_from_wstr()Andrew Opalach 2025-03-03
* log: Specify explicit index for level stringsAndrew Opalach 2025-02-04
* atomic: Add ext for u32Andrew Opalach 2025-02-04
* array: check_remove() -> remove_checked()Andrew Opalach 2025-01-25
* wstr: Port some str functionsAndrew Opalach 2025-01-25
* build: Use explicit version in subprojectsAndrew Opalach 2025-01-23
* all: Consider types and numerical limitsAndrew Opalach 2025-01-17
* atomic: Add bool and safer macrosAndrew Opalach 2025-01-03
* array: Add offset() to address the data pointerAndrew Opalach 2025-01-01
* log: Remove platform specific code, reduce #ifdefsAndrew Opalach 2025-01-01
* Revise styleAndrew Opalach 2024-12-26
* lib: Attempt fix for al_assert_and_return()Andrew Opalach 2024-12-24
* wstr: Handle errors, separate width functionsAndrew Opalach 2024-12-24
* all: Major cleanup and pass on readabilityAndrew Opalach 2024-12-22
* all: clang-analyzer warningsAndrew Opalach 2024-12-10
* wstr: add wstr_find(), thread-safe wcs functionsAndrew Opalach 2024-11-26
* all: Cleanup macro usageAndrew Opalach 2024-11-26
* lib: Cleanup no memory tracking caseAndrew Opalach 2024-11-03
* all: Undo previous #ifdef style changeAndrew Opalach 2024-10-29
* array: Add remove_range() + testsAndrew Opalach 2024-10-19
* types: Typedef ulongAndrew Opalach 2024-10-19
* lib: Only use snprintf variantsAndrew Opalach 2024-10-19
* atomic: Add compare_and_swap()Andrew Opalach 2024-10-19
* array: Add test for array_sort()Andrew Opalach 2024-10-19
* all: #ifdef -> #if definedAndrew Opalach 2024-10-13
* lib: Cleanup types and assert sizeof(int) = 4Andrew Opalach 2024-10-06
* atomic: Rely on wrapping for al_inc_u16()Andrew Opalach 2024-10-05
* log: Accept NULL sectionAndrew Opalach 2024-10-04
* array: Add is_empty(), foreach_rev() + testsAndrew Opalach 2024-10-04
* lib: Cleanup and add testsAndrew Opalach 2024-10-04
* (w)str: Guard against error-prone str_c() usageAndrew Opalach 2024-10-04
* atomic: New syntaxAndrew Opalach 2024-10-04
* UpdateAndrew Opalach 2024-09-19
* UpdateAndrew Opalach 2024-04-09
* Add some wstr functionsAndrew Opalach 2024-02-02
* Switch the order of al_array_insert args, cleanupAndrew Opalach 2024-01-27
* Add atomic_u64_fetch_add/subAndrew Opalach 2024-01-20
* Add atomic_u64Andrew Opalach 2024-01-07
* Reset versionAndrew Opalach 2024-01-01
* UpdateAndrew Opalach 2023-12-17
* Improve str macrosAndrew Opalach 2023-11-15
* Wrap stdlib randAndrew Opalach 2023-11-15
* Make log globals thread-local, add array referenceAndrew Opalach 2023-11-11
* UpdateAndrew Opalach 2023-11-05
* Change comment formattingAndrew Opalach 2023-10-10
* CleanupAndrew Opalach 2023-10-10