/[svn]
ViewVC logotype

Revision 1424


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago)
Changed paths: 63
Log Message:
* 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


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/Doxyfile.in modified , text changed
Directorylinuxsampler/trunk/NEWS modified , text changed
Directorylinuxsampler/trunk/benchmarks/Makefile modified , text changed
Directorylinuxsampler/trunk/configure.in modified , text changed
Directorylinuxsampler/trunk/src/Sampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Condition.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/ConditionServer.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/ConditionServer.h modified , text changed
Directorylinuxsampler/trunk/src/common/Features.h modified , text changed
Directorylinuxsampler/trunk/src/common/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/common/Path.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/RTMath.h modified , text changed
Directorylinuxsampler/trunk/src/common/SynchronizedConfig.h modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.h modified , text changed
Directorylinuxsampler/trunk/src/common/WorkerThread.h modified , text changed
Directorylinuxsampler/trunk/src/common/global.cpp deleted
Directorylinuxsampler/trunk/src/common/global.h modified , text changed
Directorylinuxsampler/trunk/src/common/global_private.cpp added
Directorylinuxsampler/trunk/src/common/global_private.h added
Directorylinuxsampler/trunk/src/db/InstrumentsDb.cpp modified , text changed
Directorylinuxsampler/trunk/src/db/InstrumentsDb.h modified , text changed
Directorylinuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp modified , text changed
Directorylinuxsampler/trunk/src/db/InstrumentsDbUtilities.h modified , text changed
Directorylinuxsampler/trunk/src/db/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/drivers/DeviceParameter.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioChannel.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDevice.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDeviceArts.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDeviceFactory.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputDevice.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputDeviceAlsa.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputDeviceFactory.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputDeviceMidiShare.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputPort.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputPort.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInstrumentMapper.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/EngineChannel.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/FxSend.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/InstrumentManagerThread.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/BiquadFilter.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Resampler.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/DiskThread.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/EGADSR.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/EGDecay.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Engine.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/EngineChannel.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentResourceManager.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Stream.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Stream.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/SynthesisParam.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Synthesizer.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/linuxsampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpevent.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpparser.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscpresultset.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpserver.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/LSCPTest.cpp modified , text changed

  ViewVC Help
Powered by ViewVC