summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: proper version.code and test manifestSven Gothel2012-05-041-2/+13
* Android Unit Test (incomplete): Manually test new GlueGen's MainLauncherSven Gothel2012-05-031-0/+1
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-071-0/+14
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-071-4/+2
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-061-0/+3
* Remote unit tests: Include AWT unit testsSven Gothel2012-03-281-1/+1
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-141-3/+4
* Enable Android remote adb unit tests (1 Test currently / WIP)Sven Gothel2012-03-101-33/+70
* remote unit test reorg (all, awt, newt)Sven Gothel2012-03-051-4/+151
* CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f...Sven Gothel2012-02-291-0/+44
* Add / Use gluegen.basename prop. for remote ssh testSven Gothel2012-02-281-1/+3
* If junit.is.disabled, copy a dummy TEST xml file, otherwisa Jenkins claims fa...Sven Gothel2012-02-241-1/+4
* Even if 'junit.is.disabled', we need to produce the test archive (7z), otherw...Sven Gothel2012-02-241-1/+4
* Introduce environment-var/property to disable unit tests (per node) -> gluege...Sven Gothel2012-02-241-2/+3
* Add jogl.basename and env.NODE_LABEL (jenkins build)Sven Gothel2012-02-241-6/+9
* fix targetcommand.sh name on target ; Use GLUEGEN_CPPTASKS_FILE="lib/gluegen-...Sven Gothel2012-02-241-9/+9
* Passing environment-vars and ant-properties to junit tests, enabling fine gra...Sven Gothel2012-02-231-1/+22
* Enable remote ssh unit test invocation [1] (testing w/ linux armv7)Sven Gothel2012-02-201-9/+139
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+1
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-2/+4
* Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa...Sven Gothel2012-01-091-1/+1
* Fix SWT test on OSX 32/64 bit ; Fix TestSWTAWT01GL for OSXSven Gothel2011-12-191-6/+8
* refine 32/64 bit unit tests run (OSX)Sven Gothel2011-12-181-11/+12
* JOGL junit.run: Add 32bit tests for OSX (fat binaries)Sven Gothel2011-12-181-7/+33