summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Promote AWTEDTExecutor to public package com.jogamp.common.util.awt ; Exclude...Sven Gothel2013-02-282-2/+2
* 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
* | 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-093-59/+168
* 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-083-42/+135
* Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting...Sven Gothel2013-02-089-5/+1807
* IOUtil.copyStream2ByteBuffer: Turns out on Android, no -1 (EOS) is returned -...Sven Gothel2013-02-011-2/+2
* IOUtil.copyStream2ByteBuffer: read while numRead > -1 ; add variant w/ initia...Sven Gothel2013-02-011-4/+19
* Android: Cleanup ClassLoaderUtil/LauncherUtil - Using cached parent ClassLoad...Sven Gothel2013-01-314-61/+153
* Cleanup GlueGen config 'ExtendedInterfaceSymbols*'Sven Gothel2013-01-311-17/+64
* GlueGen: NativeLibrary Fix, JNILibLoaderBase EnhancementSven Gothel2013-01-302-81/+135
* Fix ActivityLauncher/MainLauncher .. and make adb-launch-main more suitableSven Gothel2013-01-192-25/+16
* MainLauncher: Remove Thread.destroy() - n/a on Android ..Sven Gothel2013-01-191-1/+2
* Modified Java 1.5 Buffers patch 2b7d1b1d25cb2cd73311ec9159b465f0391bf5e0 - Ma...Sven Gothel2013-01-194-28/+56
* Merge remote-tracking branch 'xranby/gcj-gij'Sven Gothel2013-01-182-5/+21
|\
| * Buffer.isDirect() operation is undefined w/ Eclipse ecj and GCJ gij JRE.Xerxes Rånby2013-01-181-3/+17
| * PlatformPropsImpl: JAVA_RUNTIME_NAME is null using GCJ gij JRE.Xerxes Rånby2013-01-181-2/+4
* | RecursiveLock.getHoldCount(): Fix API doc formattingSven Gothel2013-01-181-4/+7
* | Buffers: Fix typoSven Gothel2013-01-181-2/+2
* | Android Completion for launching main() class via MainLauncher; Fix ActivityL...Sven Gothel2013-01-184-32/+117
|/
* PrimitiveStack: Add 'void position(int)' to set new position. Add test case w...Sven Gothel2012-12-313-27/+79
* Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si...Sven Gothel2012-12-303-0/+495
* Fix Bug625: StructAccessor missing setShortsAt() and getShortsAt() methods fo...Sven Gothel2012-12-301-0/+13
* Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may exe...Sven Gothel2012-12-281-15/+36
* Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use Appli...Sven Gothel2012-12-271-9/+19
* IntIntHashMap: Add privileged for 'getDeclaredMethod(..)'; Add StringBuilder ...Sven Gothel2012-10-311-42/+75
* IntBitfield: Add API doc; Enhance put() method, return previous value to be u...Sven Gothel2012-10-271-7/+27
* Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class using...Sven Gothel2012-10-271-0/+71
* Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loa...Sven Gothel2012-10-252-16/+15
* VersionNumber: API doc fixSven Gothel2012-10-241-1/+1
* VersionNumber: Add API doc for string parsingSven Gothel2012-10-241-0/+7
* VersionNumber: Remove printing Exception (was added for debugging purposes)Sven Gothel2012-10-241-1/+1
* Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i...Sven Gothel2012-10-242-43/+143
* Revert "Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd...Sven Gothel2012-10-183-7/+4
* Fix Buffers.copy<Type>Buffer[asByteBuffer](..): Reset position of the passed ...Sven Gothel2012-10-181-14/+15
* Minor revert of clone replacement w/ copt-ctor of commit d7fb6a7bcfbd2d5ac452...Sven Gothel2012-10-173-4/+7
* Merge remote-tracking branch 'hharrison/RFC'Sven Gothel2012-10-177-21/+7
|\
| * gluegen: replace Thread name with name of lock file in SingletonInstanceFileL...Harvey Harrison2012-10-161-1/+1
| * gluegen: remove two fast-path tests that can never triggerHarvey Harrison2012-10-161-14/+0
| * gluegen: generics annotations for various ArrayList/List useHarvey Harrison2012-10-155-6/+6
* | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u...Sven Gothel2012-10-173-2/+406
|/
* ProcAddressEmitter: Remove 'guessing' argument names from types, since they a...Sven Gothel2012-10-162-18/+2
* Reducing Type's equalsSven Gothel2012-10-161-32/+0
* Intermediate revised Type.java edit before reducingSven Gothel2012-10-161-8/+34
* gluegen: conditional cleanup in Type.equals()Harvey Harrison2012-10-141-12/+7