summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows test scripts (CP, D_ARGS, ..)Sven Gothel2014-02-172-3/+14
|
* Fix build.xml: Remove gluegen config dependency on ../build using build-tempSven Gothel2014-02-172-12/+14
| | | | | | | | Fix copy2temp target and issue it before gluegen of cl-if.cfg. Note: ${project.root}/build cannot be a hard-dependency since ${rootrel.build} is configurable hence ${project.root}/${rootrel.build}.
* Windows build scripts: Bump ant to 1.8.2Sven Gothel2014-02-172-2/+2
|
* script: set exec flagSven Gothel2014-02-151-0/+0
|
* Fix build scriptsSven Gothel2014-02-1513-29/+29
|
* Add scripts/check-junit.sh to validate local unit tests ..Sven Gothel2014-02-121-0/+39
|
* Fix javadoc packagenamesv2.1.4Sven Gothel2014-01-311-2/+2
|
* Unit Tests: Also test 'Test*' while excluding inner classesSven Gothel2014-01-261-0/+2
|
* Fix build.xml: Processed CL stub_includes _must_ reside in current folder ↵Sven Gothel2014-01-261-6/+15
| | | | | | | | | | | | | (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'.
* Adapt all unit tests to use UITestCase and enforce named unit test order. ↵Sven Gothel2014-01-261-1/+15
| | | | Added main entry and listed in tests.sh for manual test.
* Add unit test TestJoclVersion and UITestCase base class for singleton unit ↵Sven Gothel2014-01-262-2/+3
| | | | tests ; Fix setenv-jocl.sh: Add jocl-test.jar
* Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ↵Sven Gothel2014-01-2661-45/+548
| | | | | | | | | | | | | | | | | | 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.)
* build.xml: Fix jogl.build: Use [passed or default] jogl.build as well as ↵Sven Gothel2014-01-251-2/+3
| | | | rootrel.build (as gluegen does)
* Add '-b${joal.build.number}' to joal.version / archive.name ; Produce jar ↵Sven Gothel2014-01-252-18/+19
| | | | and apk files in ${build}/jar (as it was before new build system)
* Avoid sealed package violation: Move AutoCloseable to com.jogamp.openclSven Gothel2014-01-253-4/+6
|
* Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text ↵Sven Gothel2014-01-2517-1/+484
| | | | file suffix ; Fix Jar Manifest: Move Sealed to bottom.
* Bug 884: Add standard JogAmp build files.Wade Walker2013-12-1544-0/+13190
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.