diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-04-26 14:33:14 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-04-26 14:33:14 +0000 |
commit | fe47d52243301fa02074ff824615406e72f3ca65 (patch) | |
tree | 569c01e4e22ed0e8b59f1dd5ce2fe06aca833661 | |
parent | 027150827a4b2f641415225afb3b5a2ec8732617 (diff) |
Gem 0b6be70ee74dfb8a0f8129672f400f3b2a4d8390 osx/x86_64
built 'master:0b6be70ee74dfb8a0f8129672f400f3b2a4d8390' for osx/x86_64
-rwxr-xr-x | Gem/Gem.la | 2 | ||||
-rwxr-xr-x | Gem/Gem.pd_darwin | bin | 5234352 -> 5234352 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/Utils/any.h | 8 | ||||
-rwxr-xr-x | Gem/gem_filmAVFoundation.so | bin | 71512 -> 71512 bytes | |||
-rwxr-xr-x | Gem/gem_imageJPEG.so | bin | 52052 -> 52052 bytes | |||
-rwxr-xr-x | Gem/gem_imageMAGICK.la | 2 | ||||
-rwxr-xr-x | Gem/gem_imageMAGICK.so | bin | 55212 -> 54488 bytes | |||
-rwxr-xr-x | Gem/gem_imageSGI.so | bin | 59260 -> 59260 bytes | |||
-rwxr-xr-x | Gem/gem_imageTIFF.so | bin | 68244 -> 68244 bytes | |||
-rwxr-xr-x | Gem/gem_modelOBJ.so | bin | 90268 -> 90268 bytes | |||
-rwxr-xr-x | Gem/gemcocoawindow.pd_darwin | bin | 36484 -> 36492 bytes | |||
-rwxr-xr-x | Gem/gemglfw2window.pd_darwin | bin | 28492 -> 0 bytes | |||
-rwxr-xr-x | Gem/gemglfw3window.la (renamed from Gem/gemglfw2window.la) | 12 | ||||
-rwxr-xr-x | Gem/gemglfw3window.pd_darwin | bin | 0 -> 38112 bytes | |||
-rwxr-xr-x | Gem/gemglutwindow.pd_darwin | bin | 44428 -> 44428 bytes | |||
-rwxr-xr-x | Gem/gemsdlwindow.pd_darwin | bin | 40632 -> 40632 bytes | |||
-rwxr-xr-x | Gem/pix_drum.pd_darwin | bin | 26312 -> 26312 bytes | |||
-rwxr-xr-x | Gem/pix_fiducialtrack.pd_darwin | bin | 76412 -> 76412 bytes | |||
-rwxr-xr-x | Gem/pix_hit.pd_darwin | bin | 24320 -> 24320 bytes | |||
-rwxr-xr-x | Gem/pix_mano.pd_darwin | bin | 40456 -> 40456 bytes |
20 files changed, 12 insertions, 12 deletions
@@ -17,7 +17,7 @@ old_library='' inherited_linker_flags=' -pthread' # Libraries that this one depends upon. -dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L/usr/local/Cellar/fribidi/0.19.7_1/lib -L/usr/local/Cellar/glib/2.50.2/lib -L/usr/local/opt/gettext/lib -lfribidi -lglib-2.0 -lintl -ldl -lz -lm' +dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L/usr/local/Cellar/fribidi/0.19.7_1/lib -L/usr/local/Cellar/glib/2.52.0/lib -L/usr/local/opt/gettext/lib -lfribidi -lglib-2.0 -lintl -ldl -lz -lm' # Names of additional weak libraries provided by this library weak_library_names='' diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin Binary files differindex 19ce2d8..20378b6 100755 --- a/Gem/Gem.pd_darwin +++ b/Gem/Gem.pd_darwin diff --git a/Gem/develop/include/Gem/Utils/any.h b/Gem/develop/include/Gem/Utils/any.h index 56cdec7..dff11bb 100644 --- a/Gem/develop/include/Gem/Utils/any.h +++ b/Gem/develop/include/Gem/Utils/any.h @@ -132,7 +132,7 @@ namespace gem template <typename T> any(const T& x) : table(NULL), object(NULL) { table = any_detail::get_table<T>::get(); -#ifdef __GNUC__ +#if defined(__GNUC__) && __GNUC__ >= 6 # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wplacement-new" #endif @@ -142,7 +142,7 @@ namespace gem else { object = new T(x); } -#ifdef __GNUC__ +#if defined(__GNUC__) && __GNUC__ >= 6 # pragma GCC diagnostic pop #endif } @@ -188,7 +188,7 @@ namespace gem if (table == x_table) { // if so, we can avoid deallocating and resuse memory -#ifdef __GNUC__ +#if defined(__GNUC__) && __GNUC__ >= 6 # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wplacement-new" #endif @@ -213,7 +213,7 @@ namespace gem object = new T(x); table = x_table; } -#ifdef __GNUC__ +#if defined(__GNUC__) && __GNUC__ >= 6 # pragma GCC diagnostic pop #endif } diff --git a/Gem/gem_filmAVFoundation.so b/Gem/gem_filmAVFoundation.so Binary files differindex e289259..fde9a1b 100755 --- a/Gem/gem_filmAVFoundation.so +++ b/Gem/gem_filmAVFoundation.so diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so Binary files differindex 6360b8e..892ef6b 100755 --- a/Gem/gem_imageJPEG.so +++ b/Gem/gem_imageJPEG.so diff --git a/Gem/gem_imageMAGICK.la b/Gem/gem_imageMAGICK.la index 58b6dd8..cb52ae3 100755 --- a/Gem/gem_imageMAGICK.la +++ b/Gem/gem_imageMAGICK.la @@ -17,7 +17,7 @@ old_library='' inherited_linker_flags=' -pthread' # Libraries that this one depends upon. -dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/imagemagick/6.9.7-0/lib /usr/local/Cellar/imagemagick/6.9.7-0/lib/libMagick++-6.Q16.la -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/xz/5.2.2/lib /usr/local/Cellar/imagemagick/6.9.7-0/lib/libMagickWand-6.Q16.la /usr/local/Cellar/imagemagick/6.9.7-0/lib/libMagickCore-6.Q16.la -lfreetype -llzma -lbz2 -lltdl -ldl -lz -lm' +dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/imagemagick/7.0.5-5/lib /usr/local/Cellar/imagemagick/7.0.5-5/lib/libMagickCore-7.Q16HDRI.la -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/xz/5.2.3/lib -lfreetype -llzma -lbz2 -lltdl -ldl -lz -lm' # Names of additional weak libraries provided by this library weak_library_names='' diff --git a/Gem/gem_imageMAGICK.so b/Gem/gem_imageMAGICK.so Binary files differindex 9265543..b788771 100755 --- a/Gem/gem_imageMAGICK.so +++ b/Gem/gem_imageMAGICK.so diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so Binary files differindex 107ad52..2b2da73 100755 --- a/Gem/gem_imageSGI.so +++ b/Gem/gem_imageSGI.so diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so Binary files differindex a4566ea..3a3ad3f 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 e5b3758..1e4acab 100755 --- a/Gem/gem_modelOBJ.so +++ b/Gem/gem_modelOBJ.so diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin Binary files differindex 4640427..84ae64a 100755 --- a/Gem/gemcocoawindow.pd_darwin +++ b/Gem/gemcocoawindow.pd_darwin diff --git a/Gem/gemglfw2window.pd_darwin b/Gem/gemglfw2window.pd_darwin Binary files differdeleted file mode 100755 index 6587024..0000000 --- a/Gem/gemglfw2window.pd_darwin +++ /dev/null diff --git a/Gem/gemglfw2window.la b/Gem/gemglfw3window.la index d051a79..db2aa17 100755 --- a/Gem/gemglfw2window.la +++ b/Gem/gemglfw3window.la @@ -1,28 +1,28 @@ -# gemglfw2window.la - a libtool library file +# gemglfw3window.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). -dlname='gemglfw2window.pd_darwin' +dlname='gemglfw3window.pd_darwin' # Names of this library. -library_names='gemglfw2window.pd_darwin gemglfw2window.pd_darwin' +library_names='gemglfw3window.pd_darwin gemglfw3window.pd_darwin' # The name of the static archive. old_library='' # Linker flags that cannot go in dependency_libs. -inherited_linker_flags=' -framework Cocoa -framework OpenGL -framework IOKit' +inherited_linker_flags=' ' # Libraries that this one depends upon. -dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/glfw2/2.7.9/lib -lglfw -ldl -lz -lm' +dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5-64bit.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/glfw/3.2.1/lib -lglfw -ldl -lz -lm' # Names of additional weak libraries provided by this library weak_library_names='' -# Version information for gemglfw2window. +# Version information for gemglfw3window. current=0 age=0 revision=0 diff --git a/Gem/gemglfw3window.pd_darwin b/Gem/gemglfw3window.pd_darwin Binary files differnew file mode 100755 index 0000000..c3bdf2c --- /dev/null +++ b/Gem/gemglfw3window.pd_darwin diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin Binary files differindex cbbb845..68f19f0 100755 --- a/Gem/gemglutwindow.pd_darwin +++ b/Gem/gemglutwindow.pd_darwin diff --git a/Gem/gemsdlwindow.pd_darwin b/Gem/gemsdlwindow.pd_darwin Binary files differindex ebcd611..70eb0f3 100755 --- a/Gem/gemsdlwindow.pd_darwin +++ b/Gem/gemsdlwindow.pd_darwin diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin Binary files differindex 8cf0d21..e0fe137 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 b917a41..8053704 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 725ee80..4768a0d 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 c4f215f..6414f18 100755 --- a/Gem/pix_mano.pd_darwin +++ b/Gem/pix_mano.pd_darwin |