aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/forge-overflow-test.c
AgeCommit message (Collapse)AuthorFilesLines
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard1-235/+0
This allows the LV2 source distribution to be used as an include path for compilers and an LV2_PATH for applications, at the expense of self-contained bundles. That's a nice idea, but it made LV2 itself weird and annoying to depend on. This rearranges things so that directories in the source tree correspond more closely to installation directories. To make this possible, the "aux" directory in the documentation output has been changed to "style", to avoid the reserved name "aux" on Windows.
2022-07-17Make test logging portable to MinGW and old MS runtimesDavid Robillard1-2/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-147/+145
2020-12-16Remove unread variableDavid Robillard1-8/+6
2020-09-27Clean up includesDavid Robillard1-2/+0
2020-07-16Fix unused variable warning in release buildsDavid Robillard1-0/+4
2019-03-30Fix crash when forging containers into a short bufferDavid Robillard1-3/+126
2019-03-30Clean up memory after unit testsDavid Robillard1-1/+5
2019-03-17Actually fix build on old GCCDavid Robillard1-5/+6
Probably.
2019-03-17Fix build on old GCCDavid Robillard1-2/+2
2019-03-17Add tests for forge overflow scenariosDavid Robillard1-0/+109