CVS log for linuxsampler/src/common/optional.h

(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.5 / (as text) / (view) - annotate - [select for diffs] , Tue Jun 27 21:57:36 2006 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0, release0_5_1, release0_5_0, release0_4_0, HEAD
Changes since 1.4: +14 -14 lines
Diff to previous 1.4
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Tue Nov 22 11:49:40 2005 UTC (4 years, 8 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
* src/common/optional.h: fixed '=' operator which did not return anything

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Mon Mar 14 22:29:46 2005 UTC (5 years, 4 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_3, release0_3_2, release0_3_1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
fixed tiny exception bug

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sun Jun 20 14:12:05 2004 UTC (6 years, 1 month ago) by senkov
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
* small but important typo fix in optional.h

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 14 18:33:15 2004 UTC (6 years, 1 month ago) by schoenebeck
Branch: MAIN
* 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

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