/[svn]/linuxsampler/trunk/src/testcases/linuxsamplertest.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/testcases/linuxsamplertest.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3548 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 31 09:35:10 2019 UTC (4 years, 8 months ago) by schoenebeck
File length: 1132 byte(s)
Diff to previous 57
* Fixed compiler error in Pool.h.
* Fixed compiler errors in test cases.
* Updated README for how to compile & run test cases.
* Updated test case
  MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest
  expected behaviour of the Mutex class implementation (recursive
  mutex type).
* Bumped version (2.1.1.svn1).


Revision 57 - (view) (download) (annotate) - [selected]
Added Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 1136 byte(s)
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC