summaryrefslogtreecommitdiffstats
path: root/test/ringbuffer_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-17Update test suite to compile and pass again.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4718 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14100% test coverage for RingBuffer.David Robillard1-0/+55
Improve test coverage for Semaphore (as much as is feasibly possible). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4689 a436a847-0d15-0410-975c-d299462d15a1
2012-08-13Add Raul::barrier() and remove glib dependency from RingBuffer.David Robillard1-0/+1
Improve RingBuffer performance. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4674 a436a847-0d15-0410-975c-d299462d15a1
2012-05-13Update license to GPL3+.David Robillard1-0/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4389 a436a847-0d15-0410-975c-d299462d15a1
2011-10-09Fix RingBuffer error when reading split/wrapped messages.David Robillard1-53/+119
More rigorous, multithreaded RingBuffer test. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3540 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Improve RingBuffer implementation.David Robillard1-26/+53
Previous implementation was broken when written to full capacity, and this version is significantly faster as well. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3213 a436a847-0d15-0410-975c-d299462d15a1
2011-01-08Drop glibmm dependency in build stuff (raul depends only on glib).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2801 a436a847-0d15-0410-975c-d299462d15a1
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard1-0/+47
Make raul tests return 0 on success, 1 on failure. Test coverage for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2368 a436a847-0d15-0410-975c-d299462d15a1