Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | Actually define include guard | michael-grunder | |
2020-02-27 | Housekeeping fixes (#764) | Michael Grunder | |
Housekeeping * Check for C++ (#758, #750) * Include `alloc.h` in `make install` and `cmake` * Add a `.def` file for Windows (#760) * Include allocation wrappers referenced in adapter headers * Fix minor syntax errors and typos in README * Fix CI in Windows by properly escaping arguments (#761) | |||
2020-01-28 | Safe allocation wrappers (#754) | Michael Grunder | |
Create allocation wrappers with a configurable OOM handler (defaults to abort()). See #752, #747 |