Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-17 | Avoid incorrect use of mkstemp in tests | David Robillard | 1 | -15/+57 | |
This was an overly hasty switch from race-prone alternatives to mkstemp, but it did not actually account for the fact that mkstemp creates the file. This resulted in leaking the file handle, and trying to open it twice, which made the tests fail on Windows/MinGW. | |||||
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -0/+8 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -341/+335 | |
2020-12-16 | Isolate variable declarations and initialize all variables | David Robillard | 1 | -3/+3 | |
2019-12-08 | Implement state:freePath feature | David Robillard | 1 | -21/+35 | |
2019-10-17 | Fix Windows warnings | David Robillard | 1 | -1/+1 | |
2019-06-21 | Refuse to store state properties with null keys | David Robillard | 1 | -0/+10 | |
2019-06-21 | Refuse to store duplicate properties when saving plugin state | David Robillard | 1 | -0/+11 | |
2019-04-15 | Fix mismatched malloc/free calls | David Robillard | 1 | -8/+18 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -4/+4 | |
2019-01-13 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2019-01-13 | Clean up includes | David Robillard | 1 | -5/+5 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2018-09-04 | Fix GCC8 warnings | David Robillard | 1 | -1/+1 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 1 | -0/+5 | |
2017-12-29 | Use safe string functions | David Robillard | 1 | -1/+1 | |
2017-12-16 | Use mkstemp instead of tmpnam | David Robillard | 1 | -13/+9 | |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 1 | -3/+8 | |
2016-07-11 | Improve test coverage | David Robillard | 2 | -2/+12 | |
2015-10-04 | Improve test coverage | David Robillard | 3 | -0/+431 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 |