diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-04 17:02:04 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-04 17:02:04 +0000 |
commit | 3fc2b7f012a7f52d8e4343a26272a99f27feda56 (patch) | |
tree | fda930c7cd5a0ea33a5a83bc64dc86a6a1fbe77c | |
parent | ddece9150062a1528c09e33a7c36bf7f2929c37d (diff) |
Gem 8341ea4c831a4e97476df5a5342cdc6fabfacf93 osx/i386
built 'master:8341ea4c831a4e97476df5a5342cdc6fabfacf93' for osx/i386
-rw-r--r-- | Gem/Gem-meta.pd | 2 | ||||
-rwxr-xr-x | Gem/Gem.pd_darwin | bin | 5012708 -> 5041860 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/Gem/Dylib.h | 1 | ||||
-rw-r--r-- | Gem/develop/include/Gem/Gem/Exception.h | 10 | ||||
-rw-r--r-- | Gem/develop/pkgconfig/Gem.pc | 2 | ||||
-rwxr-xr-x | Gem/gem_filmAVF.so | bin | 55996 -> 55996 bytes | |||
-rwxr-xr-x | Gem/gem_imageIO.so | bin | 37584 -> 37584 bytes | |||
-rwxr-xr-x | Gem/gem_imageJPEG.so | bin | 49088 -> 49088 bytes | |||
-rwxr-xr-x | Gem/gem_imageSGI.so | bin | 56268 -> 56268 bytes | |||
-rwxr-xr-x | Gem/gem_imageSTB.so | bin | 201256 -> 201256 bytes | |||
-rwxr-xr-x | Gem/gem_imageTIFF.so | bin | 64128 -> 64128 bytes | |||
-rwxr-xr-x | Gem/gem_modelOBJ.so | bin | 97560 -> 97560 bytes | |||
-rwxr-xr-x | Gem/gem_videoAVF.so | bin | 61172 -> 61172 bytes | |||
-rwxr-xr-x | Gem/gemcocoawindow.pd_darwin | bin | 39108 -> 39108 bytes | |||
-rwxr-xr-x | Gem/gemglutwindow.pd_darwin | bin | 41844 -> 41844 bytes | |||
-rwxr-xr-x | Gem/gemmacoswindow.pd_darwin | bin | 38964 -> 38964 bytes | |||
-rw-r--r-- | Gem/gemwin.pd | 2 | ||||
-rwxr-xr-x | Gem/pix_drum.pd_darwin | bin | 25336 -> 25336 bytes | |||
-rwxr-xr-x | Gem/pix_fiducialtrack.pd_darwin | bin | 69040 -> 69040 bytes | |||
-rwxr-xr-x | Gem/pix_hit.pd_darwin | bin | 23356 -> 23356 bytes | |||
-rwxr-xr-x | Gem/pix_mano.pd_darwin | bin | 39584 -> 39584 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 Binary files differindex 24c8b7f..70c5d71 100755 --- a/Gem/Gem.pd_darwin +++ b/Gem/Gem.pd_darwin 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 <string> /* 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 <string> +#include <stdexcept> + 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 Binary files differindex 94380fd..79b00fa 100755 --- a/Gem/gem_filmAVF.so +++ b/Gem/gem_filmAVF.so diff --git a/Gem/gem_imageIO.so b/Gem/gem_imageIO.so Binary files differindex 647d29e..30f111c 100755 --- a/Gem/gem_imageIO.so +++ b/Gem/gem_imageIO.so diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so Binary files differindex 6bd85fa..cf70b9b 100755 --- a/Gem/gem_imageJPEG.so +++ b/Gem/gem_imageJPEG.so diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so Binary files differindex 88a8cc5..5821638 100755 --- a/Gem/gem_imageSGI.so +++ b/Gem/gem_imageSGI.so diff --git a/Gem/gem_imageSTB.so b/Gem/gem_imageSTB.so Binary files differindex c86cf36..c41286f 100755 --- a/Gem/gem_imageSTB.so +++ b/Gem/gem_imageSTB.so diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so Binary files differindex 244dee7..ec2a3dd 100755 --- a/Gem/gem_imageTIFF.so +++ b/Gem/gem_imageTIFF.so diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so Binary files differindex 759d9ab..2cb7e83 100755 --- a/Gem/gem_modelOBJ.so +++ b/Gem/gem_modelOBJ.so diff --git a/Gem/gem_videoAVF.so b/Gem/gem_videoAVF.so Binary files differindex aaea491..f17dea5 100755 --- a/Gem/gem_videoAVF.so +++ b/Gem/gem_videoAVF.so diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin Binary files differindex 22eb699..4d08058 100755 --- a/Gem/gemcocoawindow.pd_darwin +++ b/Gem/gemcocoawindow.pd_darwin diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin Binary files differindex 56e60db..83f923c 100755 --- a/Gem/gemglutwindow.pd_darwin +++ b/Gem/gemglutwindow.pd_darwin diff --git a/Gem/gemmacoswindow.pd_darwin b/Gem/gemmacoswindow.pd_darwin Binary files differindex c02a896..df87589 100755 --- a/Gem/gemmacoswindow.pd_darwin +++ b/Gem/gemmacoswindow.pd_darwin 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 Binary files differindex 5eb626a..ad12cb4 100755 --- a/Gem/pix_drum.pd_darwin +++ b/Gem/pix_drum.pd_darwin diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin Binary files differindex 8238e9a..ce98c34 100755 --- a/Gem/pix_fiducialtrack.pd_darwin +++ b/Gem/pix_fiducialtrack.pd_darwin diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin Binary files differindex 789f73e..4e231cb 100755 --- a/Gem/pix_hit.pd_darwin +++ b/Gem/pix_hit.pd_darwin diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin Binary files differindex 8f1a278..eb3ceb1 100755 --- a/Gem/pix_mano.pd_darwin +++ b/Gem/pix_mano.pd_darwin |