CVSROOT: /cvs/gnome Module name: beast Changes by: timj 06/04/01 20:43:21
Modified files: bse : .cvsignore ChangeLog Makefile.am bsecxxarg.cc bsecxxarg.hh bsecxxbase.cc bsecxxbase.hh bsecxxclosure.cc bsecxxclosure.hh bsecxxmodule.cc bsecxxmodule.hh bsecxxplugin.cc bsecxxplugin.hh bsecxxutils.cc bsecxxutils.hh bsecxxvalue.cc bsecxxvalue.hh bseenums.c bseieee754.h bseloader-guspatch.cc bseloader-mad.c bsemain.c bsesequencer.cc bsesong.c bseutils.h gsldatahandle-mad.c gsldatahandle.c gsldefs.h gslwavechunk.c Removed files: bse : gslmakefile.inc Log message: Sun Apr 2 03:31:24 2006 Tim Janik <[EMAIL PROTECTED]> * Makefile.am: merged with gslmakefile.inc. fixed dependencies. simplified build rules. integrated with Makefile.decl. * *.hh *.cc: removed useless "mode: c++;" statement. fixed Bse::* functions being implemented in anonymous namespaces. * bsecxxmodule.cc: fixed non-static functions and static assertions. * bsecxxmodule.hh: assert the correct object type in the BSE_EFFECT_INTEGRATE_MODULE() macro via const_cast<>(this) instead of by using bogus namespacing. * bseieee754.h: work around gcc-4.2 not allowing "register" unions. * bseloader-guspatch.cc: fixed compiler warning. * gsldatahandle-mad.c: * bseloader-mad.c: include topconfig.h for libmad presence. * bsesequencer.cc: use offsetof() instead of G_STRUCT_OFFSET() which gcc-4.2 doesn't seem to like. * bsesong.c: fixed prototype scope. * gslmakefile.inc: removed, merged into Makefile.am. * gsldefs.h: include gslconfig.h, don't define BIRNET macros. * gslwavechunk.c: fixed variable initialization. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beast&who=timj&date=explicit&mindate=2006-04-01%2020:42&maxdate=2006-04-01%2020:44 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list