aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util
Commit message (Expand)AuthorAgeFilesLines
* Bug 1474: Allow temp folder for exe-file test to contain parenthesis on WindowsSven Gothel2023-11-281-3/+5
* Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur...Sven Gothel2023-10-061-0/+95
* WorkerThread.start(paused): Merge RUNNING | ACTIVESven Gothel2023-09-221-1/+1
* WorkerThread: Enhanced testing, added optional StateCallback for state change...Sven Gothel2023-09-221-97/+217
* WorkerThread: Remove minDelayMS field, have it in Runnable branch onlySven Gothel2023-09-211-3/+2
* WorkerThread: Fix minDelayMS assignment using validated field valueSven Gothel2023-09-211-1/+1
* WorkerThread: Add optional minDelay to throttle excecutionSven Gothel2023-09-211-15/+36
* WorkerThread: Move 'streamErr' Exception to local RunnableSven Gothel2023-09-201-1/+1
* Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa...Sven Gothel2023-09-201-0/+315
* InterruptSource.Thread: Add ctor variant w/ sole Runnable argument (was missing)Sven Gothel2023-08-231-0/+7
* JarUtil.getRelativeOf(): Make'cutOffInclSubDir' optional, i.e. ignore if null...Sven Gothel2023-05-201-6/+15
* IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segm...Sven Gothel2023-05-041-0/+33
* IOUtil.copyStream2Byte{Array|Buffer}(..): API Doc: Clarify that the complete ...Sven Gothel2023-05-041-6/+4
* IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumByte...Sven Gothel2023-05-042-15/+11
* Clock: Use Clock.currentNanos() instead of System.nanoTime()Sven Gothel2023-03-071-2/+3
* Clock: Rename currentTimeNanos() -> currentNanos() as it represents the durat...Sven Gothel2023-03-061-1/+1
* Fix Clock for performance counter: Add currentTimeNanos() since module startu...Sven Gothel2023-03-061-4/+10
* Add PerfCounterCtrl, a simple performance counter controllerSven Gothel2023-03-061-0/+44
* Formatting: BindingJNILibLoader, AWTEDTExecutorSven Gothel2023-01-231-10/+10
* SecurityUtil: Skip System's SecurityManager action for getSecurityManager() a...Sven Gothel2023-01-151-7/+31
* Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl:...Sven Gothel2023-01-151-3/+11
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-145-13/+29
* WeakIdentityHashMap: Always null check on weakRef.get(); IdentityWeakReferenc...Sven Gothel2019-12-311-18/+23
* WeakIdentityHashMap: Refine capacity computation; Bitfield.Util add 'PowerOf2...Sven Gothel2019-12-312-2/+105
* WeakIdentityHashMap: Cleanup; Implement putAll(..); Make IdentityWeakReferenc...Sven Gothel2019-12-311-30/+61
* Add WeakIdentityHashMap implementation (from Apache Avro)Sven Gothel2019-12-301-0/+229
* Bug 1363: Java 11: Extract and extend sun.misc.Unsafe functionality to Unsafe...java11iosSven Gothel2019-09-041-0/+222
* Bug 1363: Java 11: Recognize Java9+ ..; Support JEP 178 static linkage libglu...Sven Gothel2019-06-171-0/+1
* iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-173-2/+4
* Bug 1369: SCC: Hide SHA Algorithm bit size in literals of SpecificationSven Gothel2019-04-032-37/+36
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-034-0/+459
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-033-37/+127
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-303-4/+7
* Bug 1219, Bug 1231: Re-add executable test by executionSven Gothel2019-03-251-10/+19
* Bug 1219, Bug 1231: Avoid deflating test-exe on Windows using java.nio.file.F...Sven Gothel2019-03-241-51/+107
* Resolve v2.3.1_winexe merge conflictsjavafxSven Gothel2019-03-201-0/+12
|\
| * Adding 'jogamp.gluegen.TestTempDirExec' property, allowing to disable testing...Sven Gothel2018-12-111-0/+12
* | Remove deprectated classes and methodsSven Gothel2015-10-158-274/+47
* | Refine new API methods: ExceptionUtils, Uri (Add @since, refine arguments and...Sven Gothel2015-10-031-8/+8
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-033-17/+39
* | Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) DEBUG Mes...Sven Gothel2015-10-031-4/+2
* | Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-031-23/+63
* | Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de...Sven Gothel2015-09-243-25/+71
* | Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...Sven Gothel2015-09-245-33/+151
* | Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block to ens...Sven Gothel2015-09-231-2/+14
* | Bug 1219: IOUtil.testDirExe: Disable 'existingExe' DEBUG_EXE feature by hardc...Sven Gothel2015-09-221-1/+4
* | Bug 1219: Fix IOUtil.StreamMonitor EOS handlingSven Gothel2015-09-211-17/+25
* | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug optionsSven Gothel2015-09-211-11/+23
* | Bug 1219: Use Win32 API for test PE exe, not consoleSven Gothel2015-09-193-2/+2
* | Bug 1219: Sporadic failure to determine 'executable temp base directory' on W...Sven Gothel2015-09-193-25/+52