| Commit message (Expand) | Author | Age | Files | Lines |
* | AudioSink: Drop getMaxSupportedChannels(), use getNativeFormat(), getPreferre... | Sven Gothel | 2023-05-23 | 2 | -15/+42 |
* | AudioSink: Refine context locking where supported, have a more usable univers... | Sven Gothel | 2023-05-23 | 2 | -6/+6 |
* | AudioFormat/AudioSink: Use float in seconds for duration to avoid losing prec... | Sven Gothel | 2023-05-21 | 2 | -13/+9 |
* | AudioSink: Add getAvgFrameDuration(); API-Doc: Default*: 'frame' -> AudioFram... | Sven Gothel | 2023-05-21 | 2 | -0/+10 |
* | Add AudioSink.getSourceCount(), refine Audio* API doc | Sven Gothel | 2023-05-20 | 2 | -0/+10 |
* | AudioSink: Add latency query, init(..) frameDuration in ms shall be int, fix ... | Sven Gothel | 2023-05-19 | 2 | -2/+23 |
* | Place AudioFormat in its own file outside AudioSink, JOAL's ALAudioSink has m... | Sven Gothel | 2023-05-18 | 2 | -4/+6 |
* | AudioSink: Add exclusive locking allowing implementations to short-cut for le... | Sven Gothel | 2023-05-17 | 2 | -0/+12 |
* | Promote common av (audio/video) classes (AudioSink, ..) from JOGL to GlueGen ... | Sven Gothel | 2023-05-17 | 2 | -0/+453 |
* | Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl:... | Sven Gothel | 2023-01-15 | 1 | -32/+53 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -5/+5 |
* | MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0 | Sven Gothel | 2023-01-14 | 1 | -0/+4 |
* | Bug 1417 - Android: Context.MODE_WORLD_READABLE causes SecurityException on A... | Sven Gothel | 2019-12-26 | 1 | -1/+1 |
* | Bug 1363: Java 11: Complete renaming JEP 178 compatible native lib basename g... | Sven Gothel | 2019-08-18 | 2 | -3/+3 |
* | iOS: NativeLibrary: Refine iOS, use proper alt system path for iOS+OSX, relax... | Sven Gothel | 2019-06-21 | 2 | -8/+10 |
* | Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu... | Sven Gothel | 2019-06-17 | 1 | -4/+16 |
* | iOS: Initial iOS support commit: build.xml targets, java code-path etc | Sven Gothel | 2019-06-17 | 2 | -3/+30 |
* | Merge branch 'master' of git://github.com/pini-gh/gluegen into pini-gh-master | Sven Gothel | 2019-03-26 | 1 | -1/+2 |
|\ |
|
| * | Support architecture ppc64le (Debian ppc64el). | Gilles Filippini | 2015-10-28 | 1 | -1/+2 |
* | | Merge pull request #25 from ghost/master | Sven Gothel | 2019-03-26 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | added android x86 support. | Xavier Hallade | 2015-02-16 | 1 | -2/+3 |
* | | Bug 1213: Use InterruptSource.Thread | Sven Gothel | 2015-09-15 | 2 | -3/+5 |
* | | Bug 1213: Refine changes .. comments and API | Sven Gothel | 2015-09-15 | 2 | -50/+80 |
* | | Bug 1213 - RecursiveThreadGroupLockImpl01Unfairish.unlock() always interrupts... | Sven Gothel | 2015-09-05 | 2 | -8/+23 |
* | | RecursiveThreadGroupLockImpl01Unfairish: Add toString() in IllegalArgumentExc... | Sven Gothel | 2015-08-29 | 1 | -2/+2 |
* | | Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and Platform... | Sven Gothel | 2015-08-18 | 1 | -1/+1 |
* | | Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE extensio... | Xerxes RĂ„nby | 2015-08-12 | 1 | -1/+1 |
* | | Fix Bitfield.put(..): Return previous value | Sven Gothel | 2015-08-02 | 3 | -12/+20 |
* | | SyncedBitfield.clearField: Must be synchronized | Sven Gothel | 2015-08-02 | 1 | -1/+1 |
* | | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) and... | Sven Gothel | 2015-08-02 | 3 | -24/+51 |
* | | Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add synchronize... | Sven Gothel | 2015-07-31 | 3 | -44/+232 |
* | | Bitfield: Use IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsExcep... | Sven Gothel | 2015-07-30 | 2 | -16/+16 |
* | | Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating IntBit... | Sven Gothel | 2015-07-30 | 2 | -0/+243 |
* | | PlatformPropsImpl: Add static final Version18 and Version19 VersionNumber | Sven Gothel | 2015-07-27 | 1 | -0/+6 |
|/ |
|
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 7 | -160/+207 |
* | Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless | Sven Gothel | 2015-02-01 | 11 | -825/+1127 |
* | Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescription | Sven Gothel | 2015-01-30 | 1 | -27/+5 |
* | Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker impl. - a... | Sven Gothel | 2015-01-30 | 7 | -123/+260 |
* | Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) | Sven Gothel | 2015-01-30 | 2 | -28/+50 |
* | Bug 1122 - Elf Parser: EM_res183 -> EM_AARCH64, detecting AArch64; Updating S... | Sven Gothel | 2015-01-30 | 3 | -68/+182 |
* | Debug: Use JogAmp license, since we re-modelled it using PropertyAccess, comm... | Sven Gothel | 2014-07-11 | 1 | -33/+21 |
* | PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances to ea... | Sven Gothel | 2014-07-11 | 1 | -22/+33 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 29 | -223/+217 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | PosixDynamicLinkerImpl: cleanup uncommented enums's intendation | Sven Gothel | 2014-05-09 | 1 | -2/+2 |
* | Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - readUInt32(... | Sven Gothel | 2014-02-21 | 1 | -5/+1 |
* | Bug 980: Use Bitsream class for jogamp.common.os.elf.** | Sven Gothel | 2014-02-20 | 2 | -18/+12 |
* | Bug 958 - Add support for OpenJDK version notation | Sven Gothel | 2014-02-16 | 1 | -3/+10 |
* | Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick 'bes... | Sven Gothel | 2014-01-24 | 4 | -145/+307 |
* | Bug 944 - Platform doesn't parse early-access java-version string properly (J... | Sven Gothel | 2014-01-14 | 1 | -5/+4 |