| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -2/+1 |
* | iOS: Initial iOS support commit: build.xml targets, java code-path etc | Sven Gothel | 2019-06-17 | 1 | -1/+2 |
* | Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r... | Sven Gothel | 2019-04-03 | 1 | -0/+73 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 1 | -1/+2 |
* | Bug 1219, Bug 1231: Re-add executable test by execution | Sven Gothel | 2019-03-25 | 1 | -10/+19 |
* | Bug 1219, Bug 1231: Avoid deflating test-exe on Windows using java.nio.file.F... | Sven Gothel | 2019-03-24 | 1 | -51/+107 |
* | Resolve v2.3.1_winexe merge conflictsjavafx | Sven Gothel | 2019-03-20 | 1 | -0/+12 |
|\ |
|
| * | Adding 'jogamp.gluegen.TestTempDirExec' property, allowing to disable testing... | Sven Gothel | 2018-12-11 | 1 | -0/+12 |
* | | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -32/+0 |
* | | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri... | Sven Gothel | 2015-10-03 | 1 | -11/+33 |
* | | Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) DEBUG Mes... | Sven Gothel | 2015-10-03 | 1 | -4/+2 |
* | | Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c... | Sven Gothel | 2015-10-03 | 1 | -23/+63 |
* | | Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test... | Sven Gothel | 2015-09-24 | 1 | -33/+30 |
* | | Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block to ens... | Sven Gothel | 2015-09-23 | 1 | -2/+14 |
* | | Bug 1219: IOUtil.testDirExe: Disable 'existingExe' DEBUG_EXE feature by hardc... | Sven Gothel | 2015-09-22 | 1 | -1/+4 |
* | | Bug 1219: Fix IOUtil.StreamMonitor EOS handling | Sven Gothel | 2015-09-21 | 1 | -17/+25 |
* | | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug options | Sven Gothel | 2015-09-21 | 1 | -11/+23 |
* | | Bug 1219: Use Win32 API for test PE exe, not console | Sven Gothel | 2015-09-19 | 1 | -2/+2 |
* | | Bug 1219: Sporadic failure to determine 'executable temp base directory' on W... | Sven Gothel | 2015-09-19 | 1 | -25/+52 |
* | | Bug 1213: Use InterruptSource.Thread | Sven Gothel | 2015-09-15 | 1 | -1/+1 |
|/ |
|
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ... | Sven Gothel | 2015-03-24 | 1 | -0/+10 |
* | Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin... | Sven Gothel | 2015-02-02 | 1 | -4/+4 |
* | Bug 1108 - Fix difficulties to determine executable access permission on Wind... | Sven Gothel | 2014-12-13 | 1 | -21/+79 |
* | Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access... | Sven Gothel | 2014-12-11 | 1 | -1/+9 |
* | IOUtil: Fix API doc; getTempDir(..) shall throw IOException instead of Runtim... | Sven Gothel | 2014-09-25 | 1 | -6/+31 |
* | Bug 1067 - IOUtil.testDirExec(File) needs to preserve SPACE in exetst.getCano... | Sven Gothel | 2014-09-14 | 1 | -2/+5 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 1 | -34/+7 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -102/+24 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 1 | -208/+14 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 1 | -155/+56 |
* | Bug 1015: Test executable permission on Windows via bat file (temp dir, like ... | Sven Gothel | 2014-08-28 | 1 | -36/+136 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -59/+59 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -8/+8 |
* | ReflectionUtil.getConstructor: Add 'initializeClazz' argument, allowing to de... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver... | Sven Gothel | 2014-01-22 | 1 | -11/+32 |
* | IOUtil: Add convenience compound class 'ClassResources' | Sven Gothel | 2013-12-30 | 1 | -0/+37 |
* | IOUtil.encodeToURI(): Only use method if required | Sven Gothel | 2013-11-28 | 1 | -3/+3 |
* | IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti... | Sven Gothel | 2013-11-28 | 1 | -12/+74 |
* | JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ... | Sven Gothel | 2013-11-27 | 1 | -1/+1 |
* | IOUtil: Add comments to slashify args @ caller; Use validated File @ IOUtil.t... | Sven Gothel | 2013-11-27 | 1 | -7/+7 |
* | IOUtil/JarUtil: DEBUG output on stderr not stdout | Sven Gothel | 2013-11-27 | 1 | -16/+20 |
* | Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ... | Sven Gothel | 2013-10-23 | 1 | -28/+69 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 1 | -19/+111 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -173/+173 |
* | Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w... | Sven Gothel | 2013-10-07 | 1 | -6/+29 |
* | IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU... | Sven Gothel | 2013-10-01 | 1 | -11/+29 |
* | Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ... | Sven Gothel | 2013-10-01 | 1 | -3/+22 |
* | Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap... | Sven Gothel | 2013-10-01 | 1 | -3/+18 |
* | gluegen: remove redundant test for null relativePath | Harvey Harrison | 2013-07-15 | 1 | -1/+1 |
* | gluegen: remove redundant assignment of tmpBaseDir | Harvey Harrison | 2013-07-15 | 1 | -2/+0 |