[beast: 10/10] Merge branch 'pybse-module'



commit 5aac159c8737270f331568dd79535b584b3d3798
Merge: ba1f18e de787ff
Author: Tim Janik <timj gnu org>
Date:   Sat Mar 19 14:12:59 2016 +0100

    Merge branch 'pybse-module'
    
    * pybse-module:
      BSE: pybse: initialize libbse from sys.argv
      BSE: provide Bse::init_needed()
      SFI: remove (mostly useless) 'app_name' argument from sfi_init()
      BSE: pybse: build 'Bse.so' Python module
      BSE: pybse: build bseidlapi.pyx from bseapi.idl
      BUILD: add bse/pybse/Makefile
      BEAST: make use of init_server_instance() and init_server_connection()
      BSE: provide init_server_instance() and init_server_connection() to ease startup
      BSE: rename 'Category.otype', since 'type' is a reserved word in Python

 beast-gtk/bstapp.cc        |    2 +-
 beast-gtk/bstmain.cc       |   16 ++++-------
 beast-gtk/bstpartdialog.cc |    2 +-
 beast-gtk/bstsnetrouter.cc |    2 +-
 beast-gtk/testgui.cc       |    2 +-
 bse/Makefile.am            |    2 +-
 bse/bse.hh                 |    5 ++++
 bse/bsebasics.idl          |    2 +-
 bse/bsecategories.cc       |    4 +-
 bse/bseglue.cc             |    6 ++--
 bse/bsemain.cc             |   10 ++++++-
 bse/bsemain.hh             |    1 +
 bse/bseprocidl.cc          |    4 +-
 bse/bsestartup.cc          |   44 ++++++++++++++++++++++++++++++++++
 bse/bsestartup.hh          |    1 +
 bse/bsetool.cc             |    2 +-
 bse/pybse/Bse.pyx          |   16 ++++++++++++
 bse/pybse/Makefile.am      |   42 ++++++++++++++++++++++++++++++++
 bse/pybse/pysupport.hh     |   57 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac               |    1 +
 sfi/sfitests.hh            |    2 +-
 sfi/sfiwrapper.cc          |    4 +-
 sfi/sfiwrapper.hh          |    2 +-
 shell/bsescm.cc            |    2 +-
 24 files changed, 200 insertions(+), 31 deletions(-)
---


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