commit 10f9ddfad21c8ab1d4287742d1b524ae11e916c8 Author: Sven Gothel Date: Fri Jan 31 11:08:20 2014 +0100 Fix javadoc packagenames commit 231536b10bac8ac42879de7a3e30ca4ddced5aba Author: Sven Gothel Date: Sun Jan 26 05:56:53 2014 +0100 MiscUtils: Forgot to change access of package-private to public due to new package location (sorry) commit 2de32d692918c1cf0643daf598afb129c4a204a1 Author: Sven Gothel Date: Sun Jan 26 05:50:59 2014 +0100 Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops commit a6f9b46bfb0044ef5adde3ab15a802c545806414 Author: Sven Gothel Date: Sun Jan 26 05:43:04 2014 +0100 Unit Tests: Also test 'Test*' while excluding inner classes commit d6f328b7201080e0e14f54fb37099938fed1024c Author: Sven Gothel Date: Sun Jan 26 05:33:34 2014 +0100 Fix build.xml: Processed CL stub_includes _must_ reside in current folder (make) due to relative fileset access only! Commit aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 moved processed CL stub_includes to 'build/includes', which would be 'nice to have'. However, due to relative fileset restrictions, we must locate it from current folder 'make'. Not detected, since an old 'make/includes/CL' was still around. Using dedicated folder 'make/stub_includes.gen'. commit ff5aebf0c341393552df9f9f85e8df6a7d9e8029 Author: Sven Gothel Date: Sun Jan 26 03:48:57 2014 +0100 JoclVersionActivity: Dump info on stderr for adb logcat commit 00502aedb935a8bbb0d5f4407dfe35d8e60c8f97 Author: Sven Gothel Date: Sun Jan 26 03:33:17 2014 +0100 Adapt all unit tests to use UITestCase and enforce named unit test order. Added main entry and listed in tests.sh for manual test. commit 30b423fc8d71d05e789c087b2d45cf0e7bf8c542 Author: Sven Gothel Date: Sun Jan 26 03:15:47 2014 +0100 Add unit test TestJoclVersion and UITestCase base class for singleton unit tests ; Fix setenv-jocl.sh: Add jocl-test.jar commit aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 Author: Sven Gothel Date: Sun Jan 26 02:14:26 2014 +0100 Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android JoclVersionActivity Cleanup Build: - Move gluegen config files into make/config (cleanup) - Move stub_includes into respective folder make/stub_includes and keep resources 'clean' JoclVersion: - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now) - Added text based CL info dump. JoclVersionActivity: - Analog to JoclVersionActivity - Added full launch .. tested on Android (but no OpenCL avail.) commit ac84afd26ad3b34851a423fb90e6c819b9dc9495 Author: Sven Gothel Date: Sat Jan 25 18:49:41 2014 +0100 build.xml: Fix jogl.build: Use [passed or default] jogl.build as well as rootrel.build (as gluegen does) commit 52a1b51d7281640ed525d07fe22d14de54b398d0 Author: Sven Gothel Date: Sat Jan 25 16:21:15 2014 +0100 Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar and apk files in ${build}/jar (as it was before new build system) commit f9214217defbcc2a640e80a68f1270ee1e428cf2 Author: Sven Gothel Date: Sat Jan 25 16:20:30 2014 +0100 Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl commit 5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 Author: Sven Gothel Date: Sat Jan 25 15:13:06 2014 +0100 Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text file suffix ; Fix Jar Manifest: Move Sealed to bottom. commit 1bc4f882be2c8129521b1110e52bcda9c232f8f1 Author: Sven Gothel Date: Thu Jan 23 03:29:48 2014 +0100 Jar Manifest: Add empty line before EOF (otherwise last line is cut-off - duh), add 'Application-Library-Allowable-Codebase: *' commit 9ecc606bce374ea093c6321f2d4921b5019a0b18 Author: Wade Walker Date: Sun Dec 15 16:16:18 2013 -0600 Bug 884: Add standard JogAmp build files. The new make/build.xml successfully builds and tests the project. The original NetBeans build files are still present, but won't work anymore since the resources directory is now inside the make directory. The new build files are based on those of JOAL. The new build is not yet minimized and cleaned up, because this commit is meant to be the minimum way to get things functional.