Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-14 | Replace shared library malloc shim with explicit allocation testing | David Robillard | 1 | -84/+0 | |
The old approach was generally annoying to deal with sometimes, and not particularly portable. This replaces it by using the new custom allocator interface with unit tests that specifically check that failed allocation is handled properly. | |||||
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -29/+29 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -1/+3 | |
2020-08-13 | Fix unused macro warning on MacOS | David Robillard | 1 | -0/+2 | |
2019-10-18 | Fix strange bug in test malloc | David Robillard | 1 | -3/+9 | |
With a certain program, this was failing to use the local malloc in the call stack of the dlsym, which resulted in an infinite recursion and crash. I have no idea why, other than the optimizer is somehow at fault. This fixes it. | |||||
2019-01-06 | Clean up includes | David Robillard | 1 | -5/+2 | |
2014-12-18 | Add missing files. | David Robillard | 1 | -0/+90 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@99 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 |