commit 3c2409e9cc23b0f22c813b6903277997b46db826 Author: Sven Gothel Date: Fri Jul 11 03:07:02 2014 +0200 Bug 1024: Add fallback for native-jar-file location via classpath Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755 commit 8b2d4a72ec9f026f23e8c2320d298b47ac48aba7 Author: Sven Gothel Date: Thu Jul 10 17:25:43 2014 +0200 Bug 1023/Bug 1024: Create native jar files for different configurations due to non-native-jar aliasing commit cc66b2c98ffb07eb71cc62fd1925ce0503231422 Author: Sven Gothel Date: Sat Jul 5 15:23:41 2014 +0200 Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc600ffa1a commit 0430708fbcbdc5572affb45318eb782adffd13f1 Author: Sven Gothel Date: Thu Jul 3 16:27:25 2014 +0200 Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines commit 21cd5206625aaa8914e53bdfaab8e7ae4e497a08 Author: Sven Gothel Date: Wed Jun 18 03:48:11 2014 +0200 Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension) - initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer commit 05d236515d37561a66b1e239984916e95a193cc8 Author: Sven Gothel Date: Tue Jun 17 01:37:26 2014 +0200 Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount call-by-value extension) commit 0ad86c6c50a10bb3a53cac6fff1b857bae9c6192 Author: Sven Gothel Date: Wed Jun 11 00:54:50 2014 +0200 Remove explicit xcode.clang property files; Bump openal-soft (95a2fe69853d6996cf9e00a9073c57cf9cef9ae9) commit 5b283bccebbf2ea4b7720507ba1230e71311a04b Author: Sven Gothel Date: Tue Jun 10 19:18:59 2014 +0200 ALFactory.PREFER_SYSTEM_OPENAL: Defaults to false for all platforms (i.e. Use openal-soft on OSX as well now) commit 58b08142d0068354a4863f054b5a6ff723ca3df9 Author: Sven Gothel Date: Tue Jun 10 19:18:05 2014 +0200 Bump openal-soft: CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use OPENAL_CUSTOM_CONFIG to inject cmake commands commit b6b47a4c648871e2ca308b92d4a8f945a27f513b Author: Sven Gothel Date: Fri May 9 23:40:12 2014 +0200 unit test: preserve hs_err_pid*.log files (move to results folder for archive) commit 38277fff31277fe67024db9c2e363d9244863d17 Author: Sven Gothel Date: Fri May 9 09:45:58 2014 +0200 Add generic manual build script to test against distribution's default openjdk + ant