CVS log for linuxsampler/src/common/Makefile.am

(logo)

Help

(back) Up to [ls] / linuxsampler / src / common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.26 / (view) - annotate - [select for diffs] , Sun Nov 2 12:05:00 2008 UTC (20 months, 3 weeks ago) by persson
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
* added memory ordering constraints to improve stability on multi-core
  and multi-cpu systems

Revision 1.25 / (view) - annotate - [select for diffs] , Sun Mar 16 17:43:19 2008 UTC (2 years, 4 months ago) by iliev
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
* moved all OS dependent file operation to File class

Revision 1.24 / (view) - annotate - [select for diffs] , Sun Oct 14 21:34:31 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_5_1, release0_5_0
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
- accidently removed atomic.h from distribution

Revision 1.23 / (view) - annotate - [select for diffs] , Sun Oct 14 21:00:15 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22
* 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 1.22 / (view) - annotate - [select for diffs] , Sun Sep 9 11:22:34 2007 UTC (2 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
* bugfix: files with slash in their path or filename could not be loaded

Revision 1.21 / (view) - annotate - [select for diffs] , Tue Sep 4 17:02:27 2007 UTC (2 years, 10 months ago) by schoenebeck
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
* automake fix: don't throw an error on "make uninstall" just because the
  plugin directory is not empty (fixes bug #54)

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Jun 10 08:25:57 2007 UTC (3 years, 1 month ago) by persson
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
- added Condition.h to the include files that get installed

Revision 1.19 / (view) - annotate - [select for diffs] , Tue May 29 22:59:35 2007 UTC (3 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

Revision 1.18 / (view) - annotate - [select for diffs] , Thu May 24 13:04:18 2007 UTC (3 years, 2 months ago) by iliev
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
* Implemented instrument scanning in background
  and commands for monitoring the scan progress

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Dec 29 20:06:13 2006 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
* global volume can now be altered at runtime
  (added two new LSCP commands for this, LSCP specs updated)

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Jun 28 18:32:21 2006 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_4_0
Changes since 1.15: +11 -6 lines
Diff to previous 1.15
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Jun 27 21:57:36 2006 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions

Revision 1.14 / (view) - annotate - [select for diffs] , Sun Feb 26 13:00:08 2006 UTC (4 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
* fixed some concurrency problems between the lscp thread and the
  audio/midi threads for these commands: load engine, set channel
  audio output device, set channel midi input device/port/channel and
  remove channel. Thanks to Vincent Bongiorno for bug reports and
  testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Jun 15 19:25:23 2005 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_3, release0_3_2
Changes since 1.12: +16 -2 lines
Diff to previous 1.12
* fixed 'make dist' build rule to include all necessary files

Revision 1.12 / (view) - annotate - [select for diffs] , Sun Jun 12 22:49:00 2005 UTC (5 years, 1 month ago) by capela
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
* RPM .spec script added to repository.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed May 4 11:02:34 2005 UTC (5 years, 2 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_1
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
* autotools build fixes for PPC architecture

Revision 1.10 / (view) - annotate - [select for diffs] , Mon May 2 23:37:33 2005 UTC (5 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future

Revision 1.9 / (view) - annotate - [select for diffs] , Sun Apr 10 10:55:43 2005 UTC (5 years, 3 months ago) by persson
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Mar 14 22:32:42 2005 UTC (5 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
added ArrayList.h

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Feb 26 01:23:55 2005 UTC (5 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
removed RTELMemoryPool.h

Revision 1.6 / (view) - annotate - [select for diffs] , Mon Dec 13 00:46:41 2004 UTC (5 years, 7 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
* introduced 'synthesis mode' to reduce the amount of code and conditionals
  for the current synthesis case in the main synthesis loop
* support for MMX and SSE(1) in the core synthesis algorithms (CPU feature
  detection at runtime, only x86 so far)

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Oct 8 19:51:38 2004 UTC (5 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
* libgig: fixed panorama value in DimensionRegion (invalid conversion
  from signed 7 bit to signed 8 bit)
* src/linuxsampler.cpp: stacktrace is now automatically shown on fatal
  errors (that is  segmentation faults, etc.), gdb should be installed for
  this to work
* gig::Voice: tiny accuracy fix of pan calculation
* replaced old pool classes by completely new ones which now offer
  Iterator abstraction

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Jun 14 18:33:15 2004 UTC (6 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3
* src/common: added template class 'optional<>' which can be used e.g. as
  return type whenever a value might be returned, but don't has to; this
  template class pretty much acts like a pointer of the given type, but is
  much more safer than a simple pointer
* src/audiodriver: added static class AudioDeviceFactory to create audio
  devices at runtime by using a string and to obtain driver informations
  of drivers at runtime, driver classes should simply use the macro
  REGISTER_AUDIO_OUTPUT_DRIVER(DriverName,DriverClass) in their cpp file
  to register the driver to LinuxSampler (no changes needed anymore in the
  LS code to add a new audio output driver)
* src/drivers: added classes to dynamically manage driver parameters; there
  are two different kinds of parameters: parameters which are need to
  create a new device (DeviceCreationParameterX) used to e.g. create an
  audio output device or a MIDI input device and parameters which are only
  available at runtime, means when a device is already created
  (DeviceRuntimeParameterX) which will be e.g. used as audio channel
  parameters and MIDI port parameters
* src/linuxsampler.cpp: all registered audio output drivers will be shown
  on the console on startup
* src/network: implemented configuration of audio output devices via LSCP

Revision 1.3 / (view) - annotate - [select for diffs] , Sun May 23 18:16:25 2004 UTC (6 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)

Revision 1.2 / (view) - annotate - [select for diffs] , Sun May 2 16:45:42 2004 UTC (6 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
* 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

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Apr 26 16:15:49 2004 UTC (6 years, 3 months ago) by schoenebeck
Branch: MAIN
* 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 a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS