From 336aab27be02c79cebad1b9ee1a96425222036e0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 6 Feb 2019 20:30:34 +0000 Subject: Gem 095a8d03d64b3263805ecbbcca479581b8c246a7 osx/x86_64 built 'master:095a8d03d64b3263805ecbbcca479581b8c246a7' for osx/x86_64 --- Gem/Gem.pd_darwin | Bin 5321080 -> 5346432 bytes Gem/develop/include/Gem/Base/CPPExtern.h | 12 +++++------- Gem/gem_filmAVF.so | Bin 55604 -> 55604 bytes Gem/gem_imageIO.so | Bin 34376 -> 34376 bytes Gem/gem_imageJPEG.so | Bin 50788 -> 50788 bytes Gem/gem_imageSGI.so | Bin 58196 -> 58196 bytes Gem/gem_imageSTB.so | Bin 210688 -> 210688 bytes Gem/gem_imageTIFF.so | Bin 66320 -> 66320 bytes Gem/gem_modelOBJ.so | Bin 96632 -> 96632 bytes Gem/gem_videoAVF.so | Bin 61252 -> 61252 bytes Gem/gemcocoawindow.pd_darwin | Bin 37024 -> 37104 bytes Gem/gemglutwindow.pd_darwin | Bin 43704 -> 43784 bytes Gem/gemmacoswindow.pd_darwin | Bin 36912 -> 37000 bytes Gem/pix_drum.pd_darwin | Bin 26224 -> 26304 bytes Gem/pix_fiducialtrack.pd_darwin | Bin 75404 -> 75484 bytes Gem/pix_hit.pd_darwin | Bin 24448 -> 24536 bytes Gem/pix_mano.pd_darwin | Bin 40552 -> 40640 bytes 17 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin index 5087c4f..89faeef 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 fc0a1ea..6a815fc 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 d106216..189640a 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 bffefb4..5b96bbf 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 26203f7..0c4a448 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 d43fbee..1fb6228 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 c0a8905..13b6e76 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 b1a3831..b6040af 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 cea70ba..45ddbdb 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 43e8161..a533cd3 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 54cfc75..186c580 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 852c7a8..b02a05f 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 aef94ef..db89747 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 a059da5..fba1c66 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 348a1a4..0a6c4bb 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 4be051c..cd38ee9 100755 Binary files a/Gem/pix_mano.pd_darwin and b/Gem/pix_mano.pd_darwin differ -- cgit v1.2.1