[beast: 75/95] Merge branch 'struct-derivation'



commit c5db4b07329b1116e1050c3d456a1fcb42ba091f
Merge: 00ff73d af02ee2
Author: Tim Janik <timj gnu org>
Date:   Sun Mar 24 15:29:47 2013 +0000

    Merge branch 'struct-derivation'
    
    * struct-derivation:
      DRIVERS: use C++ inheritance instead of nesting for GObject struct derivation
      PLUGINS: use C++ inheritance instead of nesting for GObject struct derivation
      BSE: source: eliminate GObject casts obsoleted through struct inheritance
      BSE: use C++ inheritance instead of nesting for GObject struct derivation

 bse/bsebiquadfilter.hh                          |   15 ++--
 bse/bsebus.hh                                   |   11 +--
 bse/bseconstant.hh                              |   15 ++--
 bse/bsecontainer.hh                             |    8 +--
 bse/bsecontextmerger.hh                         |   12 +--
 bse/bsecsynth.hh                                |   13 +--
 bse/bsedatapocket.hh                            |   22 ++---
 bse/bsedefs.hh                                  |  107 +++++++++++------------
 bse/bsedevice.hh                                |   15 +--
 bse/bseeditablesample.hh                        |   10 +--
 bse/bseinstrumentinput.hh                       |   18 ++---
 bse/bseinstrumentoutput.hh                      |   18 ++---
 bse/bseitem.hh                                  |   11 +--
 bse/bsejanitor.hh                               |   15 ++--
 bse/bseladspa.hh                                |   21 ++---
 bse/bseladspamodule.hh                          |   10 +--
 bse/bseloader.hh                                |    6 +-
 bse/bsemidicontroller.hh                        |   16 +---
 bse/bsemididecoder.hh                           |    5 +-
 bse/bsemididevice-null.hh                       |   17 ++---
 bse/bsemididevice-oss.hh                        |   15 +--
 bse/bsemididevice.hh                            |   19 ++---
 bse/bsemidiinput.hh                             |   16 +---
 bse/bsemidinotifier.hh                          |   15 +--
 bse/bsemidireceiver.cc                          |    4 +-
 bse/bsemidisynth.hh                             |   13 +--
 bse/bsemidivoice.hh                             |   24 ++---
 bse/bseobject.hh                                |    9 +--
 bse/bseparasite.cc                              |    2 +-
 bse/bsepart.hh                                  |   42 ++++-----
 bse/bsepcmdevice-null.hh                        |   16 ++--
 bse/bsepcmdevice-oss.hh                         |   15 +--
 bse/bsepcmdevice.hh                             |   21 ++---
 bse/bsepcminput.hh                              |   14 +--
 bse/bsepcmoutput.hh                             |   16 +---
 bse/bsepcmwriter.hh                             |   12 +--
 bse/bseplugin.hh                                |   14 +--
 bse/bseproject.hh                               |   13 +--
 bse/bseserver.hh                                |   14 +--
 bse/bsesnet.hh                                  |   25 +++---
 bse/bsesnooper.hh                               |   13 ++--
 bse/bsesong.hh                                  |   18 ++--
 bse/bsesource.cc                                |   22 +++---
 bse/bsesource.hh                                |   42 ++++-----
 bse/bsestandardosc.hh                           |   20 ++---
 bse/bsestorage.hh                               |   11 +--
 bse/bsesubiport.hh                              |   18 ++---
 bse/bsesuboport.hh                              |   18 ++---
 bse/bsesubsynth.hh                              |   16 ++--
 bse/bsesuper.hh                                 |   13 +--
 bse/bsetrack.hh                                 |   17 ++--
 bse/bsewave.hh                                  |   23 ++---
 bse/bsewaveosc.hh                               |   16 +---
 bse/bsewaverepo.hh                              |   15 ++--
 drivers/bse-portaudio/bsepcmdevice-portaudio.hh |   21 ++---
 drivers/bsemididevice-alsa.hh                   |   20 ++---
 drivers/bsepcmdevice-alsa.hh                    |   20 ++---
 plugins/bseadder.hh                             |   14 +--
 plugins/bseatandistort.hh                       |   20 ++---
 plugins/bsefirfilter.hh                         |   18 ++---
 plugins/bseiirfilter.hh                         |   24 ++---
 plugins/bsemixer.hh                             |   20 ++---
 plugins/bsemult.hh                              |   19 ++---
 plugins/bsesequencer.hh                         |   12 +--
 plugins/bsesimpleadsr.hh                        |   38 ++++-----
 plugins/davcanyondelay.hh                       |   25 +++---
 plugins/davguitar.hh                            |   21 ++---
 plugins/davsyndrum.hh                           |   22 ++---
 plugins/davxtalstrings.hh                       |   23 ++---
 plugins/freeverb/bsefreeverb.hh                 |   18 ++---
 70 files changed, 498 insertions(+), 783 deletions(-)
---


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