aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
Commit message (Expand)AuthorAgeFilesLines
* Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWTSven Gothel2023-09-291-2/+2
* Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{-...Sven Gothel2023-08-121-1/+1
* Untangle joal from build requirements as introduced via new jogl-demosSven Gothel2023-08-071-11/+47
* make/build-test.xml: Add JOAL to classpathSven Gothel2023-05-231-2/+2
* build-test.xml: Add src.demos to determine to skip build or notSven Gothel2023-03-131-0/+1
* Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ...Sven Gothel2023-03-111-76/+76
* build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic'Sven Gothel2023-01-221-0/+1
* Isolate SWT from core nativewindow; Android apk shall only include core nativ...Sven Gothel2023-01-201-2/+0
* build-test: Add jvmarg.modules for jvm [11..17) and jvm>=17Sven Gothel2023-01-171-0/+30
* SWT tests on MacOS (w/o AWT) require '-XstartOnFirstThread' JVM argument, els...Sven Gothel2023-01-161-1/+6
* OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...Sven Gothel2020-03-041-15/+3
* build-test.xml: FIX usage of generic.junit.run.swt.headless.include.pattern (...Sven Gothel2020-01-131-1/+1
* build-test.xml: *generic* tests: unset temp vars and be more verbose on used ...Sven Gothel2020-01-131-0/+40
* Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aap...Sven Gothel2019-12-261-1/+17
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - fourth timesSven Gothel2019-12-091-3/+27
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - three times a charm?Sven Gothel2019-12-091-13/+30
* Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' unit test target, use it in re...Sven Gothel2019-12-091-74/+49
* Bug 1411: DRM/GBM JOGL: Specify 'junit.run.console' unit test target.Sven Gothel2019-12-091-0/+40
* Bug 1411 - Unit Test Subset for DRM/GBM JOGL(EGL) and NEWTSven Gothel2019-12-061-11/+11
* build-test.xml: fix (unused) java.part.demo.mobileSven Gothel2019-12-041-1/+1
* Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracySven Gothel2019-08-191-0/+3
* Removed remaining bootclasspath and javah; build now works on Windows 10Wade Walker2019-08-191-4/+1
* Fix build test jar regression (commit bba73bc096250a3c7fc036d84b1ea054d1b70b06)Sven Gothel2019-07-081-0/+1
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-231-5/+48
* Bug 1088: Fix ant test target 'junit.run.sharedctx': Reuse generalized 'gener...Sven Gothel2014-10-081-111/+73
* build-test.xml: Add junit.run.newt.headless.singletest targetSven Gothel2014-09-221-2/+47
* Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missingSven Gothel2014-07-031-0/+1
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-3/+22
* build-test.xml: Handle hs_err_pid*.log files, i.e. clean-up and archiveSven Gothel2014-04-091-0/+8
* Adaption of Oracle's Deployment changes, i.e. >= 7u51Sven Gothel2014-01-221-0/+1
* Bug 776 GLContext Sharing: Add GLSharedContextSetter to SWT GLCanvasSven Gothel2013-10-281-1/+1
* Bug 776 GLContext Sharing: Add note about driver stability (destruction order...Sven Gothel2013-10-281-2/+40
* Aggregate and cleanup '.ps' and '.pdf' artifacts (printing tests)Sven Gothel2013-09-081-0/+16
* junit.run.newt.awt: Exclude SWTSven Gothel2013-07-101-0/+1
* TestScreenMode* Cleanup (reset)Sven Gothel2013-07-041-0/+38
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-231-0/+1
* SWT unit tests: Sort w/ AWT and Headless - Fix threading w/ AWT.Sven Gothel2013-04-041-4/+4
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-6/+8
* NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-201-3/+2
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-191-0/+38
* Unit Tests: Use Property 'jvmJava.exe' ; Add target 'junit.run.local.java7' (...Sven Gothel2013-02-171-11/+34
* build-test.xml: Move 'junit.run.newt.awt' up in file; 'junit.run.newt': Exclu...Sven Gothel2013-02-171-38/+40
* OSX unit tests: Disable OSX 32bit tests (redundant - prepare for Java7 tests)Sven Gothel2013-01-291-2/+3
* build/test: newt-headless shall exclude AWT/SWTSven Gothel2013-01-111-0/+2
* WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): BaseNewtEventModi...Sven Gothel2012-12-241-0/+1
* Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-...Sven Gothel2012-10-041-2/+4
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-161-1/+1
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-35/+64
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-7/+7
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-151-29/+65