From 2d8e19d10be55c6c7f99bb306bec3507b353f485 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 6 Feb 2019 20:32:12 +0000 Subject: Gem 095a8d03d64b3263805ecbbcca479581b8c246a7 osx/i386 built 'master:095a8d03d64b3263805ecbbcca479581b8c246a7' for osx/i386 --- Gem/Gem.pd_darwin | Bin 5041860 -> 5074852 bytes Gem/develop/include/Gem/Base/CPPExtern.h | 12 +++++------- Gem/gem_filmAVF.so | Bin 55996 -> 55996 bytes Gem/gem_imageIO.so | Bin 37584 -> 37584 bytes Gem/gem_imageJPEG.so | Bin 49088 -> 49088 bytes Gem/gem_imageSGI.so | Bin 56268 -> 56268 bytes Gem/gem_imageSTB.so | Bin 201256 -> 201256 bytes Gem/gem_imageTIFF.so | Bin 64128 -> 64128 bytes Gem/gem_modelOBJ.so | Bin 97560 -> 97560 bytes Gem/gem_videoAVF.so | Bin 61172 -> 61172 bytes Gem/gemcocoawindow.pd_darwin | Bin 39108 -> 39192 bytes Gem/gemglutwindow.pd_darwin | Bin 41844 -> 41924 bytes Gem/gemmacoswindow.pd_darwin | Bin 38964 -> 39044 bytes Gem/pix_drum.pd_darwin | Bin 25336 -> 25416 bytes Gem/pix_fiducialtrack.pd_darwin | Bin 69040 -> 69120 bytes Gem/pix_hit.pd_darwin | Bin 23356 -> 23432 bytes Gem/pix_mano.pd_darwin | Bin 39584 -> 39660 bytes 17 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin index 24947a2..8f65c77 100755 Binary files a/Gem/Gem.pd_darwin and b/Gem/Gem.pd_darwin differ diff --git a/Gem/develop/include/Gem/Base/CPPExtern.h b/Gem/develop/include/Gem/Base/CPPExtern.h index de320f9..e9190b7 100644 --- a/Gem/develop/include/Gem/Base/CPPExtern.h +++ b/Gem/develop/include/Gem/Base/CPPExtern.h @@ -332,21 +332,19 @@ static void obj_setupCallback(t_class *classPtr); // (registering the class with pd) // a static copy of this class is created at runtime, to actually do the setup-call /////////////////////////////////////////////////////////////////////////////// +typedef void (*t_class_setup)(void); +extern "C" { GEM_EXTERN void gem_register_class_setup(const char*name, t_class_setup); } + #ifdef NO_AUTO_REGISTER_CLASS // if NO_AUTO_REGISTER_CLASS is defined, we will not register the class # define AUTO_REGISTER_CLASS(NEW_CLASS) \ static int NEW_CLASS ## _dummyinstance #else // for debugging we can show the which classes are auto-registering -# if 0 -# define POST_AUTOREGISTER(NEW_CLASS) post("auto-registering: "#NEW_CLASS) -# else -# define POST_AUTOREGISTER(NEW_CLASS) -# endif -# define AUTO_REGISTER_CLASS(NEW_CLASS) \ +# define AUTO_REGISTER_CLASS(NEW_CLASS) \ class NEW_CLASS ## _cppclass { \ public: \ - NEW_CLASS ## _cppclass(void) {POST_AUTOREGISTER(NEW_CLASS); NEW_CLASS ## _setup(); } \ + NEW_CLASS ## _cppclass(void) {gem_register_class_setup(#NEW_CLASS, & NEW_CLASS ## _setup); } \ }; \ static NEW_CLASS ## _cppclass NEW_CLASS ## _instance #endif diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so index 12535cd..3d205d9 100755 Binary files a/Gem/gem_filmAVF.so and b/Gem/gem_filmAVF.so differ diff --git a/Gem/gem_imageIO.so b/Gem/gem_imageIO.so index 27fbab9..243e425 100755 Binary files a/Gem/gem_imageIO.so and b/Gem/gem_imageIO.so differ diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so index bc6b486..61d5d38 100755 Binary files a/Gem/gem_imageJPEG.so and b/Gem/gem_imageJPEG.so differ diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so index 1b2fb2c..ed21097 100755 Binary files a/Gem/gem_imageSGI.so and b/Gem/gem_imageSGI.so differ diff --git a/Gem/gem_imageSTB.so b/Gem/gem_imageSTB.so index b3b026c..c54b92a 100755 Binary files a/Gem/gem_imageSTB.so and b/Gem/gem_imageSTB.so differ diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so index cfa5e2c..d0f1294 100755 Binary files a/Gem/gem_imageTIFF.so and b/Gem/gem_imageTIFF.so differ diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so index 50f45ae..861f959 100755 Binary files a/Gem/gem_modelOBJ.so and b/Gem/gem_modelOBJ.so differ diff --git a/Gem/gem_videoAVF.so b/Gem/gem_videoAVF.so index 485d68d..bb74559 100755 Binary files a/Gem/gem_videoAVF.so and b/Gem/gem_videoAVF.so differ diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin index e11b04a..af824fa 100755 Binary files a/Gem/gemcocoawindow.pd_darwin and b/Gem/gemcocoawindow.pd_darwin differ diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin index 89d971e..85a8d88 100755 Binary files a/Gem/gemglutwindow.pd_darwin and b/Gem/gemglutwindow.pd_darwin differ diff --git a/Gem/gemmacoswindow.pd_darwin b/Gem/gemmacoswindow.pd_darwin index 70c6955..3a4c1c9 100755 Binary files a/Gem/gemmacoswindow.pd_darwin and b/Gem/gemmacoswindow.pd_darwin differ diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin index 69b19e4..201050f 100755 Binary files a/Gem/pix_drum.pd_darwin and b/Gem/pix_drum.pd_darwin differ diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin index 45407ad..75783dc 100755 Binary files a/Gem/pix_fiducialtrack.pd_darwin and b/Gem/pix_fiducialtrack.pd_darwin differ diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin index 0a69e13..c42a56f 100755 Binary files a/Gem/pix_hit.pd_darwin and b/Gem/pix_hit.pd_darwin differ diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin index 838217d..c829977 100755 Binary files a/Gem/pix_mano.pd_darwin and b/Gem/pix_mano.pd_darwin differ -- cgit v1.2.1