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