/[svn]/linuxsampler/trunk/src/common/Condition.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/Condition.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 18 13:51:38 2012 UTC (12 years, 2 months ago) by persson
File length: 6561 byte(s)
Diff to previous 1560
* VST bugfix: instrument loading hang and crashed the host when the
  plugin was loaded a second time (#174)


Revision 1560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 6 17:19:16 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 6334 byte(s)
Diff to previous 1481
* minor code refactoring of win32 Condition code
* preparations for release 0.5.1


Revision 1481 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 14 23:42:15 2007 UTC (16 years, 5 months ago) by senoner
File length: 6331 byte(s)
Diff to previous 1319
* win32 port work in progress:
* - implemented win32 support in the following classes:
* Thread, Condition, Mutex, Path, LscpServer
* - lscp.y use DONTCARE instead of VOID
*  (a win32 symbol defined)
* - completed win32 editor plugin loader


Revision 1319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 3 23:59:10 2007 UTC (16 years, 7 months ago) by schoenebeck
File length: 5447 byte(s)
Diff to previous 1231
- just some API doc update


Revision 1231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 11 10:06:52 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 5267 byte(s)
Diff to previous 1221
- just fixed some minor glitch in API doc comment


Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 6 18:50:03 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 5262 byte(s)
Diff to previous 880
* fixed several issues in fundamental "Thread" class: set scheduling
  policy and priority on thread level, set a minimum stack size for
  thread (TODO: a reasonable value yet to be tested), bugfix: non-RT
  threads simply inherited properties of starting thread instead of
  setting their own policy and priority
* updated and fixed test cases (haven't been touched in a while, but
  are now all running successfully through all cases)


Revision 880 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 22:57:37 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 4546 byte(s)
Diff to previous 502
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions


Revision 502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 29 14:20:22 2005 UTC (18 years, 11 months ago) by letz
File length: 4414 byte(s)
Diff to previous 63
Fix destructor


Revision 63 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 4 18:52:24 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 4406 byte(s)
Diff to previous 56
* 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')


Revision 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 09:21:58 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 4305 byte(s)
Diff to previous 53
updated copyright header for 2004


Revision 53 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 4305 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


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