index
:
libalabaster
master
C Foundation Library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
wstr: Reserve by characters instead of bytes
HEAD
master
Andrew Opalach
5 days
*
wstr: Cleanup conversion functions
Andrew Opalach
5 days
*
wstr: al_wstr_null() -> AL_WSTR_EMPTY
Andrew Opalach
5 days
*
array: Better assert for remove_at()
Andrew Opalach
5 days
*
log: Use AL_LOG_ENABLE_DEBUG
Andrew Opalach
11 days
*
log: Account for '\' in __LOCATION__
Andrew Opalach
13 days
*
wstr: Minimal guarding against overflow
Andrew Opalach
13 days
*
str: Thread-local buffer for int to string
Andrew Opalach
2026-08-25
*
str: al_str_null() -> AL_STR_EMPTY
Andrew Opalach
2026-08-25
*
lib: Add isnumber()
Andrew Opalach
2026-08-25
*
atomic: Remove unnecessary semicolons
Andrew Opalach
2026-08-25
*
str: Fix to_c_str() when length is MAX_ALLOC_32
Andrew Opalach
2026-08-25
*
build: Update c89atomic
Andrew Opalach
2026-07-27
*
log: Add path for when log has no args
Andrew Opalach
2026-07-27
*
array: Assert bounds
Andrew Opalach
2026-07-27
*
array: Fix insert(count - 1) case
Andrew Opalach
2026-07-26
*
build: Update c89atomic
Andrew Opalach
2026-04-12
*
macros: Don't inject types in byte count macros
Andrew Opalach
2026-04-12
*
random: Add random_hex_chars(), rand -> random
Andrew Opalach
2026-04-12
*
lib: Add strscmp() for static char arrays
Andrew Opalach
2026-04-09
*
build: Update c89atomic
Andrew Opalach
2025-11-30
*
log: If TRACE is enabled also include debug logs
Andrew Opalach
2025-11-30
*
lib: Improve STATIC_ASSERT, add TYPES_ARE_EQUAL
Andrew Opalach
2025-11-30
*
array: Try to avoid common shadowing case
Andrew Opalach
2025-11-30
*
str: Add to_upper() + tests
Andrew Opalach
2025-10-30
*
all: Reorganize some headers
Andrew Opalach
2025-10-30
*
lib: Internalize isupper/lower()
Andrew Opalach
2025-10-30
*
random: Try to ensure rand() state is thread-local
Andrew Opalach
2025-10-30
*
macros: Define unreachable()
Andrew Opalach
2025-09-26
*
lib: Directly use _assert() functions
Andrew Opalach
2025-09-26
*
tests: Fix left over usage of NPOS in str test
Andrew Opalach
2025-09-11
*
build: Option for asserts in release builds
Andrew Opalach
2025-09-08
*
array: Define ARRAY_NO_INDEX
Andrew Opalach
2025-08-28
*
(w)str: NPOS -> NO_POS
Andrew Opalach
2025-08-28
*
lib: Define al_strncmp
Andrew Opalach
2025-08-12
*
math: Add math.h
Andrew Opalach
2025-08-05
*
build: Fix feature=auto usage
Andrew Opalach
2025-08-05
*
all: *_free() check consistency, C++ compat
Andrew Opalach
2025-06-23
*
lib: Inline checking for NULL ptr in realloc
Andrew Opalach
2025-06-23
*
(w)str: Fix str macros
Andrew Opalach
2025-06-11
*
array: add array_contains()
Andrew Opalach
2025-06-07
*
project: Convert to new git format
Andrew Opalach
2025-06-02
*
build: Improve Windows support
Andrew 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 names
Andrew Opalach
2025-05-03
*
str: Add remove_at() and replace() + tests
Andrew Opalach
2025-05-03
*
build: Update c89atomic
Andrew Opalach
2025-04-28
*
lib: Fix build on newer Android NDK
Andrew Opalach
2025-04-28
*
log: Remove al_ prefix and pre-define section name
Andrew Opalach
2025-04-17
[next]