/[svn]/linuxsampler/trunk/src/testcases
ViewVC logotype

Log of /linuxsampler/trunk/src/testcases

View Directory Listing Directory Listing


Sticky Revision:

Revision 676 - Directory Listing
Modified Wed Jun 22 22:13:08 2005 UTC (18 years, 9 months ago) by schoenebeck
updated to latest LSCPServer constructor change
(IP address and TCP port as argument)


Revision 654 - Directory Listing
Modified Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
* fixed 'make dist' build rule to include all necessary files


Revision 560 - Directory Listing
Modified Sat May 21 11:47:55 2005 UTC (18 years, 10 months ago) by schoenebeck
sync of LSCPTest.cpp with latest LSCP specification


Revision 554 - Directory Listing
Modified Thu May 19 19:25:14 2005 UTC (18 years, 10 months ago) by schoenebeck
* All compile time options are now centrally alterable as arguments to the
  ./configure script. All options are C Macros beginning with CONFIG_
  prefix and will be placed into auto generated config.h file.


Revision 503 - Directory Listing
Modified Fri Apr 29 20:43:07 2005 UTC (18 years, 11 months ago) by schoenebeck
* updated unit tests


Revision 288 - Directory Listing
Modified Tue Oct 19 00:36:34 2004 UTC (19 years, 5 months ago) by schoenebeck
* configure.in: added check for UNIX98 compatibility, check if there's at
  least one supported MIDI input and audio output system available, added
  conditionals for ALSA and JACK
* src/drivers/audio/Makefile.am: ALSA and JACK drivers are only compiled
  respectively if they're supported by the system
* MidiInputDeviceFactory.cpp, AudioOutputDeviceFactory.cpp: little
  workaround for reported linker problem
* removed autotools generated files from CVS


Revision 276 - Directory Listing
Modified Sat Oct 9 15:42:27 2004 UTC (19 years, 5 months ago) by schoenebeck
added tests against new Pool classes


Revision 224 - Directory Listing
Modified Sat Aug 21 15:31:36 2004 UTC (19 years, 7 months ago) by schoenebeck
added test against "SET ECHO" LSCP command


Revision 218 - Directory Listing
Modified Sun Aug 15 20:18:55 2004 UTC (19 years, 7 months ago) by schoenebeck
bugfix in client receive code


Revision 217 - Directory Listing
Modified Sun Aug 15 18:52:23 2004 UTC (19 years, 7 months ago) by schoenebeck
added test for "GET AUDIO_OUTPUT_CHANNEL_PARAMETER INFO" LSCP command


Revision 211 - Directory Listing
Modified Sun Jul 25 23:27:41 2004 UTC (19 years, 8 months ago) by schoenebeck
* 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 - Directory Listing
Modified Tue May 4 18:52:24 2004 UTC (19 years, 10 months ago) by schoenebeck
* 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 57 - Directory Listing
Added Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
* 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


  ViewVC Help
Powered by ViewVC