[beast/devel: 16/16] Merge branch 'idl-adaption'



commit 946ec810e7fc3646cd47a8b0b335576cf17261ac
Merge: 34a03fa a680f4a
Author: Tim Janik <timj gnu org>
Date:   Wed Jan 16 18:34:19 2013 +0100

    Merge branch 'idl-adaption'
    
    * idl-adaption:
      BSE: move collect_thread_totals() to keep procedures out of bsecore.idl
      PLUGINS: include "bse/bsecxxmodule.idl" is sufficient for IDL files
      BSE: force ctor syntax for all IDL streams, fix more auxillary data ctors
      BSE: use constants in IDL files and avoid C-isms
      BSE: use ctor syntax for all auxillary data in IDL files
      BSE: replace FBlock uses in IDL files with FloatSeq
      BSE: implement fast bse_block_fill_0() for arbitrary block types
      BSE: remove FBlock parasite accessors
      SFIDL: disabled BBlock use in IDL files
      ALL: get rid of NULL in IDL files
      SFIDL: get rid of 'ConstIdent' in IDL files
      AIDA: use 'include' statements in IDL files instead of preprocessor directives
      SFIDL: renamed "interface" keyword in IDL files
      SFI: use Enum() for value asignments, use 0 to indicate neutral values
      SFI: renamed 'enum' keyword in IDL files

 beast-gtk/bstcanvassource.cc         |    7 +-
 beast-gtk/bstqsampler.cc             |   20 +-
 beast-gtk/bstrecords.idl             |  184 ++++----
 beast-gtk/bstscrollgraph.cc          |    2 +-
 beast-gtk/bstsnetrouter.cc           |   10 +-
 beast-gtk/bstutils.cc                |   10 +-
 bse/bse.idl                          |   12 +-
 bse/bseblockutils.hh                 |   34 ++-
 bse/bsebusmodule.idl                 |   18 +-
 bse/bsecore.cc                       |   65 ---
 bse/bsecore.idl                      |  971 +++++++++++++++++-----------------
 bse/bsecxxbase.idl                   |    6 +-
 bse/bsecxxmodule.idl                 |    4 +-
 bse/bseeditablesample.proc           |   47 +-
 bse/bsegconfig.cc                    |  115 ++++-
 bse/bseitem.proc                     |   39 --
 bse/bseprobe.cc                      |   75 +++-
 bse/bseprobe.idl                     |   13 +-
 bse/bseprocidl.cc                    |   10 +-
 bse/bsetype.hh                       |   17 +-
 bse/bseutils.cc                      |   36 +-
 bse/bseutils.hh                      |    3 -
 plugins/artscompressor.idl           |   24 +-
 plugins/bseamplifier.idl             |   28 +-
 plugins/bsebalance.idl               |   20 +-
 plugins/bsecontribsampleandhold.idl  |   10 +-
 plugins/bsenoise.idl                 |    6 +-
 plugins/bsequantizer.idl             |   16 +-
 plugins/bsesummation.idl             |   14 +-
 plugins/davbassfilter.idl            |   12 +-
 plugins/davchorus.idl                |    8 +-
 plugins/davorgan.idl                 |   10 +-
 plugins/evaluator/bseevaluator.idl   |    4 +-
 plugins/standardguspatchenvelope.idl |   24 +-
 plugins/standardsaturator.idl        |   38 +-
 sfi/sfidl-parser.cc                  |   87 ++--
 sfi/tests/testidl.idl                |   20 +-
 tests/bse/testplugin.idl             |   12 +-
 tests/latency/bselatencytest.idl     |   18 +-
 39 files changed, 1074 insertions(+), 975 deletions(-)
---



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