summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Update c89atomicHEADmasterAndrew Opalach 2026-04-12
* macros: Don't inject types in byte count macrosAndrew Opalach 2026-04-12
* random: Add random_hex_chars(), rand -> randomAndrew Opalach 2026-04-12
* lib: Add strscmp() for static char arraysAndrew Opalach 2026-04-09
* build: Update c89atomicAndrew Opalach 2025-11-30
* log: If TRACE is enabled also include debug logsAndrew Opalach 2025-11-30
* lib: Improve STATIC_ASSERT, add TYPES_ARE_EQUALAndrew Opalach 2025-11-30
* array: Try to avoid common shadowing caseAndrew Opalach 2025-11-30
* str: Add to_upper() + testsAndrew Opalach 2025-10-30
* all: Reorganize some headersAndrew Opalach 2025-10-30
* lib: Internalize isupper/lower()Andrew Opalach 2025-10-30
* random: Try to ensure rand() state is thread-localAndrew Opalach 2025-10-30
* macros: Define unreachable()Andrew Opalach 2025-09-26
* lib: Directly use _assert() functionsAndrew Opalach 2025-09-26
* tests: Fix left over usage of NPOS in str testAndrew Opalach 2025-09-11
* build: Option for asserts in release buildsAndrew Opalach 2025-09-08
* array: Define ARRAY_NO_INDEXAndrew Opalach 2025-08-28
* (w)str: NPOS -> NO_POSAndrew Opalach 2025-08-28
* lib: Define al_strncmpAndrew Opalach 2025-08-12
* math: Add math.hAndrew Opalach 2025-08-05
* build: Fix feature=auto usageAndrew Opalach 2025-08-05
* all: *_free() check consistency, C++ compatAndrew Opalach 2025-06-23
* lib: Inline checking for NULL ptr in reallocAndrew Opalach 2025-06-23
* (w)str: Fix str macrosAndrew Opalach 2025-06-11
* array: add array_contains()Andrew Opalach 2025-06-07
* project: Convert to new git formatAndrew Opalach 2025-06-02
* build: Improve Windows supportAndrew Opalach 2025-05-25
* str: Add str_tok()Andrew Opalach 2025-05-07
* build: Add license and meson version to project()Andrew Opalach 2025-05-03
* (w)str: Change some variable namesAndrew Opalach 2025-05-03
* str: Add remove_at() and replace() + testsAndrew Opalach 2025-05-03
* build: Update c89atomicAndrew Opalach 2025-04-28
* lib: Fix build on newer Android NDKAndrew Opalach 2025-04-28
* log: Remove al_ prefix and pre-define section nameAndrew Opalach 2025-04-17
* (w)str: Consistency between cmp() and eq()Andrew Opalach 2025-04-17
* all: Revert and add some style changesAndrew Opalach 2025-03-31
* 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