From e77630b4d6239765f8c604bed52fef678fddb205 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 4 Feb 2019 16:59:55 +0000 Subject: Gem 8341ea4c831a4e97476df5a5342cdc6fabfacf93 osx/x86_64 built 'master:8341ea4c831a4e97476df5a5342cdc6fabfacf93' for osx/x86_64 --- Gem/Gem-meta.pd | 2 +- Gem/Gem.pd_darwin | Bin 5290964 -> 5321080 bytes Gem/develop/include/Gem/Gem/Dylib.h | 1 + Gem/develop/include/Gem/Gem/Exception.h | 10 +++------- Gem/develop/pkgconfig/Gem.pc | 2 +- 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 -> 37024 bytes Gem/gemglutwindow.pd_darwin | Bin 43704 -> 43704 bytes Gem/gemmacoswindow.pd_darwin | Bin 36912 -> 36912 bytes Gem/gemwin.pd | 2 +- Gem/pix_drum.pd_darwin | Bin 26224 -> 26224 bytes Gem/pix_fiducialtrack.pd_darwin | Bin 75404 -> 75404 bytes Gem/pix_hit.pd_darwin | Bin 24448 -> 24448 bytes Gem/pix_mano.pd_darwin | Bin 40552 -> 40552 bytes 21 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Gem/Gem-meta.pd b/Gem/Gem-meta.pd index 15c6226..0878cda 100644 --- a/Gem/Gem-meta.pd +++ b/Gem/Gem-meta.pd @@ -1,7 +1,7 @@ #N canvas 1 51 320 90 10; #N canvas 1 51 382 134 META 1; #X text 10 10 NAME Gem; -#X text 10 30 VERSION 0.94~pre1; +#X text 10 30 VERSION 0.94~pre2; #X text 10 50 DESCRIPTION Graphics Environment for Multimedia; #X text 10 70 AUTHOR IOhannes m zmölnig & the Gem development team ; diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin index 422b522..68a92b0 100755 Binary files a/Gem/Gem.pd_darwin and b/Gem/Gem.pd_darwin differ diff --git a/Gem/develop/include/Gem/Gem/Dylib.h b/Gem/develop/include/Gem/Gem/Dylib.h index f145e8b..0738fca 100644 --- a/Gem/develop/include/Gem/Gem/Dylib.h +++ b/Gem/develop/include/Gem/Gem/Dylib.h @@ -14,6 +14,7 @@ LOG #define _INCLUDE__GEM_GEM_DYLIB_H_ #include "Gem/Exception.h" +#include /* an opaque handle to the platform specific library handle */ diff --git a/Gem/develop/include/Gem/Gem/Exception.h b/Gem/develop/include/Gem/Gem/Exception.h index d09a480..96051e0 100644 --- a/Gem/develop/include/Gem/Gem/Exception.h +++ b/Gem/develop/include/Gem/Gem/Exception.h @@ -32,22 +32,18 @@ DESCRIPTION #define _INCLUDE__GEM_GEM_EXCEPTION_H_ #include "Gem/ExportDef.h" -#include +#include + typedef struct _text t_object; -class GEM_EXTERN GemException +class GEM_EXTERN GemException : public std::runtime_error { public: GemException(void); explicit GemException(const char*error); explicit GemException(const std::string&error); - virtual ~GemException(void); - - virtual const char *what(void) const; virtual void report(const char*origin=0) const; -private: - const char*ErrorString; }; namespace gem diff --git a/Gem/develop/pkgconfig/Gem.pc b/Gem/develop/pkgconfig/Gem.pc index 94e9704..560d9a8 100644 --- a/Gem/develop/pkgconfig/Gem.pc +++ b/Gem/develop/pkgconfig/Gem.pc @@ -9,6 +9,6 @@ includedir=${prefix}/include # core configuration Name: Gem Description: Gem plugins and externals -Version: 0.94~pre1 +Version: 0.94~pre2 Cflags: -I${includedir}/Gem Libs: -L${libdir}/Gem diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so index 84bfb8a..1cff013 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 c23f086..101687b 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 81c05eb..10f65d3 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 96fdfb8..1946196 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 41b1919..d08f64d 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 845cb5c..833498e 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 85a74ad..23c0b85 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 aa80a2e..0125a49 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 64c5674..3a48fc6 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 b96fcf1..95c47f1 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 de5a7ed..5a09215 100755 Binary files a/Gem/gemmacoswindow.pd_darwin and b/Gem/gemmacoswindow.pd_darwin differ diff --git a/Gem/gemwin.pd b/Gem/gemwin.pd index 8365e89..d476c01 100644 --- a/Gem/gemwin.pd +++ b/Gem/gemwin.pd @@ -202,7 +202,7 @@ args) into the object); #X obj 31 186 outlet; #X obj 195 216 outlet gemwin; #X obj 195 154 t b; -#X msg 195 177 dimen 500 500 \, offset 0 0 \, fullscreen 0 \, title +#X msg 195 177 dimen 500 500 \, offset 50 50 \, fullscreen 0 \, title GEM \, buffer 2 \, cursor 1 \, topmost 0; #X connect 0 0 1 0; #X connect 1 0 4 0; diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin index 666c51a..4a569b7 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 205808a..6b7a268 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 9df72d8..96f74c3 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 0539217..4c7afd4 100755 Binary files a/Gem/pix_mano.pd_darwin and b/Gem/pix_mano.pd_darwin differ -- cgit v1.2.1