| Commit message (Expand) | Author | Age | Files | Lines |
* | Use org.junit.Assert instead of deprecated junit.framework.Assert | Sven Gothel | 2013-10-24 | 7 | -194/+187 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 6 | -241/+391 |
* | Bug 845: Add support for one big-fat jar file [java classes plus all native '... | Sven Gothel | 2013-10-01 | 1 | -2/+2 |
* | Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ... | Sven Gothel | 2013-10-01 | 1 | -1/+1 |
* | Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes | Sven Gothel | 2013-08-31 | 35 | -0/+140 |
* | Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses '@FixMe... | Sven Gothel | 2013-08-31 | 2 | -0/+7 |
* | URIQueryProps: Custumize query separator, allowing user to favor ';' over '&' | Sven Gothel | 2013-08-30 | 1 | -1/+1 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -0/+26 |
* | *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a more s... | Sven Gothel | 2013-08-24 | 3 | -32/+19 |
* | Add Ringbuffer interface an 2 implementations, synchronized (locking) SyncedR... | Sven Gothel | 2013-08-22 | 3 | -0/+462 |
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle acce... | Sven Gothel | 2013-06-21 | 1 | -3/+8 |
* | 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 | 3 | -8/+50 |
* | GlueGen (Compile Time): Add 'CStruct' Annotation Processor (APT) to 'gluegen'... | Sven Gothel | 2013-06-14 | 2 | -0/+75 |
* | Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a... | Sven Gothel | 2013-06-11 | 2 | -0/+463 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 5 | -84/+180 |
* | Enhance VersionNumber*: Use only RegExp and cache default (no wrapped whitesp... | Sven Gothel | 2013-05-31 | 1 | -9/+206 |
* | Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int num)' to ... | Sven Gothel | 2013-04-13 | 3 | -0/+62 |
* | 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 | 4 | -23/+257 |
* | Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ... | Sven Gothel | 2013-03-18 | 1 | -1/+1 |
* | Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI bindi... | Sven Gothel | 2013-02-28 | 2 | -9/+10 |
* | Make JarUtil work with custom classloaders | Wade Walker | 2013-02-11 | 1 | -0/+77 |
* | Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID using /... | Sven Gothel | 2013-02-09 | 1 | -11/+45 |
* | TestElfReader01.testGNULinuxSelfExe: Restrict to LINUX | Sven Gothel | 2013-02-08 | 1 | -1/+4 |
* | Bug 681: Use ELF Header + ARM EABI Section Parsing in PlatformPropsImpl to to... | Sven Gothel | 2013-02-08 | 1 | -20/+2 |
* | Bug 681: Add Basic ELF Header + ARM EABI Section Parsing, allowing to disting... | Sven Gothel | 2013-02-08 | 2 | -5/+124 |
* | PrimitiveStack: Add 'void position(int)' to set new position. Add test case w... | Sven Gothel | 2012-12-31 | 1 | -21/+57 |
* | Add com.jogamp.common.util.PrimitiveStack (FloatStack and IntegerStack), a si... | Sven Gothel | 2012-12-30 | 1 | -0/+266 |
* | Fix VersionNumber: Non digits cut off pattern was '\D.*' and cut off digits i... | Sven Gothel | 2012-10-24 | 1 | -0/+102 |
* | Buffers: Add normalized put methods, i.e. incl. value range conversion; New u... | Sven Gothel | 2012-10-17 | 1 | -0/+137 |
* | TestSingletonServerSocket01: unlock singleton lock | Sven Gothel | 2012-10-04 | 1 | -0/+2 |
* | SingletonInstanceServerSocket: Add another (manual) unit tests for timeouts. | Sven Gothel | 2012-09-21 | 1 | -0/+72 |
* | SingletonInstanceServerSocket: Add unit tests; Create new server Thread @ sta... | Sven Gothel | 2012-09-21 | 2 | -0/+160 |
* | Lock Cleanup (API Change) | Sven Gothel | 2012-06-27 | 2 | -8/+0 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 2 | -4/+4 |
* | Use ClassLoader to find JNI native libraries. ClassLoader was only used for t... | Sven Gothel | 2012-05-04 | 1 | -2/+2 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 4 | -6/+33 |
* | Dump Envs: Suppress COOKIE, SSH and GPG env vars | Sven Gothel | 2012-03-28 | 1 | -4/+19 |
* | Test: Add dump of environment vars | Sven Gothel | 2012-03-28 | 1 | -4/+17 |
* | Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-... | Sven Gothel | 2012-03-28 | 2 | -4/+63 |
* | Fix 'NIOOnly' impl ; Use 'final' in gen. Java stubs ; | Sven Gothel | 2012-03-22 | 4 | -17/+38 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 5 | -15/+267 |
* | Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close... | Sven Gothel | 2012-03-10 | 1 | -4/+22 |
* | Don't build and use gluegen.apk (compile time only) ; Don't test classloader ... | Sven Gothel | 2012-03-07 | 2 | -7/+30 |
* | android test: Specify 'java.io.tempdir' and add TestJarsInJar.apk / Disable m... | Sven Gothel | 2012-03-07 | 2 | -6/+26 |
* | JavaEmitter: Fix primitive StructEmitter for non-fixed-sized (size conversion... | Sven Gothel | 2011-12-18 | 3 | -3/+33 |
* | RecursiveThreadGroupLock: New recursive lock interface and impl, allowing 'sp... | Sven Gothel | 2011-12-11 | 1 | -0/+327 |