[beast/devel: 26/26] Merge branch 'plugins-c++'



commit 006f14aa634fbe98402048b140089de6a6a00b49
Merge: 436f602 30c7d54
Author: Tim Janik <timj gnu org>
Date:   Tue Dec 18 03:42:48 2012 +0100

    Merge branch 'plugins-c++'
    
    * plugins-c++:
      BSE: remove obsoleted C plugin export macros
      DRIVERS: compile bsemididevice-alsa and bsepcmdevice-alsa as resident types
      BSE: renamed BSE_RESIDENT_SOURCE_DEF() macro
      PLUGINS: compile BseFreeVerbCpp as C++ resident type
      PLUGINS: merge IDL modules into a single library
      PLUGINS: removed makefile cruft
      PLUGINS: compile DavXtalStrings as C++ resident type
      PLUGINS: compile DavSynDrum as C++ resident type
      PLUGINS: compile DavCanyonDelay as C++ resident type
      PLUGINS: compile BseIIRFilter as C++ resident type
      BSE: move BseIIRFilterAlgorithm and BseIIRFilterType enums here
      PLUGINS: compile BseSequencer as C++ resident type
      PLUGINS: removed unused files
      PLUGINS: compile BseMult as C++ resident type
      PO: i18n file list updates
      PLUGINS: compile BseMixer as C++ resident type
      PLUGINS: compile SimpleADSR as C++ resident type
      PLUGINS: compile BseAtanDistort as C++ resident type
      PLUGINS: use BSE_RESIDENT_TYPE_DEF in BseAdder
      BSE: add helper macro for plugin module regostrations as resident types
      PLUGINS: make BseAdder a resident type plugin
      SFI: added helper class Init to call function from static ctor
      BSE: allow resident type registration from plugins
      PO: scan bseadder.cc for i18n strings
      PLUGINS: compile BseAdder as C++

 bse/bsecategories.h                                |    2 -
 bse/bsecxxplugin.hh                                |   32 +++
 bse/bseenums.h                                     |   13 +
 bse/bseplugin.cc                                   |   18 ++-
 bse/bseplugin.h                                    |   42 +---
 drivers/bsemididevice-alsa.cc                      |   10 +-
 drivers/bsemididevice-alsa.h                       |    2 +-
 drivers/bsepcmdevice-alsa.cc                       |   10 +-
 drivers/bsepcmdevice-alsa.h                        |    2 +-
 plugins/Makefile.am                                |   78 ++----
 plugins/Makefile.plugins                           |  219 +--------------
 plugins/{bseadder.c => bseadder.cc}                |   34 +--
 plugins/bseadder.h                                 |    2 +-
 plugins/{bseatandistort.c => bseatandistort.cc}    |   30 +--
 plugins/bseatandistort.h                           |    2 +-
 plugins/{bseiirfilter.c => bseiirfilter.cc}        |   90 ++-----
 plugins/bseiirfilter.h                             |   19 +--
 plugins/bseloopback.c                              |  191 -------------
 plugins/bseloopback.h                              |   76 ------
 plugins/{bsemixer.c => bsemixer.cc}                |   51 ++--
 plugins/bsemixer.h                                 |    2 +-
 plugins/{bsemult.c => bsemult.cc}                  |   26 +--
 plugins/bsemult.h                                  |    5 +-
 plugins/{bsesequencer.c => bsesequencer.cc}        |   49 ++--
 plugins/bsesequencer.h                             |    2 +-
 .../{bsesimpleadsr-aux.c => bsesimpleadsr-aux.cc}  |    0
 plugins/{bsesimpleadsr.c => bsesimpleadsr.cc}      |   54 ++--
 plugins/bsesimpleadsr.h                            |    2 +-
 plugins/{davcanyondelay.c => davcanyondelay.cc}    |   39 ++--
 plugins/davcanyondelay.h                           |    2 +-
 plugins/{davsyndrum.c => davsyndrum.cc}            |   49 ++--
 plugins/davsyndrum.h                               |    2 +-
 plugins/{davxtalstrings.c => davxtalstrings.cc}    |   46 ++--
 plugins/davxtalstrings.h                           |    2 +-
 plugins/fldbsepattern.c                            |  283 --------------------
 plugins/freeverb/Makefile.am                       |    2 +-
 plugins/freeverb/{bsefreeverb.c => bsefreeverb.cc} |   40 ++--
 plugins/freeverb/bsefreeverb.h                     |    2 +-
 plugins/hello-space.c                              |   68 -----
 po/POTSCAN                                         |   22 +-
 sfi/sficxx.hh                                      |    5 +
 41 files changed, 360 insertions(+), 1265 deletions(-)
---



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]