summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Hide DynamicLinker impl.; Remove public AndroidPackageUtil ; GluegenVersionAc...Sven Gothel2011-08-038-66/+24
* Platform getArch() -> getArchName() (analogue to getOSName())Sven Gothel2011-07-282-2/+2
* Fix Android apk activity; Add apk VersionName; Add jar manifest to apkSven Gothel2011-07-288-8/+300
* Cross JUnit Tests - All Passed: Android+Linux armv7Sven Gothel2011-07-251-1/+1
* Android: Remove native (fake) detectionSven Gothel2011-07-242-12/+1
* Android integration / cross-test ; Enhance PlatformSven Gothel2011-07-244-10/+150
* Fix regression (commit f733203dfbd034a6b1aa3eb2cd616437c982c435): Init of DEB...Sven Gothel2011-07-221-2/+3
* Reversed Type relocation ; Minor fixSven Gothel2011-07-2136-60/+28
* GlueGen proper size / alignment of primitive and compound types usage [2/2] -...Sven Gothel2011-07-219-438/+496
* minor refinementSven Gothel2011-07-202-32/+30
* FIX StructAccessor / JavaEmitter's struct-emitter: Using byte offsetsSven Gothel2011-07-202-167/+90
* Cleanup: Platform CPU enum, MachineDescription,Sven Gothel2011-07-208-189/+235
* Fix bad file rename/move: .jav -> .javaSven Gothel2011-07-181-0/+0
* - Moved most types and StructLayout to runtime package:Sven Gothel2011-07-1839-208/+344
* GlueGen: Alignment Cleanup ..Sven Gothel2011-07-178-93/+122
* Clarify aligment docSven Gothel2011-07-171-7/+18
* Fix alignment query code docSven Gothel2011-07-171-3/+2
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-0/+120
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-1722-288/+600
* SingletonInstanceServerSocket: Fix setDaemon(true), give Thread a proper nameSven Gothel2011-06-121-2/+2
* SingletonInstance Enhancements / Minor Lock/LockExt API Change (isLocked move...Sven Gothel2011-06-115-109/+426
* Complete relocation of SingletonInstance.java from JOGLSven Gothel2011-06-111-0/+164
* Gluegen AntTask: 'literalInclude' may contain multiple directories, separated...Sven Gothel2011-06-101-10/+19
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-083-224/+236
* Locator: Proper package location after reloc from JOGLSven Gothel2011-06-081-0/+178
* Platform: Add getPageSize()Sven Gothel2011-06-071-0/+7
* Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ...Sven Gothel2011-06-071-6/+95
* PointerBuffer: Add duplicate() method (as req by JOCL)Sven Gothel2011-05-011-0/+19
* NativeBuffer/PointerBuffer API/Impl Change (remove explicit backup array, all...Sven Gothel2011-04-276-298/+221
* refactoring in common.nio public api - removed Int64BufferMichael Bien2011-04-266-184/+20
* RecursiveLock: Expose waiting thread queue sizeSven Gothel2011-04-261-0/+6
* Add IOUtil - generic URL to File and stream to stream copySven Gothel2011-04-011-0/+84
* VersionNumber: Add cstr with version number string and delimeterSven Gothel2011-03-211-0/+29
* Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...Sven Gothel2011-03-191-8/+116
* ReflectionUtil: split up createInstance() / use var-args where possible w/o c...Sven Gothel2011-03-191-7/+16
* DoubleCheckLocking: Added 'ok' comment - volatile varSven Gothel2011-02-263-3/+3
* RecursiveLock: static field -> final; NativeLibrary: cleanupSven Gothel2011-02-262-7/+6
* Merge remote-tracking branch 'remotes/mbien/master'Sven Gothel2011-02-267-29/+30
|\
| * small cleanup in uitl packageMichael Bien2011-02-267-29/+30
* | cleanup importsSven Gothel2011-02-261-0/+2
|/
* Fix commentSven Gothel2011-02-221-2/+2
* - Buffers.slice() should maintain byteorder when sliceing ByteBuffersMichael Bien2011-02-221-31/+9
* - ensure slice uses the buffers original byteorder.Michael Bien2011-02-221-2/+2
* Merge remote branch 'mbien/master'Sven Gothel2011-02-141-0/+340
|\
| * added CachedBufferFactory + test.Michael Bien2011-02-131-0/+340
* | Fix: Buffers cstr back to protectedSven Gothel2011-02-131-1/+1
* | Fix: Buffers back to non final ; Added missing JogAmp (c)Sven Gothel2011-02-134-1/+5
* | Merge remote branch 'mbien/master'Sven Gothel2011-02-131-37/+46
|\|
| * - generified com.jogamp.common.nio.Buffers.Michael Bien2011-02-131-37/+46
* | Fix: Remove unused argument ClassLoaderSven Gothel2011-02-131-3/+2
|/