summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG outputSven Gothel2013-05-051-3/+4
* Buffers: getRemainingBytes(Object) -> remainingBytes(Object); sizeOfBufferEle...Sven Gothel2013-04-291-60/+60
* Buffers: Add 'sizeOfBufferType(Class<?> bufferType)'Sven Gothel2013-04-271-1/+24
* Buffers: Expose 'getRemainingBytes(Object buffer)'Sven Gothel2013-04-272-6/+31
* VersionNumber*: Add static final 'zeroVersion' for convenience and identity.Sven Gothel2013-04-262-1/+8
* Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh chec...Sven Gothel2013-04-243-8/+77
* Revert "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCAR...Sven Gothel2013-04-232-4/+0
* make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetA...Sven Gothel2013-04-232-0/+4
* Fix Bug 650: Use toolchain default arch & float options for default arm cc/ld...Sven Gothel2013-04-231-6/+8
* Modify linux-arm scripts for new toolchain (crosstools-ng) ; gluegen-cpptasks...Sven Gothel2013-04-2321-14/+23
* glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC_2.2.5...Sven Gothel2013-04-211-3/+13
* Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols currentl...Sven Gothel2013-04-212-0/+23
* build.xml: fix intendationsSven Gothel2013-04-211-5/+5
* make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' prope...Sven Gothel2013-04-201-26/+24
* VersionNumber: Add API doc, use final int values, remove protected 'nop' ctor...Sven Gothel2013-04-162-21/+94
* Fix Bug 715: Don't modify 'carray' pointer returned from GetPrimitiveArrayCri...Sven Gothel2013-04-131-5/+15
* Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ...Sven Gothel2013-04-134-2/+64
* IntBitfield: Add bit-count, O(1) per int-element, using HAKEM.Sven Gothel2013-04-111-0/+26
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-04-1120-0/+0
|\
| * gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-0920-0/+0
* | IntBitfield: Add optimization path w/ int bitCount bitfield range. Replace '*...Sven Gothel2013-04-112-12/+61
|/
* gluegen: use enhanced for-loops in ArrayHashSetHarvey Harrison2013-04-031-10/+9
* gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl...Harvey Harrison2013-04-031-4/+2
* ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor)Sven Gothel2013-04-011-4/+24
* VersionUtil: add getManifest(.., String[] extensions) variant, allowing detec...Sven Gothel2013-03-281-5/+30
* Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmmSven Gothel2013-03-282-3/+3
* Align integer version property name .. jogamp_int_version -> jogamp.version.intSven Gothel2013-03-283-5/+5
* Move *_base_version to jogamp.version.base: Unifying base version across all ...Sven Gothel2013-03-282-9/+14
* Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used for M...Sven Gothel2013-03-2811-21/+58
* Fix unit test of commit 1610dbb4e4d1a1ecf31eb837a47e0f5be04afdac: Add native ...Sven Gothel2013-03-201-2/+2
* Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to Pointe...Sven Gothel2013-03-207-29/+270
* Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> Assu...Sven Gothel2013-03-182-16/+20
* Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx...Sven Gothel2013-03-183-11/+39
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-185-20/+46
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-124-15/+88
* Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi...Sven Gothel2013-02-284-14/+16
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-283-3/+5
* Minor edits to JarUtil.Resolver functionality: Exception types, avoiding dupl...Sven Gothel2013-02-211-21/+40
* Merge remote-tracking branch 'wwalker/bug_687_jar_resolver'Sven Gothel2013-02-212-1/+122
|\
| * Add security checks to resolver methods.Wade Walker2013-02-171-4/+26
| * Make JarUtil work with custom classloadersWade Walker2013-02-112-1/+100
* | Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=trueSven Gothel2013-02-191-4/+3
* | Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for unit tes...Sven Gothel2013-02-171-0/+11
* | OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7...Sven Gothel2013-02-174-4/+137
* | OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)Sven Gothel2013-02-173-29/+65
* | Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b...Sven Gothel2013-02-143-34/+38
* | Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-134-118/+379
|/
* Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /...Sven Gothel2013-02-096-63/+176
* TestElfReader01.testGNULinuxSelfExe: Restrict to LINUXSven Gothel2013-02-081-1/+4
* Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to...Sven Gothel2013-02-086-52/+146