/[svn]/linuxsampler/trunk/src/db/Makefile.am
ViewVC logotype

Log of /linuxsampler/trunk/src/db/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3093 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 22:48:14 2017 UTC (7 years, 2 months ago) by schoenebeck
File length: 864 byte(s)
Diff to previous 2420 , to selected 1200
- Fixed compile error on some systems.


Revision 2420 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 24 08:59:25 2013 UTC (11 years, 1 month ago) by persson
File length: 835 byte(s)
Diff to previous 1842 , to selected 1200
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings


Revision 1842 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
File length: 831 byte(s)
Diff to previous 1835 , to selected 1200
* fixed building with libgig installed in a non-standard directory


Revision 1835 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 16 17:56:50 2009 UTC (15 years, 1 month ago) by iliev
File length: 817 byte(s)
Diff to previous 1424 , to selected 1200
* Adapted drivers/Plugin class to be used as a base class for the
  AudioUnit plugin and fixed orphaned pointers when deleting PluginGlobal
* Fixed possible iterator invalidations when resetting the sampler
* Fixed memory leaks when issuing the following LSCP commands:
  GET AUDIO_OUTPUT_DRIVER INFO
  GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO
  GET MIDI_INPUT_DRIVER INFO
  GET MIDI_INPUT_DRIVER_PARAMETER INFO
* Fixed possible compilation error when sqlite is not present


Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 907 byte(s)
Diff to previous 1364 , to selected 1200
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


Revision 1364 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 1 13:38:37 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 845 byte(s)
Diff to previous 1200
* fixed egoistic --instruments-db-location command line switch ;-)
  which caused all subsequent command line switches to be ignored
* the default location of the instruments DB file can now be overridden
  with ./configure --enable-default-instruments-db-location=/foo/bar.db
* instruments DB feature can be disabled at compile time with
  ./configure --disable-instruments-db (i.e. for cross compilation)
* in case instruments DB feature is disable at compile time, don't
  actually compile the instruments DB source files and don't install the
  instruments DB API header files either


Revision 1200 - (view) (download) (annotate) - [selected]
Modified Thu May 24 14:04:18 2007 UTC (16 years, 10 months ago) by iliev
File length: 687 byte(s)
Diff to previous 1161
* Implemented instrument scanning in background
  and commands for monitoring the scan progress


Revision 1161 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 16 15:51:18 2007 UTC (16 years, 11 months ago) by iliev
File length: 607 byte(s)
Diff to selected 1200
* Implemented instruments database


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