Commit Graph

17 Commits (612f0fe02ad113c68250d9c9065fad6030517af6)

Author SHA1 Message Date
Avril 612f0fe02a
`TRANSMUTE()`: Fix input type size not being properly checked.
3 years ago
Avril f0b9d00705
Merge `TRANSMUTE()` macro from branch ref: strings/87e102ded928dcc4d9c4c79e22c68b709ea91c40.
3 years ago
Avril 6bd747a57a Replace `Nx()` (temp value-assigning) macros with `Nv()` to avoid conflict with `TRACEx()` and for more clarity.
3 years ago
Avril a66da84047
Fixed `deprecated` macro conflicts with attribute usage. (renamed to `_deprecated`)
3 years ago
Avril 1189d7fee8
Fix `TODO()` macro to allow for printf-style args like the other `TRACEx()`-derrived macros.
3 years ago
Avril 2ed48ec977
Added COLD_BLOCK and HOT_BLOCK (for now), not sure if they work but they"re added.
3 years ago
Avril 145781a293
Added COLD_EXPR() and HOT_EXPR() macros that (ab)use label attrs. Not sure of a better way to mark blocks/expressions as `cold` :/ I dunno if `if(UNLIKELY(1))` would work.
3 years ago
Avril 139d741bce
Allow controling logging verbosity at runtime with `LOG_LEVEL=<name>` env-var. Default is `DEBUG` (trace) on debug builds, and `WARN` on release builds.
3 years ago
Avril b0623182be
Added rollback to unmap previous haystack maps on error in `map_haystacks()` before returning.
3 years ago
Avril d9eed51762
Added non-TRACE info messages on needle+haystack un/mappings
3 years ago
Avril 254d9fbadc
Added `cmp_find()` `cmp_find_many()` in "comp.c"/"comp.h".
3 years ago
Avril 4dd4285ee0
Add IGNORE_ALL() as alias to _drain()
3 years ago
Avril 701601f5cd
added testing framework
3 years ago
Avril 672502449b
Moved string handling functions from version header into its own TU.
3 years ago
Avril fb2fa5801e
version to string functions `v_ctos{s,n,}()` working as intended
3 years ago
Avril d9ccfa0d89
added `bswap()` generic macro
3 years ago
Avril d8202d7994
Fortune for naka's current commit: Small blessing − 小吉
3 years ago