Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Bump (back) to 2.1.3 - devel (Postpone 2.2.0 track until important bugs (details)
  2. Add generic 'check-glibc.sh' script / rename old script (details)
  3. Use 'gluegen-clang.properties' for generic clang and (details)
  4. glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of (details)
Commit 0f9227a597e5f8e828dfbb3ab0bdc1d9d8691ed8 by Sven Gothel
Bump (back) to 2.1.3 - devel (Postpone 2.2.0 track until important bugs and issues are fixed)
The file was modifiedmake/jogamp-env.xml (diff)
Commit e0877095c24f08fe1e5fc0391edf26392d1b6206 by Sven Gothel
Add generic 'check-glibc.sh' script / rename old script
The file was addedmake/scripts/check-glibc-build-arm.sh
The file was modifiedmake/scripts/check-glibc.sh (diff)
Commit bcae9ec99e62f144b4c96ede2fbd37f07401f484 by Sven Gothel
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang ; Add GNU/Linux LLVM/clang build scripts

Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang.

Add GNU/Linux LLVM/clang build scripts
The file was modifiedmake/lib/gluegen-clang.properties (diff)
The file was modifiedmake/scripts/make.gluegen.all.macosx-clang.sh (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
The file was addedmake/scripts/make.gluegen.all.linux-x86-clang.sh
The file was addedmake/lib/gluegen-xcode_clang.properties
The file was addedmake/scripts/make.gluegen.all.linux-x86_64-clang.sh
Commit e90a2c65519168fd825e57b554cc0d82fffebdc4 by Sven Gothel
glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of __asm__(..) to support clang ; Branch on OS predef-macro for GLIBC detection, allow __GNUC__ and __clang__ on __linux__
The file was modifiedmake/stub_includes/platform/glibc-compat-symbols.h (diff)