aboutsummaryrefslogtreecommitdiff
path: root/Gem
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-07 22:16:12 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-07 22:16:12 +0000
commitf46b1f94e4fdb6644a47b1715325f0595bf8fe77 (patch)
treee774ad8ab20603b2bd2017f9f167e5a2bc6643cb /Gem
parentf5af961e0cec55e5a013bd745cf2967fe945dcc7 (diff)
Gem 3985c1f4e4e349d2d84d364f3b36878899d6a364 osx/i386
built 'master:3985c1f4e4e349d2d84d364f3b36878899d6a364' for osx/i386
Diffstat (limited to 'Gem')
-rwxr-xr-xGem/Gem.la2
-rwxr-xr-xGem/Gem.pd_darwinbin4835588 -> 4835588 bytes
-rw-r--r--Gem/develop/include/Gem/Utils/nop.h7
-rwxr-xr-xGem/gem_filmAVFoundation.la2
-rwxr-xr-xGem/gem_filmAVFoundation.sobin34776 -> 34776 bytes
-rwxr-xr-xGem/gem_imageJPEG.la2
-rwxr-xr-xGem/gem_imageJPEG.sobin50452 -> 50452 bytes
-rwxr-xr-xGem/gem_imageMAGICK.la2
-rwxr-xr-xGem/gem_imageMAGICK.sobin52672 -> 52672 bytes
-rwxr-xr-xGem/gem_imageSGI.la2
-rwxr-xr-xGem/gem_imageSGI.sobin57276 -> 57276 bytes
-rwxr-xr-xGem/gem_imageTIFF.la2
-rwxr-xr-xGem/gem_imageTIFF.sobin65548 -> 65548 bytes
-rwxr-xr-xGem/gem_modelOBJ.la2
-rwxr-xr-xGem/gem_modelOBJ.sobin86564 -> 86564 bytes
-rwxr-xr-xGem/gemcocoawindow.la2
-rwxr-xr-xGem/gemcocoawindow.pd_darwinbin38484 -> 38484 bytes
-rwxr-xr-xGem/gemglfw3window.la2
-rwxr-xr-xGem/gemglfw3window.pd_darwinbin36396 -> 36396 bytes
-rwxr-xr-xGem/gemglutwindow.la2
-rwxr-xr-xGem/gemglutwindow.pd_darwinbin42388 -> 42388 bytes
-rwxr-xr-xGem/gemsdlwindow.la2
-rwxr-xr-xGem/gemsdlwindow.pd_darwinbin39584 -> 39584 bytes
-rwxr-xr-xGem/pix_drum.la2
-rwxr-xr-xGem/pix_drum.pd_darwinbin25560 -> 25560 bytes
-rwxr-xr-xGem/pix_fiducialtrack.la2
-rwxr-xr-xGem/pix_fiducialtrack.pd_darwinbin69740 -> 69740 bytes
-rwxr-xr-xGem/pix_hit.la2
-rwxr-xr-xGem/pix_hit.pd_darwinbin23232 -> 23232 bytes
-rwxr-xr-xGem/pix_mano.la2
-rwxr-xr-xGem/pix_mano.pd_darwinbin39564 -> 39564 bytes
31 files changed, 19 insertions, 18 deletions
diff --git a/Gem/Gem.la b/Gem/Gem.la
index beb4088..6f72142 100755
--- a/Gem/Gem.la
+++ b/Gem/Gem.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.app/Contents/Resources//bin -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -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
index d75c4c4..45b7748 100755
--- a/Gem/Gem.pd_darwin
+++ b/Gem/Gem.pd_darwin
Binary files differ
diff --git a/Gem/develop/include/Gem/Utils/nop.h b/Gem/develop/include/Gem/Utils/nop.h
index 8431ef2..75875ef 100644
--- a/Gem/develop/include/Gem/Utils/nop.h
+++ b/Gem/develop/include/Gem/Utils/nop.h
@@ -15,10 +15,11 @@ LOG
#ifndef _INCLUDE__GEM_UTILS_NOP_H_
#define _INCLUDE__GEM_UTILS_NOP_H_
-#if __STDC_VERSION__ >= 199901L
-# define nop(...)
+#if __cplusplus > 199711L || __STDC_VERSION__ >= 199901L
+# define nop(...) do {} while (0)
#else
-# define nop
+static inline void gem__nop(...) { ; }
+# define nop gem__nop
#endif
static inline void gem__nop_post(void) { ; }
diff --git a/Gem/gem_filmAVFoundation.la b/Gem/gem_filmAVFoundation.la
index f02dc44..efb615f 100755
--- a/Gem/gem_filmAVFoundation.la
+++ b/Gem/gem_filmAVFoundation.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_filmAVFoundation.so b/Gem/gem_filmAVFoundation.so
index 585ee94..6abd155 100755
--- a/Gem/gem_filmAVFoundation.so
+++ b/Gem/gem_filmAVFoundation.so
Binary files differ
diff --git a/Gem/gem_imageJPEG.la b/Gem/gem_imageJPEG.la
index 79b0ea1..87674c9 100755
--- a/Gem/gem_imageJPEG.la
+++ b/Gem/gem_imageJPEG.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ljpeg -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ljpeg -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so
index 52bd346..e27c5a9 100755
--- a/Gem/gem_imageJPEG.so
+++ b/Gem/gem_imageJPEG.so
Binary files differ
diff --git a/Gem/gem_imageMAGICK.la b/Gem/gem_imageMAGICK.la
index 1d88c89..e66d5c5 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.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/imagemagick/7.0.7-14/lib /usr/local/Cellar/imagemagick/7.0.7-14/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'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/imagemagick/7.0.7-14/lib /usr/local/Cellar/imagemagick/7.0.7-14/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
index d214f47..3d8be23 100755
--- a/Gem/gem_imageMAGICK.so
+++ b/Gem/gem_imageMAGICK.so
Binary files differ
diff --git a/Gem/gem_imageSGI.la b/Gem/gem_imageSGI.la
index b791168..b37a1e5 100755
--- a/Gem/gem_imageSGI.la
+++ b/Gem/gem_imageSGI.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so
index ef27c1c..ed6d145 100755
--- a/Gem/gem_imageSGI.so
+++ b/Gem/gem_imageSGI.so
Binary files differ
diff --git a/Gem/gem_imageTIFF.la b/Gem/gem_imageTIFF.la
index fc431e3..ce13e72 100755
--- a/Gem/gem_imageTIFF.la
+++ b/Gem/gem_imageTIFF.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ltiff -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ltiff -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so
index e9c41b9..e896629 100755
--- a/Gem/gem_imageTIFF.so
+++ b/Gem/gem_imageTIFF.so
Binary files differ
diff --git a/Gem/gem_modelOBJ.la b/Gem/gem_modelOBJ.la
index c729dd5..01d73cc 100755
--- a/Gem/gem_modelOBJ.la
+++ b/Gem/gem_modelOBJ.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so
index 75f0bbe..87aef6f 100755
--- a/Gem/gem_modelOBJ.so
+++ b/Gem/gem_modelOBJ.so
Binary files differ
diff --git a/Gem/gemcocoawindow.la b/Gem/gemcocoawindow.la
index aa01034..03ce7e9 100755
--- a/Gem/gemcocoawindow.la
+++ b/Gem/gemcocoawindow.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework Cocoa'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin
index 534b5e8..7f3a55e 100755
--- a/Gem/gemcocoawindow.pd_darwin
+++ b/Gem/gemcocoawindow.pd_darwin
Binary files differ
diff --git a/Gem/gemglfw3window.la b/Gem/gemglfw3window.la
index aee9ef5..aaf4065 100755
--- a/Gem/gemglfw3window.la
+++ b/Gem/gemglfw3window.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/glfw/3.2.1/lib -lglfw -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.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=''
diff --git a/Gem/gemglfw3window.pd_darwin b/Gem/gemglfw3window.pd_darwin
index e61f4c9..59c5e9e 100755
--- a/Gem/gemglfw3window.pd_darwin
+++ b/Gem/gemglfw3window.pd_darwin
Binary files differ
diff --git a/Gem/gemglutwindow.la b/Gem/gemglutwindow.la
index 9397b73..dc58178 100755
--- a/Gem/gemglutwindow.la
+++ b/Gem/gemglutwindow.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework GLUT'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.46-5.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin
index 811b456..abacf07 100755
--- a/Gem/gemglutwindow.pd_darwin
+++ b/Gem/gemglutwindow.pd_darwin
Binary files differ
diff --git a/Gem/gemsdlwindow.la b/Gem/gemsdlwindow.la
index 8ff4c70..7e1e631 100755
--- a/Gem/gemsdlwindow.la
+++ b/Gem/gemsdlwindow.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -L/usr/local/lib -lSDLmain -lSDL -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -L/usr/local/lib -lSDLmain -lSDL -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemsdlwindow.pd_darwin b/Gem/gemsdlwindow.pd_darwin
index 5e97d3f..046b665 100755
--- a/Gem/gemsdlwindow.pd_darwin
+++ b/Gem/gemsdlwindow.pd_darwin
Binary files differ
diff --git a/Gem/pix_drum.la b/Gem/pix_drum.la
index 915e541..0aa96cb 100755
--- a/Gem/pix_drum.la
+++ b/Gem/pix_drum.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin
index ba44539..681c9a0 100755
--- a/Gem/pix_drum.pd_darwin
+++ b/Gem/pix_drum.pd_darwin
Binary files differ
diff --git a/Gem/pix_fiducialtrack.la b/Gem/pix_fiducialtrack.la
index 11d949f..305a88e 100755
--- a/Gem/pix_fiducialtrack.la
+++ b/Gem/pix_fiducialtrack.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin
index c3498d4..606be26 100755
--- a/Gem/pix_fiducialtrack.pd_darwin
+++ b/Gem/pix_fiducialtrack.pd_darwin
Binary files differ
diff --git a/Gem/pix_hit.la b/Gem/pix_hit.la
index 6ff5a9c..50a18af 100755
--- a/Gem/pix_hit.la
+++ b/Gem/pix_hit.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin
index 9347d3e..01c9cd8 100755
--- a/Gem/pix_hit.pd_darwin
+++ b/Gem/pix_hit.pd_darwin
Binary files differ
diff --git a/Gem/pix_mano.la b/Gem/pix_mano.la
index e4083a1..ec80669 100755
--- a/Gem/pix_mano.la
+++ b/Gem/pix_mano.la
@@ -17,7 +17,7 @@ old_library=''
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.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0-i386.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin
index 8964df1..b2d4d97 100755
--- a/Gem/pix_mano.pd_darwin
+++ b/Gem/pix_mano.pd_darwin
Binary files differ