| Commit message (Expand) | Author | Age | Files | Lines |
* | proper GlueGen spelling | Sven Gothel | 2011-07-28 | 1 | -2/+2 |
* | Replace default Android icons w/ JogAmp icons | Sven Gothel | 2011-07-28 | 3 | -0/+0 |
* | Merge remote-tracking branch 'rsantina/wip_mobile' into wip_mobile | Sven Gothel | 2011-07-28 | 8 | -14/+142 |
|\ |
|
| * | Merge branch 'wip_mobile' of git://github.com/sgothel/gluegen into wip_mobile | Rami Santina | 2011-07-26 | 6 | -93/+86 |
| |\ |
|
| * | | Added android packaging for android gluegen-rt.apk | Rami Santina | 2011-07-26 | 8 | -14/+142 |
* | | | Add Ubuntu 11.04 arm-linux-gnueabi library folder for build time linker resol... | Sven Gothel | 2011-07-28 | 7 | -1/+1 |
| |/
|/| |
|
* | | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 6 | -93/+86 |
|/ |
|
* | Add native lib in apk, needs work to be installed (manifest ...) | Sven Gothel | 2011-07-24 | 1 | -2/+10 |
* | Cleaned up android build ; Cross junit/java android test/script; Fix Test1p2P... | Sven Gothel | 2011-07-24 | 5 | -23/+88 |
* | Complete android apk creation and cont. unit test launch. Need to write unit ... | Sven Gothel | 2011-07-24 | 5 | -49/+36 |
* | Android: Remove native (fake) detection | Sven Gothel | 2011-07-24 | 3 | -21/+1 |
* | Android integration / cross-test ; Enhance Platform | Sven Gothel | 2011-07-24 | 13 | -19/+316 |
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedu... | Sven Gothel | 2011-07-23 | 6 | -9/+9 |
* | Add single cross test scripts | Sven Gothel | 2011-07-23 | 2 | -0/+65 |
* | Enable cross-testing on linux-armv7 | Sven Gothel | 2011-07-23 | 4 | -4/+105 |
* | Adding Sylvestre Ledru's bug #487 verbosity patch | Sven Gothel | 2011-07-23 | 1 | -0/+1 |
* | Add missing defines (__unix__, DEBUG) for solaris, etc | Sven Gothel | 2011-07-23 | 1 | -0/+12 |
* | Adding native crosscompile test to ubuntu/armv7 and android/armv7 | Sven Gothel | 2011-07-23 | 11 | -0/+552 |
* | Cleanup [cross] compile properties | Sven Gothel | 2011-07-22 | 10 | -19/+51 |
* | Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB... | Sven Gothel | 2011-07-22 | 1 | -2/+3 |
* | add props compiler.cfg.linux.x86, linker.cfg.linux.x86 for proper linux-x86_3... | Sven Gothel | 2011-07-22 | 3 | -40/+28 |
* | Reversed Type relocation ; Minor fix | Sven Gothel | 2011-07-21 | 36 | -60/+28 |
* | Merge remote-tracking branch 'rsantina/wip_mobile' into wip_mobile | Sven Gothel | 2011-07-21 | 3 | -0/+174 |
|\ |
|
| * | Added scripts and custom cpp-tasks to build on android-armv7l | Rami Santina | 2011-07-21 | 3 | -0/+174 |
* | | Fix TestStructAccessorEndian | Sven Gothel | 2011-07-21 | 6 | -10/+157 |
* | | GlueGen proper size / alignment of primitive and compound types usage [2/2] -... | Sven Gothel | 2011-07-21 | 21 | -471/+1121 |
|/ |
|
* | minor refinement | Sven Gothel | 2011-07-20 | 2 | -32/+30 |
* | refined Android ARMv7 targets (android still dummy) | Sven Gothel | 2011-07-20 | 1 | -18/+72 |
* | FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsets | Sven Gothel | 2011-07-20 | 2 | -167/+90 |
* | Cleanup: Platform CPU enum, MachineDescription, | Sven Gothel | 2011-07-20 | 16 | -299/+277 |
* | Fix bad file rename/move: .jav -> .java | Sven Gothel | 2011-07-18 | 1 | -0/+0 |
* | - Moved most types and StructLayout to runtime package: | Sven Gothel | 2011-07-18 | 41 | -210/+353 |
* | GlueGen: Alignment Cleanup .. | Sven Gothel | 2011-07-17 | 9 | -133/+133 |
* | Clarify aligment doc | Sven Gothel | 2011-07-17 | 1 | -7/+18 |
* | Fix alignment query code doc | Sven Gothel | 2011-07-17 | 1 | -3/+2 |
* | Merge branch 'master' into wip_mobile | Sven Gothel | 2011-07-17 | 1 | -0/+65 |
|\ |
|
| * | Add native alignment test c-code | Sven Gothel | 2011-07-17 | 1 | -0/+65 |
* | | Junit tests on ARM: Reducing some test/perf loops allowing to pass tests on l... | Sven Gothel | 2011-07-17 | 5 | -8/+38 |
* | | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 1 | -0/+120 |
* | | GlueGen proper size / alignment of primitive and compound types usage [1/2] -... | Sven Gothel | 2011-07-17 | 44 | -363/+1127 |
|/ |
|
* | Fix HastMapTests - Clone: Use unique random pairs: key,value | Sven Gothel | 2011-06-26 | 8 | -119/+286 |
* | SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper name | Sven Gothel | 2011-06-12 | 1 | -2/+2 |
* | SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move... | Sven Gothel | 2011-06-11 | 5 | -109/+426 |
* | Complete relocation of SingletonInstance.java from JOGL | Sven Gothel | 2011-06-11 | 1 | -1/+1 |
* | UI Unit Tests: Add test name to log and singleton lock, better log output | Sven Gothel | 2011-06-11 | 1 | -7/+16 |
* | Unit Test Framework SingletonInstance: setup file unlock/delete asap | Sven Gothel | 2011-06-11 | 1 | -19/+31 |
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp... | Sven Gothel | 2011-06-11 | 1 | -1/+1 |
* | NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC... | Sven Gothel | 2011-06-11 | 1 | -0/+3 |
* | Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise... | Sven Gothel | 2011-06-11 | 1 | -0/+140 |
* | windows batch make: bump to 6u26 | Sven Gothel | 2011-06-11 | 2 | -4/+4 |