index
:
gluegen.git
1.0b06-maint
JOGL_2_SANDBOX
JOGL_CDCCVM_sgothel
MIPS_PORT
android.merged_launcher_gluegen
b202_gl44
b22x
callback_gluemap
callback_jniuserparamproxy
ios
java11
javafx
master
pulled
rc
v2.3.1_winexe
GLUEGEN repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Android: Bump version.code: 914011
Sven Gothel
2012-08-23
1
-1
/
+1
*
Allow the custom user gluegen property file being specified by env var GLUEGE...
Sven Gothel
2012-08-23
2
-5
/
+19
*
Change/Lower ARM Requierements for GNU/Linux & Android-GNU/Linux ARM: ARMv7hf...
Sven Gothel
2012-08-16
16
-159
/
+317
*
Use armv6 optimization for armhf to stay compatible with the new Raspberry Pi...
Xerxes RĂ„nby
2012-08-07
3
-1
/
+80
*
Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...
Sven Gothel
2012-06-26
3
-12
/
+12
*
Fix Platform static initialization interdependencies w/ GlueGen native librar...
Sven Gothel
2012-06-18
1
-3
/
+3
*
Fix Bug 587: Use alternative storage location if platform's temp directory is...
Sven Gothel
2012-06-16
1
-3
/
+4
*
Fix Android Remote Test: gluegen-rt.apk -> gluegen-rt-android-${android.abi}.apk
Sven Gothel
2012-06-15
1
-1
/
+1
*
Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android...
Sven Gothel
2012-06-15
5
-31
/
+90
*
Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...
Sven Gothel
2012-06-04
1
-20
/
+44
*
Android: Bump version.code: 914010
Sven Gothel
2012-05-09
1
-1
/
+1
*
Android: Bump version.code to 0914009
Sven Gothel
2012-05-09
1
-1
/
+1
*
Fix Android AAPT Task/Macro: Put temp src/classes folder (R.java) aside image...
Sven Gothel
2012-05-09
1
-6
/
+6
*
Android: Add xhdpi icon
Sven Gothel
2012-05-09
1
-0
/
+0
*
Android: aapt no debug, gluegen: proper version.code and launcher manifest
Sven Gothel
2012-05-04
2
-8
/
+8
*
Android: Cleanup Manifest - remove commented out tags, don't require touchscr...
Sven Gothel
2012-05-04
3
-10
/
+12
*
Android: 'android.jar' -> android-015.jar', 'android-min.jar' (9); version.co...
Sven Gothel
2012-05-04
2
-5
/
+6
*
Android version.code: 3
Sven Gothel
2012-05-04
1
-1
/
+1
*
Fix Android JogAmp Launcher: Assets
Sven Gothel
2012-05-04
2
-1
/
+4
*
Fix Android Launcher: Add permission Internet access (commit 85ba9e60dfd1828c...
Sven Gothel
2012-05-04
1
-2
/
+2
*
Android Launcher: Add permission Internet access
Sven Gothel
2012-05-04
1
-2
/
+2
*
Bump Android version.code: 2
Sven Gothel
2012-05-04
1
-1
/
+1
*
Android Launcher: Add dummy version activity (recognized by market), remove p...
Sven Gothel
2012-05-04
1
-2
/
+14
*
APK version code = 1
Sven Gothel
2012-05-03
1
-1
/
+1
*
Reduce APK version name to 30 chars
Sven Gothel
2012-05-03
1
-1
/
+1
*
AndroidLauncher: Add 'MainLauncher'; ClassLoaderUtil adds list of direct APKs...
Sven Gothel
2012-05-03
1
-0
/
+15
*
Partially revert commit 5efbe805c553a2ac21a79386c3e2147858d4308b - Linux / So...
v2.0-rc6
Sven Gothel
2012-04-19
2
-32
/
+0
*
Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 flags
Sven Gothel
2012-04-19
3
-15
/
+52
*
Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices...
Sven Gothel
2012-04-18
3
-1
/
+61
*
Solaris manual build setup - check default install location for 64bit jvm
Sven Gothel
2012-04-18
1
-1
/
+8
*
Fix IOUtil: Handle all '../' and './' cases by reducing the path.
Sven Gothel
2012-04-02
3
-3
/
+6
*
Android: Compile agains API Level 15 for AV package, we don't require it though.
Sven Gothel
2012-04-02
1
-1
/
+2
*
Add Android API 15 (Ice Cream Sandwich) for it's MediaPlayer capabilities (OM...
Sven Gothel
2012-04-02
5
-0
/
+213
*
Fix EABI Armel/Armhf selection incl. os.and.arch
Sven Gothel
2012-03-28
1
-25
/
+53
*
gluegen-cpptasks-android-armv7.xml: Add missing isAbiEabiGnuArmel property
Sven Gothel
2012-03-28
1
-1
/
+1
*
Dump Local Info on build machine during junit.compile
Sven Gothel
2012-03-28
1
-1
/
+7
*
Test: Add dump of environment vars
Sven Gothel
2012-03-28
1
-2
/
+2
*
7z Archive: Add all APK's - Was missing Android Launcher.
Sven Gothel
2012-03-28
1
-1
/
+1
*
Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-...
Sven Gothel
2012-03-28
9
-6
/
+120
*
Add *.apk files to the 7z archive [for deployment]
Sven Gothel
2012-03-27
2
-0
/
+2
*
Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. /...
Sven Gothel
2012-03-26
1
-0
/
+1
*
Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ;
Sven Gothel
2012-03-22
1
-3
/
+3
*
Added adb install files
Sven Gothel
2012-03-18
2
-0
/
+7
*
Adding missing file .. oops
Sven Gothel
2012-03-18
1
-0
/
+13
*
Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...
Sven Gothel
2012-03-17
11
-8
/
+62
*
Android: New ActivityLauncher (jogamp.android-launcher.apk)
Sven Gothel
2012-03-14
9
-51
/
+160
*
Fix rel GLUEGEN_CPPTASKS_FILE commit e617834dcabdb83f383a2d2a82fcd2d9d987c154
Sven Gothel
2012-03-10
1
-5
/
+7
*
Allow GLUEGEN_CPPTASKS_FILE to be relative to gluegen.root ; Load gluegen-cpp...
Sven Gothel
2012-03-10
3
-11
/
+19
*
android remote test script: panda02 is my default test machine
Sven Gothel
2012-03-10
1
-2
/
+2
*
android remote adb test fixes: (1) Add connect; (2) Remove overriding explici...
Sven Gothel
2012-03-10
1
-1
/
+3
[prev]
[next]