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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3552 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 6 13:18:59 2019 UTC (4 years, 8 months ago) by schoenebeck
File length: 3744 byte(s)
Diff to previous 1649
* Test cases: Fixed thread tests segfaulting on Linux.


Revision 1649 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 25 15:06:02 2008 UTC (16 years, 2 months ago) by nagata
File length: 3702 byte(s)
Diff to previous 503
* added a new config option --enable-pthread-testcancel, which uses
pthread_testcancel() instead of asynchronous canceling (needed for OSX)


Revision 503 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 29 20:43:07 2005 UTC (18 years, 11 months ago) by schoenebeck
File length: 3642 byte(s)
Diff to previous 211
* updated unit tests


Revision 211 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 25 23:27:41 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 3628 byte(s)
Diff to previous 63
* src/linuxsampler.cpp: tidied up a bit, "initialization completed"
  message shown only after the server is actually running
* src/testcases/: print the name of each test suite before running the
  tests of the suite, added first tests against the LSCP server using a
  socket connection to the LSCP server (tests for the following LSCP
  commands: "ADD CHANNEL", "GET CHANNELS", "REMOVE CHANNEL")


Revision 63 - (view) (download) (annotate) - [select for diffs]
Added Tue May 4 18:52:24 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 3505 byte(s)
* src/common/Thread.cpp: threads are now stoppable even if they are
  waiting for a condition
* src/common/Condition.cpp: fixed little misbehavior of Set() method,
  which locked the Condition object on return
* src/testcases: added a couple of new unit tests (against classes
  'Mutex', 'Condition' and 'Thread')


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