Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-09-10 | Use assert in Ring test | David Robillard | 1 | -91/+26 | |
2021-09-10 | Test failed Ring allocation | David Robillard | 1 | -18/+51 | |
2021-09-10 | Add custom allocator support | David Robillard | 1 | -1/+1 | |
2021-09-10 | Add nullability annotations | David Robillard | 1 | -0/+3 | |
This allows clang to issue warnings at compile time when null is passed to a non-null parameter. For public entry points, also add assertions to catch such issues when the compiler does not support this. | |||||
2021-09-10 | Move attribute definitions to a separate header | David Robillard | 1 | -1/+1 | |
2021-09-10 | Be explicit about the sign of defined integer constants | David Robillard | 1 | -5/+5 | |
2021-07-17 | Avoid use of atoi() and atol() | David Robillard | 1 | -2/+2 | |
2021-01-16 | Allow all free functions to be called on null | David Robillard | 1 | -0/+2 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Initialize all variables | David Robillard | 1 | -4/+4 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -170/+172 | |
2020-08-13 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2020-08-13 | Fix incorrect format specifiers | David Robillard | 1 | -6/+6 | |
2020-08-13 | Add format attributes | David Robillard | 1 | -0/+2 | |
2020-08-13 | Fix unused parameter warnings | David Robillard | 1 | -2/+2 | |
2019-10-18 | Fix unused parameter warnings | David Robillard | 1 | -4/+4 | |
2019-01-06 | Clean up includes | David Robillard | 1 | -4/+4 | |
2018-11-17 | Fix missing variable declaration warnings | David Robillard | 1 | -3/+3 | |
2018-11-14 | Fix potential memory leaks in test | David Robillard | 1 | -0/+3 | |
2012-02-01 | Use failure() for all errors. | David Robillard | 1 | -6/+3 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@62 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-02-01 | Fix types. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@59 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-02-01 | Windows portability fixes. | David Robillard | 1 | -9/+8 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@58 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-01-31 | Add thread abstraction. | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@53 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-01-31 | Full test coverage for ZixRing. | David Robillard | 1 | -5/+91 | |
Update waf. git-svn-id: http://svn.drobilla.net/zix/trunk@50 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-10-09 | Fix ZixRing error when reading split/wrapped messages. | David Robillard | 1 | -1/+1 | |
Use a non-power-of-two message size in ZixRing test to test this. git-svn-id: http://svn.drobilla.net/zix/trunk@43 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-09-19 | Free ring before exit (cover zix_ring_free) | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@20 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-09-18 | Add ZixRing. | David Robillard | 1 | -0/+145 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@13 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 |