[beast/devel: 77/77] Merge branch 'remove-birnet'



commit 07b4a8569579924797950b3085d6c634a2c5a957
Merge: 75a4e93 b368830
Author: Tim Janik <timj gnu org>
Date:   Mon Apr 15 03:56:24 2013 +0200

    Merge branch 'remove-birnet'
    
    * remove-birnet:
      DOCS: remove birnet from doc builds
      BST: fix library linking order
      BUILD: remove BIRNET, use acbeast.m4 for configure, based on birnet & rapicorn
      BIRNET, BUILD: remove birnet-zintern and use rapicorn-zintern
      BIRNET: remove libbirnet
      TOOLS: get rid of Birnet uses
      TESTS: get rid of Birnet uses
      SHELL: get rid of Birnet uses
      SFI: get rid of Birnet uses
      PLUGINS: get rid of Birnet uses
      BST: get rid of Birnet uses
      BSE: use Rapicorn namespace
      BST: transition to RAPICORN_* macros
      BSE: transition to RAPICORN_* macros
      SFI: remove useless birnet macros
      BIRNET: remove unused birnettests.h
      SFI: remove unused sficxx.cc
      SFI: guard against multiple sfi_init() calls
      BSE, SFI, BST, TESTS: fixup init functions, use Rapicorn test macros
      BIRNET: birnet-zintern.cc: don't use birnet_init
      BSE: fix library initialization functions, use StringVector for internal arguments
      BSE: link programs against RAPICORN_LIBS
      BIRNET: remove last remaining test
      BSE: fix script messages
      BIRNET: remove Birnet Msg entirely
      SFI: remove Birnet/Sfi Msg uses
      BSE: remove Birnet/Sfi Msg uses
      BST: remove Birnet/Sfi Msg uses
      TESTS: remove Birnet/Sfi Msg uses
      TESTS: link against RAPICORN_LIBS
      TOOLS: remove Birnet/Sfi Msg uses
      SHELL: remove Birnet/Sfi Msg uses
      BSE: bseladspa.cc: use BSE_KEY_DEBUG() for debugging
      BST: handle Bse::UserMessage from Bse::Server
      BST: initialize global bse_server variable with BSE remote origin
      BSE: switch server to use send_user_message() for all UI messages
      BSE: add Bse::Server::user_message(UserMessage) to send messages to UI
      DOCS: doxygen.cfg: fix brief/auto-docs, extra warnings and PREDEFINED
      SFI: use BSE_KEY_DEBUG() for debugging
      DRIVERS: use BSE_KEY_DEBUG() for debugging
      BSE: use BSE_KEY_DEBUG() and bse_debug_enabled() for engine debugging
      BSE: use BSE_KEY_DEBUG() instead of sfi debugging
      BSE: use BSE_KEY_DEBUG() for loader debugging
      BIRNET: remove birnetdebugtools.*
      BSE: use BSE_KEY_DEBUG() for sequencer debugging
      BSE: use BSE_KEY_DEBUG() to implement debug macros
      SFI: sficomport.cc: use BSE_KEY_DEBUG
      SFI: add Bse debugging API
      SFI: remove obsolete using directives
      DOCS: move dev build rules into proper Makefile.am
      BIRNET: use RAPICORN_BREAKPOINT
      DOCS: download tagfile-rapicorn.xml and cross-link to Rapicorn docs
      BUILD: introduce recursive "download" and "download-local" make targets
      SFI: fix locale sensitive printing of floats
      BIRNET: remove more utilities that are provided by Rapicorn
      BIRNET: remove all utility classes from birnetutils
      TESTS: link against RAPICORN_LIBS
      PLUGINS: link against RAPICORN_LIBS
      BIRNET: remove utils.cc
      BIRNET: remove birnetmath
      BIRNET: remove utf8 and string functions which Rapicorn provides
      BIRNET: disable ifloor due to conflicts with Rapicorn
      BIRNET: remove math.cc, strings.cc, datalist.cc tests
      TOOLS: link against RAPICORN_LIBS
      BIRNET: use Rapicorn::Unicode
      BST: use Rapicorn::CPUInfo
      BSE: use Rapicorn::CPUInfo
      SFI: remove SfiCPUInfo
      BIRNET: remove birnetcpu.*
      BIRNET: remove infotest.cc test
      SFI: add 'using namespace Rapicorn' to namespace Bse
      TOOLS: use Bse::binary_lookup* functions
      BSE: use Bse::binary_lookup* functions
      BIRNET: add 'using namespace Rapicorn' to namespace Bse, remove binary lookup functions
      BIRNET: remove sorting.cc test
      BIRNET: ensure Rapicorn core is initialized

 Makefile.am                                     |    4 +-
 Makefile.decl                                   |    7 +
 birnet/acbirnet.m4 => acbeast.m4                |   75 +-
 beast-gtk/Makefile.am                           |   11 +-
 beast-gtk/bstapp.cc                             |   15 +-
 beast-gtk/bstcxxutils.cc                        |   55 -
 beast-gtk/bstcxxutils.hh                        |    9 -
 beast-gtk/bstdefs.hh                            |   10 +
 beast-gtk/bstmain.cc                            |  123 +--
 beast-gtk/bstpatternctrl.cc                     |    8 +-
 beast-gtk/bstusermessage.cc                     |  158 ++--
 beast-gtk/bstusermessage.hh                     |   27 +-
 beast-gtk/bstutils.cc                           |    3 +
 beast-gtk/bstutils.hh                           |    5 +
 beast-gtk/dialogs/Makefile.am                   |    5 +-
 beast-gtk/gxk/Makefile.am                       |    3 +-
 beast-gtk/testgui.cc                            |    5 +-
 birnet/.gitignore                               |    4 -
 birnet/Makefile.am                              |  132 ---
 birnet/birnet-zintern.cc                        |  197 ----
 birnet/birnet.hh                                |   17 -
 birnet/birnetcdefs.h                            |  216 ----
 birnet/birnetcpu.cc                             |  278 -----
 birnet/birnetcpu.hh                             |   14 -
 birnet/birnetdebugtools.cc                      |   89 --
 birnet/birnetdebugtools.hh                      |   29 -
 birnet/birnetmath.cc                            |    4 -
 birnet/birnetmath.hh                            |   58 -
 birnet/birnetmsg.cc                             |  579 ----------
 birnet/birnetmsg.hh                             |  176 ---
 birnet/birnettests.h                            |  315 ------
 birnet/birnetutf8.cc                            |  277 -----
 birnet/birnetutf8.hh                            |  175 ---
 birnet/birnetutils.cc                           | 1338 -----------------------
 birnet/birnetutils.hh                           |  480 --------
 birnet/configure.inc                            |  158 ---
 birnet/examples/mkhost.sh                       |  370 -------
 birnet/tests/.gitignore                         |    9 -
 birnet/tests/Makefile.am                        |   35 -
 birnet/tests/datalist.cc                        |   92 --
 birnet/tests/infotest.cc                        |  142 ---
 birnet/tests/math.cc                            |  157 ---
 birnet/tests/sorting.cc                         |  118 --
 birnet/tests/strings.cc                         |  243 ----
 birnet/tests/systest.cc                         |   32 -
 birnet/tests/utils.cc                           |   79 --
 bse/Makefile.am                                 |    4 +-
 bse/bseapi.idl                                  |   18 +
 bse/bseautodoc.cc                               |   20 +-
 bse/bsebasics.idl                               |   25 -
 bse/bsebiquadfilter.cc                          |   25 +-
 bse/bseblockutils.hh                            |   24 +-
 bse/bsecategories.cc                            |    2 +-
 bse/bsecore.cc                                  |    4 +-
 bse/bsecore.hh                                  |    4 +-
 bse/bsecxxarg.hh                                |    4 +-
 bse/bsecxxmodule.cc                             |   34 +-
 bse/bsecxxplugin.hh                             |    2 +-
 bse/bseengine.cc                                |   12 +-
 bse/bseenginemaster.cc                          |   23 +-
 bse/bseengineschedule.cc                        |    7 +-
 bse/bsefilter.cc                                |    7 +-
 bse/bsefilter.hh                                |    8 +-
 bse/bsegconfig.cc                               |    2 +-
 bse/bseinfo.cc                                  |    2 +-
 bse/bsejanitor.proc                             |   41 +-
 bse/bseladspa.cc                                |   61 +-
 bse/bseloader-aiff.cc                           |   32 +-
 bse/bseloader-bsewave.cc                        |    4 +-
 bse/bseloader-guspatch.cc                       |   56 +-
 bse/bseloader-wav.cc                            |   59 +-
 bse/bsemain.cc                                  |  288 ++----
 bse/bsemain.hh                                  |   62 +-
 bse/bsemididecoder.cc                           |   60 +-
 bse/bsemididevice-null.cc                       |    8 +-
 bse/bsemididevice-oss.cc                        |   10 +-
 bse/bsemidifile.cc                              |   27 +-
 bse/bsemidireceiver.cc                          |   44 +-
 bse/bsenote.cc                                  |    4 +-
 bse/bseobject.cc                                |   21 +-
 bse/bsepcmdevice-null.cc                        |    7 +-
 bse/bsepcmdevice-oss.cc                         |   27 +-
 bse/bseplugin.cc                                |   27 +-
 bse/bseprobe.cc                                 |    4 +-
 bse/bseprocedure.cc                             |   23 +-
 bse/bseprocidl.cc                               |    2 +-
 bse/bsequery.cc                                 |   15 +-
 bse/bseresamplerimpl.hh                         |    4 +-
 bse/bsesequencer.cc                             |   44 +-
 bse/bseserver.cc                                |  143 ++--
 bse/bseserver.hh                                |   14 +-
 bse/bsestorage.cc                               |   13 +-
 bse/bsetrack.cc                                 |    7 +-
 bse/bseundostack.cc                             |   28 +-
 bse/bseutils.cc                                 |    6 +-
 bse/gsldatacache.cc                             |    2 +-
 bse/gsldatahandle-mad.cc                        |   67 +-
 bse/gslosctable.cc                              |   33 +-
 bse/gslvorbis-cutter.cc                         |   30 +-
 bse/gslvorbis-enc.cc                            |    9 +-
 bse/gslwaveosc.cc                               |   15 +-
 bse/tests/Makefile.am                           |    2 +-
 bse/tests/blocktests.cc                         |   54 +-
 bse/tests/filtercatalog.cc                      | 1200 ++++++++++----------
 bse/tests/filtertest.cc                         |  164 ++--
 bse/tests/firhandle.cc                          |   64 +-
 bse/tests/loophandle.cc                         |    3 +-
 bse/tests/misctests.cc                          |   24 +-
 bse/tests/resamplehandle.cc                     |   57 +-
 bse/tests/subnormals.cc                         |   22 +-
 bse/tests/testcxx.cc                            |    2 +-
 bse/tests/testfft.cc                            |   48 +-
 bse/zintern/Makefile.am                         |    5 +-
 configure.in                                    |   32 +-
 docs/Makefile.am                                |    2 +-
 docs/dev/{makefile => Makefile.am}              |   10 +-
 docs/dev/doxygen.cfg                            |   25 +-
 drivers/bse-portaudio/bsepcmdevice-portaudio.cc |    9 +-
 drivers/bsemididevice-alsa.cc                   |    8 +-
 drivers/bsepcmdevice-alsa.cc                    |   32 +-
 library/scripts/song-parts-operations.scm       |    2 +-
 plugins/Makefile.am                             |    2 +-
 plugins/bsequantizer.cc                         |    6 +-
 plugins/davorgan.cc                             |    6 +-
 r+d-files/bse-ellf.c                            |    4 +-
 sfi/Makefile.am                                 |    4 +-
 sfi/sfi.hh                                      |    7 +
 sfi/sficomport.cc                               |   17 +-
 sfi/sficxx.hh                                   |    1 -
 sfi/sfidl-utils.hh                              |    7 +-
 sfi/sfiglueproxy.cc                             |   22 +-
 sfi/sfiserial.cc                                |    4 +-
 sfi/sfitests.hh                                 |  111 ++-
 sfi/sfiwrapper.cc                               |  284 ++----
 sfi/sfiwrapper.hh                               |  182 +---
 sfi/tests/Makefile.am                           |    4 +-
 sfi/tests/misctests.cc                          |   24 +-
 sfi/tests/ring.cc                               |    2 +-
 sfi/tests/testcxx.cc                            |   10 +-
 sfi/tests/testsfidl.cc                          |   12 +-
 shell/bsescm.cc                                 |   25 +-
 shell/bsescminterp.cc                           |    8 +-
 tests/Makefile.am                               |    2 +-
 tests/bse/Makefile.am                           |    2 +-
 tests/bse/cxxbinding.cc                         |    3 +-
 tests/bse/filtertest.cc                         |   13 +-
 tests/latency/Makefile.am                       |    2 +-
 tests/perftest.cc                               |    3 +-
 tests/testresampler.cc                          |    8 +-
 tests/testresamplerq.cc                         |   18 +-
 tests/testwavechunk.cc                          |   26 +-
 tools/Makefile.am                               |    2 +-
 tools/bsefextract.cc                            |   11 +-
 tools/bsewavetool.cc                            |  105 +--
 tools/bwtwave.cc                                |    2 +-
 tools/cutvorbis.cc                              |   11 +-
 tools/magictest.cc                              |    6 +-
 tools/mathtool.cc                               |   11 +-
 158 files changed, 2111 insertions(+), 8481 deletions(-)
---


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