Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -12/+1 |
| | | | | | | Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | lib: rework how we "override" assert() | David Lamparter | 2021-05-02 | 1 | -0/+98 |
The previous method, using zassert.h and hoping nothing includes assert.h (which, on glibc at least, just does "#undef assert" and puts its own definition in...) was fragile - and actually broke undetected. Just provide our own assert.h and control overriding by putting it in a separate directory to add to the include path (or not.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |