| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-20 | 27 | -142/+202 |
* | Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected resu... | Sven Gothel | 2013-06-19 | 1 | -2/+4 |
* | Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected resu... | Sven Gothel | 2013-06-19 | 1 | -1/+11 |
* | Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w... | Sven Gothel | 2013-06-19 | 1 | -10/+12 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 9 | -82/+218 |
* | Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error cases p... | Sven Gothel | 2013-06-18 | 1 | -26/+31 |
* | Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in DEBU... | Sven Gothel | 2013-06-18 | 4 | -7/+29 |
* | Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove generate.nativelibr... | Sven Gothel | 2013-06-17 | 9 | -291/+0 |
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX va... | Sven Gothel | 2013-06-16 | 7 | -154/+92 |
* | Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7 | Sven Gothel | 2013-06-15 | 4 | -35/+116 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 10 | -8/+416 |
* | Fix Bug 749: Add Support for Solaris SPARC 32bit | Britta Eckhardt | 2013-06-13 | 2 | -19/+30 |
* | Android SDK changes: Add /build-tools/17.0.0 to PATH | Sven Gothel | 2013-06-13 | 1 | -1/+1 |
* | Fix Bug 751 OSX Java-6: Derive host/target-rt jar file from 'java.home'. | Sven Gothel | 2013-06-13 | 3 | -12/+31 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 20 | -225/+881 |
* | Fix Bug 683 part1b: Add IOUtil.getRelativeOf(URL, ..), wrapper for URI for co... | Sven Gothel | 2013-06-09 | 1 | -0/+12 |
* | Bug 747: AndroidVersion: HashMap -> IntObjectHashMap | Sven Gothel | 2013-06-09 | 1 | -7/+6 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 13 | -399/+532 |
* | Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp... | Sven Gothel | 2013-05-31 | 5 | -42/+402 |
* | RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output | Sven Gothel | 2013-05-05 | 1 | -3/+4 |
* | Buffers: getRemainingBytes(Object) -> remainingBytes(Object); sizeOfBufferEle... | Sven Gothel | 2013-04-29 | 1 | -60/+60 |
* | Buffers: Add 'sizeOfBufferType(Class<?> bufferType)' | Sven Gothel | 2013-04-27 | 1 | -1/+24 |
* | Buffers: Expose 'getRemainingBytes(Object buffer)' | Sven Gothel | 2013-04-27 | 2 | -6/+31 |
* | VersionNumber*: Add static final 'zeroVersion' for convenience and identity. | Sven Gothel | 2013-04-26 | 2 | -1/+8 |
* | Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh chec... | Sven Gothel | 2013-04-24 | 3 | -8/+77 |
* | Revert "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCAR... | Sven Gothel | 2013-04-23 | 2 | -4/+0 |
* | make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetA... | Sven Gothel | 2013-04-23 | 2 | -0/+4 |
* | Fix Bug 650: Use toolchain default arch & float options for default arm cc/ld... | Sven Gothel | 2013-04-23 | 1 | -6/+8 |
* | Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks... | Sven Gothel | 2013-04-23 | 21 | -14/+23 |
* | glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC_2.2.5... | Sven Gothel | 2013-04-21 | 1 | -3/+13 |
* | Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols currentl... | Sven Gothel | 2013-04-21 | 2 | -0/+23 |
* | build.xml: fix intendations | Sven Gothel | 2013-04-21 | 1 | -5/+5 |
* | make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' prope... | Sven Gothel | 2013-04-20 | 1 | -26/+24 |
* | VersionNumber: Add API doc, use final int values, remove protected 'nop' ctor... | Sven Gothel | 2013-04-16 | 2 | -21/+94 |
* | Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri... | Sven Gothel | 2013-04-13 | 1 | -5/+15 |
* | Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ... | Sven Gothel | 2013-04-13 | 4 | -2/+64 |
* | IntBitfield: Add bit-count, O(1) per int-element, using HAKEM. | Sven Gothel | 2013-04-11 | 1 | -0/+26 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-04-11 | 20 | -0/+0 |
|\ |
|
| * | gluegen: remove executable bit from java and c source files | Harvey Harrison | 2013-04-09 | 20 | -0/+0 |
* | | IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '*... | Sven Gothel | 2013-04-11 | 2 | -12/+61 |
|/ |
|
* | gluegen: use enhanced for-loops in ArrayHashSet | Harvey Harrison | 2013-04-03 | 1 | -10/+9 |
* | gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl... | Harvey Harrison | 2013-04-03 | 1 | -4/+2 |
* | ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor) | Sven Gothel | 2013-04-01 | 1 | -4/+24 |
* | VersionUtil: add getManifest(.., String[] extensions) variant, allowing detec... | Sven Gothel | 2013-03-28 | 1 | -5/+30 |
* | Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm | Sven Gothel | 2013-03-28 | 2 | -3/+3 |
* | Align integer version property name .. jogamp_int_version -> jogamp.version.int | Sven Gothel | 2013-03-28 | 3 | -5/+5 |
* | Move *_base_version to jogamp.version.base: Unifying base version across all ... | Sven Gothel | 2013-03-28 | 2 | -9/+14 |
* | Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M... | Sven Gothel | 2013-03-28 | 11 | -21/+58 |
* | Fix unit test of commit 1610dbb4e4d1a1ecf31eb837a47e0f5be04afdac: Add native ... | Sven Gothel | 2013-03-20 | 1 | -2/+2 |
* | Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe... | Sven Gothel | 2013-03-20 | 7 | -29/+270 |