diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-04 16:59:55 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-04 16:59:55 +0000 |
commit | e77630b4d6239765f8c604bed52fef678fddb205 (patch) | |
tree | 947403d41fc6e69af75ae13a1881ed01b22332df /Gem | |
parent | 499cc0e0c581f387c34059763a178ae5ff2e1129 (diff) |
Gem 8341ea4c831a4e97476df5a5342cdc6fabfacf93 osx/x86_64
built 'master:8341ea4c831a4e97476df5a5342cdc6fabfacf93' for osx/x86_64
Diffstat (limited to 'Gem')
-rw-r--r-- | Gem/Gem-meta.pd | 2 | ||||
-rwxr-xr-x | Gem/Gem.pd_darwin | bin | 5290964 -> 5321080 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 | 55604 -> 55604 bytes | |||
-rwxr-xr-x | Gem/gem_imageIO.so | bin | 34376 -> 34376 bytes | |||
-rwxr-xr-x | Gem/gem_imageJPEG.so | bin | 50788 -> 50788 bytes | |||
-rwxr-xr-x | Gem/gem_imageSGI.so | bin | 58196 -> 58196 bytes | |||
-rwxr-xr-x | Gem/gem_imageSTB.so | bin | 210688 -> 210688 bytes | |||
-rwxr-xr-x | Gem/gem_imageTIFF.so | bin | 66320 -> 66320 bytes | |||
-rwxr-xr-x | Gem/gem_modelOBJ.so | bin | 96632 -> 96632 bytes | |||
-rwxr-xr-x | Gem/gem_videoAVF.so | bin | 61252 -> 61252 bytes | |||
-rwxr-xr-x | Gem/gemcocoawindow.pd_darwin | bin | 37024 -> 37024 bytes | |||
-rwxr-xr-x | Gem/gemglutwindow.pd_darwin | bin | 43704 -> 43704 bytes | |||
-rwxr-xr-x | Gem/gemmacoswindow.pd_darwin | bin | 36912 -> 36912 bytes | |||
-rw-r--r-- | Gem/gemwin.pd | 2 | ||||
-rwxr-xr-x | Gem/pix_drum.pd_darwin | bin | 26224 -> 26224 bytes | |||
-rwxr-xr-x | Gem/pix_fiducialtrack.pd_darwin | bin | 75404 -> 75404 bytes | |||
-rwxr-xr-x | Gem/pix_hit.pd_darwin | bin | 24448 -> 24448 bytes | |||
-rwxr-xr-x | 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 Binary files differindex 422b522..68a92b0 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 84bfb8a..1cff013 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 c23f086..101687b 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 81c05eb..10f65d3 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 96fdfb8..1946196 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 41b1919..d08f64d 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 845cb5c..833498e 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 85a74ad..23c0b85 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 aa80a2e..0125a49 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 64c5674..3a48fc6 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 b96fcf1..95c47f1 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 de5a7ed..5a09215 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 666c51a..4a569b7 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 205808a..6b7a268 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 9df72d8..96f74c3 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 0539217..4c7afd4 100755 --- a/Gem/pix_mano.pd_darwin +++ b/Gem/pix_mano.pd_darwin |