Jenkins is going to shut down
Shut down reason: Winter
Shut down reason: Winter
Changes
#903 (Nov 16, 2015, 9:43:10 PM)
- Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's — Sven Gothel / gitweb
- Bump scripts to jre1.8.0_66 — Sven Gothel / gitweb
#901 (Oct 15, 2015, 2:07:49 PM)
- Bump to 2.4.0-rc — Sven Gothel / gitweb
- Version Semantics Test: Bump for 2.3.2 -> 2.4.x — Sven Gothel / gitweb
- Remove deprectated classes and methods — Sven Gothel / gitweb
#900 (Oct 9, 2015, 6:19:00 AM)
- Bump to 2.3.2 Release — Sven Gothel / gitweb
#899 (Oct 7, 2015, 11:57:35 AM)
- Bump semver to commit 4f50b49c955f2bde2bb7eb4c7493206ec6bb1f2f — Sven Gothel / gitweb
#898 (Oct 3, 2015, 8:17:47 PM)
- Refine new API methods: ExceptionUtils, Uri (Add @since, refine — Sven Gothel / gitweb
#897 (Oct 3, 2015, 12:10:10 PM)
- Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. — Sven Gothel / gitweb
- Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) — Sven Gothel / gitweb
- Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil — Sven Gothel / gitweb
#896 (Sep 25, 2015, 9:45:10 AM)
- Bug 1231: Usability of CustomCompress API incl zip-level; Replace — Sven Gothel / gitweb
#895 (Sep 24, 2015, 3:03:27 PM)
- Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows — Sven Gothel / gitweb
#894 (Sep 23, 2015, 6:45:55 AM)
- Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block — Sven Gothel / gitweb
#893 (Sep 22, 2015, 12:54:33 AM)
- Bug 1219: IOUtil.testDirExe: Disable 'existingExe' DEBUG_EXE feature by — Sven Gothel / gitweb
#892 (Sep 21, 2015, 7:31:05 AM)
- Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug — Sven Gothel / gitweb
- Bug 1219: Fix IOUtil.StreamMonitor EOS handling — Sven Gothel / gitweb
#891 (Sep 19, 2015, 9:35:04 PM)
- Bug 1219: Use Win32 API for test PE exe, not console — Sven Gothel / gitweb
#890 (Sep 19, 2015, 5:57:26 AM)
- Bug 1219: Sporadic failure to determine 'executable temp base directory' — Sven Gothel / gitweb
#889 (Sep 18, 2015, 11:13:29 AM)
- Fix Android LauncherTempFileCache: Cannot use gluegen-rt dependencies — Sven Gothel / gitweb
#888 (Sep 15, 2015, 7:57:33 AM)
- Bug 1213 - RecursiveThreadGroupLockImpl01Unfairish.unlock() always — Sven Gothel / gitweb
- SingletonJunitCase: Allow explicit disabling singletonLock to allow — Sven Gothel / gitweb
- Bug 1213: Expose InterruptSource, SourcedInterruptedException and — Sven Gothel / gitweb
- Bug 1213 (related): Fix TaskBase, RunnableTask and FunctionTask — Sven Gothel / gitweb
- Bug 1213: Refine changes .. comments and API — Sven Gothel / gitweb
- Bug 1213: Use InterruptSource.Thread — Sven Gothel / gitweb
#887 (Sep 2, 2015, 1:47:00 AM)
- Windows Scripts: Bump JVM to 1.8.0_60 — Sven Gothel / gitweb
#886 (Aug 29, 2015, 9:03:58 PM)
- RecursiveThreadGroupLockImpl01Unfairish: Add toString() in — Sven Gothel / gitweb
#885 (Aug 19, 2015, 6:09:05 AM)
- Bug 1145: JNILibLoaderBase.addNativeJarLibsImpl: Proper order: #1 — Sven Gothel / gitweb
- Bug 1145, Bug 1172: Add performance counter for native-jar lookup: — Sven Gothel / gitweb
#883 (Aug 18, 2015, 4:01:06 AM)
- Bug 1172: Use the same in-jar folder structure for native jars as the — xerxes / gitweb
- Bug 1145: Fix cc1 NativeLibrary: Add current working directory + — xerxes / gitweb
- Bug 1194: NativeLibrary: Remove dangerous search paths using the JRE — xerxes / gitweb
- Bug 1194: Reinstate system-lib search for NativeLibrary.open(..) and — Sven Gothel / gitweb
- Bug 1145: Fix cc2: Null versions reported using the fat-jar — Sven Gothel / gitweb
- Bug 1172: TempJarCache: Only copy native library files from — Sven Gothel / gitweb
#882 (Aug 10, 2015, 4:20:00 PM)
- Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other — Sven Gothel / gitweb
#881 (Aug 5, 2015, 4:49:23 PM)
- DynamicLibraryBundle.toolDynamicLookupFunction(..): DEBUG: Show — Sven Gothel / gitweb
#880 (Aug 2, 2015, 2:50:15 AM)
- Bitfield: Reuse [BitstreamData -> BitDemoData] for unit tests — Sven Gothel / gitweb
- Bitfield: Refine API method names, add clearField(boolean), fix — Sven Gothel / gitweb
- IntBitfield: Fix units calculation ( +7 -> +31 for ceiling, using 32bits — Sven Gothel / gitweb
- SyncedBitfield.clearField: Must be synchronized — Sven Gothel / gitweb
- Test Bitfield: Validate Bitfield.copy(..) return value — Sven Gothel / gitweb
- Fix Bitfield.put(..): Return previous value — Sven Gothel / gitweb
#878 (Jul 31, 2015, 5:20:00 AM)
- Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add — Sven Gothel / gitweb
#877 (Jul 30, 2015, 3:20:00 AM)
- Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating — Sven Gothel / gitweb
- Bitfield: Use IndexOutOfBoundsException instead of — Sven Gothel / gitweb
- Bitfield: @since 2.3.2 .. — Sven Gothel / gitweb
#876 (Jul 29, 2015, 10:58:23 AM)
- Bug 1145 - Fat Jar: Use 'Main-Class' for default launch of useful — Sven Gothel / gitweb
#875 (Jul 29, 2015, 4:20:17 AM)
- Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive — Sven Gothel / gitweb
#874 (Jul 28, 2015, 12:46:34 AM)
- PlatformPropsImpl: Add static final Version18 and Version19 — Sven Gothel / gitweb
#873 (Jul 25, 2015, 12:02:28 AM)
- Bug 1180: Refine BuffersTest: Add assertion for remaining() — Sven Gothel / gitweb
#871 (Jul 24, 2015, 10:00:19 PM)
- BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocation — xerxes / gitweb
- Bug 1180 BuffersTest: Refine test case a bit, add static main for — Sven Gothel / gitweb
#870 (Jul 24, 2015, 7:13:15 AM)
- javadoc stylesheet.css: Refine list visual, i.e. top/bottom margin and — Sven Gothel / gitweb
- javadoc stylesheet.css: Refine list visual, i.e. font size 76 -> 80%, — Sven Gothel / gitweb
#869 (Jul 19, 2015, 1:23:59 AM)
- javadoc/stylesheet.css: Fix font size of nested bullet lists. — xerxes / gitweb
- GCC Linker Config: Add '-static-libstdc++' in case libstdc++ is being — Sven Gothel / gitweb
#868 (Jul 16, 2015, 7:50:04 AM)
- doc/manual/index.html www/index.html Fix links. — xerxes / gitweb
- BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopy — xerxes / gitweb
- Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy — Sven Gothel / gitweb
- JavaEmitter.staticClassInitCodeCCode: Reuse static strings — Sven Gothel / gitweb
- Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy — Sven Gothel / gitweb
#867 (Jul 15, 2015, 10:23:46 PM)
- Fix jni/macosx/jawt_md.h: Put comment in /* */ brackets .. — Sven Gothel / gitweb
#865 (Jul 14, 2015, 10:47:20 PM)
- Use GlueGen's JNI header for native compilation (java.includes.dir, — Sven Gothel / gitweb
- Fix using GlueGen's JNI header for native compilation — Sven Gothel / gitweb
- Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar — Sven Gothel / gitweb
#862 (Jul 13, 2015, 1:49:53 PM)
- osx-java6 script: use separate rootrel.build — Sven Gothel / gitweb
- Fix Android ARM64 Support: Don't define 'isAndroidARMv6:=false', since — Sven Gothel / gitweb
#858 (Apr 10, 2015, 2:32:47 PM)
- Bump to 2.3.2-devel — Sven Gothel / gitweb
- Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and — Sven Gothel / gitweb
- Bug 1153 - GlueGen: Support [const] [native] expressions and conversion — Sven Gothel / gitweb
- Bug 1153 - GlueGen: Bump JCPP — Sven Gothel / gitweb
- Bump semantic-versioning (0.9.33 + jogamp fixes) — Sven Gothel / gitweb
- Bump semver to 0.9.33 w/ our patch for — Sven Gothel / gitweb
- Bump semver: 0d2e314ef48bd2fd38b45f781c4573bdb2b32a69 — Sven Gothel / gitweb
#857 (Mar 27, 2015, 4:10:37 PM)
- TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and — Sven Gothel / gitweb
#856 (Mar 26, 2015, 11:54:15 PM)
- Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add — Sven Gothel / gitweb
- JavaEmitter: Always use 'containingJTypeName' for — Sven Gothel / gitweb
- Bump to 2.3.1 release — Sven Gothel / gitweb
#855 (Mar 25, 2015, 1:51:21 PM)
- Bug 1149: Fix parsing of hexadecimal w/ binary exponent floats in — Sven Gothel / gitweb
- Bug 1149 - Fix JCPP test case IncludeAbsoluteTest — Sven Gothel / gitweb
#854 (Mar 24, 2015, 5:03:16 AM)
- Import JOGL's JNI header and unify them for GlueGen and C-Compiler — Sven Gothel / gitweb
- Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling — Sven Gothel / gitweb
- Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling — Sven Gothel / gitweb
- Fix Logging: PlainLogConsoleHandler shall start w/ Level.ALL, add — Sven Gothel / gitweb
- Bug 1149 - Replacing PCPP w/ JCPP: Name used CPP impl. — Sven Gothel / gitweb
- Bug 1149 - Replacing PCPP w/ JCPP: Final version bump .. — Sven Gothel / gitweb
- Refine JNI header's jni_md.h: Always include 'gluegen_stdint.h' for — Sven Gothel / gitweb
#851 (Mar 18, 2015, 12:20:00 AM)
- Fix DynamicLibraryBundle.isToolLibComplete() no tool-lib case, — Sven Gothel / gitweb
#850 (Mar 15, 2015, 9:20:00 AM)
- bump to 2.3.1-rc — Sven Gothel / gitweb
#849 (Mar 11, 2015, 5:59:39 PM)
- Bug 1144 - Add 'DelegateImplementation': Cleanup JavaConfiguration and — Sven Gothel / gitweb
- Bug 1144 - Add 'DelegateImplementation': Sort JavaMethodBindingEmitter — Sven Gothel / gitweb
- Bug 1144 - Add 'DelegateImplementation': Cleanup — Sven Gothel / gitweb
- Bug 1144 - Add 'DelegateImplementation', manually impl. may delegate to — Sven Gothel / gitweb
- Bump for 2.3.0 release — Sven Gothel / gitweb
- Bug 1134 - LOG AliasedSymbol: Don't issue getAliasedString(), logger — Sven Gothel / gitweb
- Bug 1144 - Add 'DelegateImplementation': Requires own MethodBinding for — Sven Gothel / gitweb
- Bug 1144 - Fix commit bbea09816015ecf3596acdcc033553127fcc0ef3 (missing — Sven Gothel / gitweb
#847 (Mar 9, 2015, 10:25:52 AM)
- TestByteBuffer*Stream: Reduce mmap load on poor OSX mini test machine to — Sven Gothel / gitweb
- Bug 1134 - Pass ASTLocationTag to all types, used for GlueGenException — Sven Gothel / gitweb
- Bug 1134 - Handle Opaque fields in structs; Print struct field name in — Sven Gothel / gitweb
- Bug 1134 - Fix IntType: Add getCName(..) for proper C-type code; Fix its — Sven Gothel / gitweb
- Fix Type.getDebugString() comma separation — Sven Gothel / gitweb
- Bug 1134 - Use ASTLocationTag in Logging (PCPP, Emitter); Refine — Sven Gothel / gitweb
- Bug 1134 - Logging's formatter now takes care of Type -> — Sven Gothel / gitweb
- Bug 1134 - Make ASTLocusTag's text optional — Sven Gothel / gitweb
- Bug 1134 - Fix IntType 'unsigned'; Type: Use copy-ctor instead of — Sven Gothel / gitweb
- Bug 1134 - Fix aliased typedef struct emission — Sven Gothel / gitweb
- Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers — Sven Gothel / gitweb
- Bug 1134 - ProcAddressCMethodBindingEmitter: Use available — Sven Gothel / gitweb
- Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part — Sven Gothel / gitweb
- Bug 1134 - In case of 'undefined type' throw a semantic GlueGenException — Sven Gothel / gitweb
- Bug 1134 - Add ASTLocusTagProvider for Define and fix newline in — Sven Gothel / gitweb
- Bug 1134 - Refine err/log message of 'previous definition is here' — Sven Gothel / gitweb
#846 (Mar 6, 2015, 10:58:23 AM)
- Bug 1134 - Enhance GlueGen Compiler: Minimal GL Header Changes _and_ — Sven Gothel / gitweb
- Bug 1134 - Fix regression: Static C-Function call must use original API — Sven Gothel / gitweb
- Bug 1134 - Add ASTLocationTag, locating source of [semantic] errors — Sven Gothel / gitweb
- Bug 1134 - Refine Logging using 'LoggerIf' - Replace System.err w/ — Sven Gothel / gitweb
- Bug 1134 - Utilize AliasedSymbol where required in *Configuration; — Sven Gothel / gitweb
- Bug 1134 - Fix ProcAddressEmitter.getFunctionPointerTypedefName() ; Fix — Sven Gothel / gitweb
- Bug 1134 - GlueGenException.toString(): Produce a 'gcc' like/compatible — Sven Gothel / gitweb
- Bug 1134 - Fix regression on OpenSolaris/gcc: Redefine in test1.h (test — Sven Gothel / gitweb
#844 (Feb 5, 2015, 4:37:06 AM)
- build setup script: remove redundant ANT_PATH entry — Sven Gothel / gitweb
- Refine commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8: Add 'throws — Sven Gothel / gitweb
#843 (Feb 3, 2015, 1:35:15 PM)
- Fix regression of commit 3caf446e29a3934900b9983dfd72cb8aa0d9e8d7: Win64 — Sven Gothel / gitweb
#842 (Feb 3, 2015, 3:21:30 AM)
- Refine ExceptionUtils: Shorten method name, dumpThrowable uses dumpStack — Sven Gothel / gitweb
- ExceptionUtils.dumpStack(..): Skip self stack entry — Sven Gothel / gitweb
- Bug 1106 - Bitstream: Simplify 'msbFirst' case for bulk operations / Add — Sven Gothel / gitweb
- Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable — Sven Gothel / gitweb
- GlueGen JavaEmitter: Use proper class access modifiers for emitted — Sven Gothel / gitweb
- test scripts: Bump JRE, add TEMP/TMP settings — Sven Gothel / gitweb
- TempFileCache/TempJarCache: Fix NPE in DEBUG mode — Sven Gothel / gitweb
- Bug 1108 - Fix difficulties to determine executable access permission on — Sven Gothel / gitweb
- ProcAddressConfiguration: Allow setting default value for — Sven Gothel / gitweb
- ExceptionUtils.dumpThrowable(..): Also dump all causes of the given — Sven Gothel / gitweb
- Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and — Sven Gothel / gitweb
- Bug 1123 - Android Launcher/ClassLoaderUtil: Fails to work w/ Android — Sven Gothel / gitweb
- Bug 1122 - Add Android API 21 jar file and source zip — Sven Gothel / gitweb
- GlueGen: Make const array-length getter static, if constant. — Sven Gothel / gitweb
- Bug 1122 - Elf Parser: EM_res183 -> EM_AARCH64, detecting AArch64; — Sven Gothel / gitweb
- Bug 1122: Add AArch64 support (Android, GNU/Linux and in general) — Sven Gothel / gitweb
- GlueGen: Cleanup static generated JNI code (fix method names) — Sven Gothel / gitweb
- Bug 1122: Reflect __LP64__ and _aarch64__ in GlueGen's stdint/stddef and — Sven Gothel / gitweb
- Refine Native Library Code: Bulk Permissions, Cleanup DynamicLinker — Sven Gothel / gitweb
- Bug 1122: Refine AArch64 and OSType/32Bit incl. MachineDescription — Sven Gothel / gitweb
- Bug 1125 - Make ELF Reader 'jogamp.common.os.elf' Stateless — Sven Gothel / gitweb
- Minor Cleanup: Buffers: Remove !JAVA_6 branch; NativeLibrary: Reuse — Sven Gothel / gitweb
- Bug 1126 - Remove static query requirement of MachineDescriptor, find — Sven Gothel / gitweb
- Remove unused armv7 scripts and gluegen piece — Sven Gothel / gitweb
- GlueGen AAPT Task: Android APK native-code files shall be named using — Sven Gothel / gitweb
- GlueGen: Adapt APK install scripts for harmonized os.and.arch names, see — Sven Gothel / gitweb
- Add javadoc arg '-Xdoclint:none' if java >= 1.8 via property — Sven Gothel / gitweb
#838 (Oct 8, 2014, 8:50:26 AM)
- SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll — Sven Gothel / gitweb
- Add ExceptionUtils: Exposing dumpStackTrace(..) and dumpThrowable(..) — Sven Gothel / gitweb
#837 (Oct 3, 2014, 6:15:38 AM)
- Bump semver to 0.9.30-SNAPSHOT of jogamp branch, incl. commit — Sven Gothel / gitweb
- IOUtil: Fix API doc; getTempDir(..) shall throw IOException instead of — Sven Gothel / gitweb
- Bug 1080 - Add read support for memory mapped big file I/O via — Sven Gothel / gitweb
- Adapt unit tests to commit 1350823035597f784f9cf871aa487f896f3d1840: — Sven Gothel / gitweb
- Bug 1080 - Fix TestByteBufferInputStream: Handle OutOfMemoryError cause — Sven Gothel / gitweb
- Bug 1080 - Add write support for memory mapped big file I/O via — Sven Gothel / gitweb
- Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding — Sven Gothel / gitweb
- MappedByteBuffer*Stream: — Sven Gothel / gitweb
- Make Scripts OSX: Remove -java7 script, add -java6 script (default uses — Sven Gothel / gitweb
- TestByteBufferCopyStream, TestByteBufferInputStream: Reduce load and — Sven Gothel / gitweb
- TestByteBufferInputStream: Reduce FLUSH_SOFT load — Sven Gothel / gitweb
- MappedByteBufferInputStream: Default CacheMode is FLUSH_PRE_HARD now — Sven Gothel / gitweb
- SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, — Sven Gothel / gitweb
- gitignore: build*/ and build-temp — Sven Gothel / gitweb
- SingletonTestCase: SINGLE_INSTANCE_LOCK_TO (timeout) 6 -> 12 minutes — Sven Gothel / gitweb
- SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader — Sven Gothel / gitweb
- SingletonJunitCase: Refine poll and release behavior — Sven Gothel / gitweb
#826 (Sep 14, 2014, 7:58:50 AM)
- Bug 1067 - IOUtil.testDirExec(File) needs to preserve SPACE in — Sven Gothel / gitweb
#825 (Sep 10, 2014, 7:28:29 AM)
- Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common — Sven Gothel / gitweb
#824 (Sep 8, 2014, 1:55:38 PM)
- Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and — Sven Gothel / gitweb
- Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all — Sven Gothel / gitweb
- Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on — Sven Gothel / gitweb
- Bug 1063: Complete Uri impl. and adoption throughout GlueGen — Sven Gothel / gitweb
- Bump 2.3.0 — Sven Gothel / gitweb
- Bug 1063: Further Uri completion - As a result of JOGL Uri adoption — Sven Gothel / gitweb
#823 (Sep 8, 2014, 6:13:20 AM)
- Bump to 2.2.1 release — Sven Gothel / gitweb
#822 (Sep 7, 2014, 7:59:58 AM)
- Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants — Sven Gothel / gitweb
#818 (Sep 1, 2014, 4:21:48 PM)
- Scripts: Bump to java 1.8.0_20 — Sven Gothel / gitweb
#817 (Aug 31, 2014, 9:08:19 PM)
- Bump to 2.2.1-rc — Sven Gothel / gitweb
- gluegen: directly use git subcommands rather than sed over a temp file — Harvey Harrison / gitweb
- IntIntHashMap: Reduce temp. ArrayList<Entry> instances in clone — Sven Gothel / gitweb
- Scripts: Bump to java 1.7.0_67 and apache-ant 1.9.4 — Sven Gothel / gitweb
- Bug 1015: Test executable permission on Windows via bat file (temp dir, — Sven Gothel / gitweb
- scripts: favor java8 on 32bit like we do on 64bit — Sven Gothel / gitweb
- Revert "gluegen: directly use git subcommands rather than sed over a — Sven Gothel / gitweb
- TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0 — Sven Gothel / gitweb
- Semver: Bump to 0.9.27 — Sven Gothel / gitweb
- scripts: setenv-build-x86*: allow using a preset jre/jdk iff JAVA_HOME — Sven Gothel / gitweb
#814 (Aug 7, 2014, 12:22:25 AM)
- Bump to 2.2.0 — Sven Gothel / gitweb
#813 (Jul 30, 2014, 8:30:12 PM)
- gluegen-cpptasks's compiler.cfg.linux.*: always "-include — Sven Gothel / gitweb
#811 (Jul 11, 2014, 3:13:40 AM)
- PlatformPropsImpl.getOSAndArch(..): Cleanup, use final String instances — Sven Gothel / gitweb
- Debug: Use JogAmp license, since we re-modelled it using PropertyAccess, — Sven Gothel / gitweb
- Cleanup JNILibLoaderBase: Use Platform NEWLINE, remove obsolete notice — Sven Gothel / gitweb
- Bug 1024: Add fallback for native-jar-file location via classpath — Sven Gothel / gitweb
#810 (Jul 10, 2014, 7:02:39 PM)
- Bug 1023/Bug 1024: Create native jar files for different configurations — Sven Gothel / gitweb
#809 (Jul 10, 2014, 1:53:28 AM)
- Remove @deprecated methods — Sven Gothel / gitweb
#808 (Jul 8, 2014, 12:19:03 AM)
- gluegen: remove unused imports, unneeded semicolons, add missing — Harvey Harrison / gitweb
- gluegen: remove the unused reverse map from TypeDictionary — Harvey Harrison / gitweb
- gluegen: relax private variable access to package-private for members — Harvey Harrison / gitweb
#807 (Jul 5, 2014, 3:14:31 PM)
- Remove unused addNativeJarLibs() method; the only consumer was a unit — code / gitweb
- Clean up native library loading and remove the ability to strip — code / gitweb
- StringBuilder message parameter was unused. — code / gitweb
- Do not keep re-indexing into the same array. — code / gitweb
#806 (Jul 3, 2014, 4:23:02 PM)
- Code Clean-Up based on our Recommended Settings (jogamp-scripting — Sven Gothel / gitweb
#805 (Jun 29, 2014, 9:00:08 AM)
- Fix 'typo' in messages: 'Catched' -> 'Caught' — Sven Gothel / gitweb
#804 (Jun 27, 2014, 8:42:49 PM)
- Buffers: Split slice2Float(..) into dedicated methods for FloatBuffer — Sven Gothel / gitweb
#803 (Jun 25, 2014, 1:37:44 PM)
- CMethodBindingEmitter: Suppress compiler warning in NewDirectByteBuffer — Sven Gothel / gitweb
#802 (Jun 25, 2014, 11:40:34 AM)
- Bug 1025 - GlueGen: Add accessor for compound fields of type array, — Sven Gothel / gitweb
- Bug 1025 - GlueGen: Fix test case (gcc compiler regression due to — Sven Gothel / gitweb
- Bug 1025 - GlueGen: Fix regression of single non-native sized compound — Sven Gothel / gitweb
#798 (Jun 19, 2014, 4:10:28 PM)
- Bump cpptasks.jar to commit 9a66c005a3cd304c4b47abd9a287a60e3545b9da — Sven Gothel / gitweb
- GlueGen: Add support for compound-array in structs (accessors) ; Allow — Sven Gothel / gitweb
#797 (Jun 18, 2014, 5:12:47 AM)
- gluegen: avoid a suppressed warning annotation by using the ArrayList — Harvey Harrison / gitweb
- gluegen: remove an unreferenced writer variable — Harvey Harrison / gitweb
- gluegen: update antlr grammer to produce annotated enum and functionName — Harvey Harrison / gitweb
- gluegen: move all antlr grammars to a top-level directory — Harvey Harrison / gitweb
- gluegen: pair the grammer input folder with an out.dir value — Harvey Harrison / gitweb
- gluegen: update the target names for generating java code — Harvey Harrison / gitweb
- gluegen: remove some unused imports — Harvey Harrison / gitweb
- gluegen: update HeaderParser grammar to annotation EnumType map and — Harvey Harrison / gitweb
- JavaEmitter.typeToJavaType: Simplify if-else block ; — Sven Gothel / gitweb
- Minor edits: space, final qualifier; setenv-build-*: Add generic JDK — Sven Gothel / gitweb
- ReflectionUtil.getConstructor: Add 'initializeClazz' argument, allowing — Sven Gothel / gitweb
- GlueGen: Add support for 'compound call-by-value', i.e. passing and — Sven Gothel / gitweb
- gluegen: move all antlr grammars to a top-level directory (refine commit — Sven Gothel / gitweb
- complete commit 33eb9484c4675423431521f2271e3e9d8d38f3b2 — Sven Gothel / gitweb
- TestVersionSemantics: No more expecting BACKWARD_COMPATIBLE* (Due to — Sven Gothel / gitweb
- GlueGen: Add support for 'compound array call-by-value' — Sven Gothel / gitweb
- Fix commit f4e753ff1f39be381307ffdb0fb6bb7a2d323eff: 'compound array — Sven Gothel / gitweb
- GlueGen: Refine compound [array] call-by-value native code injection and — Sven Gothel / gitweb
- GlueGen: Refine compound [array] call-by-value native code injection and — Sven Gothel / gitweb
#791 (Jun 11, 2014, 3:43:18 AM)
- OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit — Sven Gothel / gitweb
#790 (Jun 10, 2014, 7:29:12 PM)
- Fix glibc-compat-symbols.h: Distinguish clang and gcc (Aligned w/ — Sven Gothel / gitweb
#789 (May 27, 2014, 12:29:49 AM)
- gluegen: use parseInt, parseLong to avoid boxing unboxing an — Harvey Harrison / gitweb
- gluegen: avoid appending Strings in a loop, pull out a Stringbuilder we — Harvey Harrison / gitweb
#788 (May 14, 2014, 2:06:11 AM)
- Unit Test: Added Semantic Version Test (Current version agains v2.1.5) — Sven Gothel / gitweb
- Unit Test: Modularize Semantic Version Test / Fix 'excludes' — Sven Gothel / gitweb
- Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 — Sven Gothel / gitweb
- Bump semver.jar to new rebased c4930f9d23ae7515434942836f628f767411876c — Sven Gothel / gitweb
- Bump semver 174953022b62681653db1f57b087581e29313f5b — Sven Gothel / gitweb
- VersionSemanticsUtil: Produce diff stat per-class w/ diff-type-count and — Sven Gothel / gitweb
- Bump semver to 9ec2e5329780214d317b026f7c0b086972a94a5c - Using — Sven Gothel / gitweb
#786 (May 12, 2014, 1:23:51 AM)
- gluegen: avoid bugs with sign-extension in readUInt16 — Harvey Harrison / gitweb
- build/test: Add ant-junit4.jar to classpath; Add experimental — Sven Gothel / gitweb
- PosixDynamicLinkerImpl: cleanup uncommented enums's intendation — Sven Gothel / gitweb
- UnixDynamicLinkerImpl_JNI.c: Add (inactive) dlopen debug code (helper to — Sven Gothel / gitweb
- unit test: preserve hs_err_pid*.log files (move to results folder for — Sven Gothel / gitweb
- Bug 923: Remove dependency of CStruct annotation processor _generation_ — Sven Gothel / gitweb
- Eclipse .classpath: Add 'src' 'test/junit' — Sven Gothel / gitweb
- RunnableTask: Add static method 'invokeOnNewThread(..)' for convenience — Sven Gothel / gitweb
#783 (Mar 17, 2014, 4:43:22 PM)
- Bump to 2.2-rc — Sven Gothel / gitweb
#779 (Mar 10, 2014, 2:59:56 PM)
- Revert "Fix CStruct annotation processor warning." — Sven Gothel / gitweb
#778 (Mar 10, 2014, 2:49:25 PM)
- Add parser temp output files to ignored list. — Wade Walker / gitweb
- Fix sed for paths containing spaces on Windows. — Wade Walker / gitweb
- Fix 7z for paths containing spaces on Windows. — Wade Walker / gitweb
- Remove warnings in emitted C code. — Wade Walker / gitweb
- Fix accidental tabs. — Wade Walker / gitweb
- Allow Ignore in config to ignore unnamed structs. — Wade Walker / gitweb
- Fix CStruct annotation processor warning. — Wade Walker / gitweb
- Minor Cleanup after merging fixes for bugs 987, 990, 992 and 994 — Sven Gothel / gitweb
- Bump to release 2.1.5 (Android: 0914019) — Sven Gothel / gitweb
#777 (Feb 21, 2014, 3:02:09 PM)
- Bug 980: Refine Bitstream API 'signed' and 'unsigned' semantics - — Sven Gothel / gitweb
- build-test.xml: Push 'java.generate' up from java.build to — Sven Gothel / gitweb
- Bitstream: Add 'throwIOExceptionOnEOF' mode; fix certain EOS situations — Sven Gothel / gitweb
#776 (Feb 21, 2014, 8:42:44 AM)
- Bitstream: Add static 'long toUint32Long(int)' and 'int — Sven Gothel / gitweb
- Bitstream: Refine c70c730b22c847668cf475dc6f841b85297ac3ab: — Sven Gothel / gitweb
- Bitstream: Another CamelCase fix: uint32LongtoInt -> uint32LongToInt — Sven Gothel / gitweb
#775 (Feb 20, 2014, 5:51:05 PM)
- Bug 890: Adding versatile Bitstream implementation — Sven Gothel / gitweb
- Bug 980: Use Bitsream class for jogamp.common.os.elf.** — Sven Gothel / gitweb
#774 (Feb 16, 2014, 7:07:29 PM)
- Bug 958 - Add support for OpenJDK version notation — Sven Gothel / gitweb
#772 (Feb 15, 2014, 9:29:07 AM)
- Bump to 2.2.0 RC — Sven Gothel / gitweb
- Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..) / Instrument — Sven Gothel / gitweb
- Fix make.gluegen.all.android-armv6-cross.sh (SDIR was missing) — Sven Gothel / gitweb
- Bump 'down' to 2.1.5 — Sven Gothel / gitweb
- toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++ — Sven Gothel / gitweb
#771 (Jan 30, 2014, 12:08:22 PM)
- Prepare 2.1.4 — Sven Gothel / gitweb
#770 (Jan 26, 2014, 3:04:45 AM)
- build.xml .. fix doc (copy/paste) — Sven Gothel / gitweb
- ActivityLauncher: Ensure System properties are cleared at stop() already — Sven Gothel / gitweb
#769 (Jan 25, 2014, 4:46:55 PM)
- Jar Manifest: Sealed Entries must follow generic headers - Otherwise — Sven Gothel / gitweb
- Jar Manifest: Seal all packages ; Each jar is 'standalone' as required — Sven Gothel / gitweb
- Add lst-jars.sh script — Sven Gothel / gitweb
#767 (Jan 24, 2014, 1:11:08 PM)
- Platform: Fix API doc of getCPUFamily(), getCPUType() and getABIType() — Sven Gothel / gitweb
- Refine test/TestMultiAndFatJar: Demoing test class outside of fat and — Sven Gothel / gitweb
- Bug 856 - Android: Support dual ABI (x86 i686 *and* ARMv7arm), i.e. pick — Sven Gothel / gitweb
#766 (Jan 23, 2014, 2:33:10 AM)
- Jar Manifest: Add empty line before EOF (otherwise last line is cut-off — Sven Gothel / gitweb
#763 (Jan 22, 2014, 8:19:12 PM)
- Bug 945 - GlueGen's IOUtil does not consider file URI's authority when — Sven Gothel / gitweb
#762 (Jan 22, 2014, 1:26:52 PM)
- Bug 944 - Platform doesn't parse early-access java-version string — Sven Gothel / gitweb
- GlueGen: Add 'MethodJavadoc <method-name> comment-line..' configuration — Sven Gothel / gitweb
#761 (Jan 13, 2014, 6:44:27 AM)
- Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; — Sven Gothel / gitweb
#760 (Jan 9, 2014, 8:49:58 PM)
- gluegen: MethodBinding implements clone() without implenting Clonable — Harvey Harrison / gitweb
- IntBitfield: Fix ctor: min 1 unit; Fix getBitCount(): Use unsigned — Sven Gothel / gitweb
#758 (Dec 31, 2013, 8:44:14 AM)
- IOUtil: Add convenience compound class 'ClassResources' — Sven Gothel / gitweb
#757 (Dec 19, 2013, 1:11:50 PM)
- Bump to 2.1.4 RC — Sven Gothel / gitweb
#753 (Dec 3, 2013, 4:50:06 AM)
- gluegen: use String.format to emit the error exception in implementation — Harvey Harrison / gitweb
#752 (Nov 29, 2013, 2:40:07 AM)
- JarUtil: Use common strings for exceptions (same as used in IOUtil) — Sven Gothel / gitweb
- IOUtil/JarUtil: DEBUG output on stderr not stdout — Sven Gothel / gitweb
- IOUtil: Add comments to slashify args @ caller; Use validated File @ — Sven Gothel / gitweb
- JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add — Sven Gothel / gitweb
- IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add — Sven Gothel / gitweb
- IOUtil.encodeToURI(): Only use method if required — Sven Gothel / gitweb
#751 (Nov 17, 2013, 7:36:29 PM)
- Use 'gluegen-clang.properties' for generic clang and — Sven Gothel / gitweb
- glibc-compat-symbols.h: Use GLIBC_2.0 for 32bit ; Use asm(..) instead of — Sven Gothel / gitweb
#747 (Nov 17, 2013, 5:59:19 AM)
- Add generic 'check-glibc.sh' script / rename old script — Sven Gothel / gitweb
#742 (Nov 6, 2013, 4:14:50 PM)
- Bump to 2.2.0 RC/Devel .. — Sven Gothel / gitweb
- Bump (back) to 2.1.3 - devel (Postpone 2.2.0 track until important bugs — Sven Gothel / gitweb
#741 (Nov 1, 2013, 5:57:23 AM)
- Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs — Sven Gothel / gitweb
- Bump 2.1.2 Release .. — Sven Gothel / gitweb
- Release 2.1.2 (Android 0914017) — Sven Gothel / gitweb
#740 (Oct 31, 2013, 11:41:12 AM)
- Bug 754 - JarUtil: Add method to generate resource URI from class's Jar — Sven Gothel / gitweb
#736 (Oct 25, 2013, 10:01:31 AM)
- Bump to 2.1.2-devel (Commit 55cc188f0f076a046d05a49c1c82bb90ba545117 — Sven Gothel / gitweb
#735 (Oct 25, 2013, 7:50:07 AM)
- Bump to 2.1.1-devel — Sven Gothel / gitweb
- Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on — Sven Gothel / gitweb
- PlatformPropsImpl: Add static class OSXVersion w/ selected OSX — Sven Gothel / gitweb
- Fix Bug 871 - Add optional xcode.clang support for all modules (Extends — Sven Gothel / gitweb
- Use org.junit.Assert instead of deprecated junit.framework.Assert — Sven Gothel / gitweb
- TempJarCache: Make 'initialization' query/flag thread safe, i.e. — Sven Gothel / gitweb
- Bug 871 - Add optional xcode.clang support for all modules: Fix — Sven Gothel / gitweb
#733 (Oct 19, 2013, 5:14:57 AM)
- gluegen: remove trailing whitespace — Harvey Harrison / gitweb
- gluegen: add all missing @Override annotations — Harvey Harrison / gitweb
- Bump 7u45 — Sven Gothel / gitweb
- Fix Bug 857: GlueGen produces erroneous file URI on Windows, which — Sven Gothel / gitweb
- Release 2.1.1 (Android 0914016) — Sven Gothel / gitweb
#731 (Oct 17, 2013, 11:06:57 PM)
- Buffers.java - spelling — matt.gibson / gitweb
- Bump to 2.1.1-devel — Sven Gothel / gitweb
- Android uses-sdk: Add android:targetSdkVersion="14" (to show up for — Sven Gothel / gitweb
- Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions — Sven Gothel / gitweb
- ArrayHashSet: Add @Override — Sven Gothel / gitweb
- ArrayHashSet: Use final local vars if applicable — Sven Gothel / gitweb
#730 (Oct 10, 2013, 1:43:53 PM)
- Release 2.1.0 (Android 0914015) — Sven Gothel / gitweb
#728 (Oct 9, 2013, 7:36:27 AM)
- Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI — Sven Gothel / gitweb
#726 (Oct 4, 2013, 9:10:07 PM)
- artifact.properties: Add gluegen.build.version:=jogamp.version — Sven Gothel / gitweb
#725 (Oct 3, 2013, 8:23:45 PM)
- VersionUtil.getPlatformInfo: include 'getOSVersionNumber()' beside it's — Sven Gothel / gitweb
#724 (Oct 3, 2013, 3:37:28 PM)
- PropertyAccess: Add trusted properties sun.java2d.opengl, — Sven Gothel / gitweb
#723 (Oct 2, 2013, 2:07:05 AM)
- Fix Bug 843: Remove Platform's requirement and use of — Sven Gothel / gitweb
- Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based — Sven Gothel / gitweb
- Bug 845: Add support for one big-fat jar file [java classes plus all — Sven Gothel / gitweb
- Bug 845: Fix JNILibLoaderBase.addNativeJarLibsImpl(..) fat-jar case. — Sven Gothel / gitweb
- Bug 846: Add manual test case for One-Jar (using 0.97.1) — Sven Gothel / gitweb
- JNILibLoaderBase.addNativeJarLibsImpl(..): Cleanup debug message — Sven Gothel / gitweb
- IOUtil/JarUtil: Add more detail debug information for URI — Sven Gothel / gitweb
#718 (Sep 24, 2013, 11:17:34 PM)
- Bug 816: Add Platform.JAVA_VERSION_UPDATE - Allowing to determin whether — Sven Gothel / gitweb
#717 (Sep 21, 2013, 6:13:40 AM)
- Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac — Sven Gothel / gitweb
- Fix build issue on OSX w/ Java6. target.rt.jar is not enough for — Sven Gothel / gitweb
#715 (Sep 19, 2013, 6:02:15 AM)
- Remove cpptasks archive, using — Sven Gothel / gitweb
- Bump cpptasks.jar to ant-cpptasks git-sha1 — Sven Gothel / gitweb
- Add clang support: 'gluegen.properties' adds 'gcc.compat.compiler' = — Sven Gothel / gitweb
- jawt_md.h: fix preprocessor comment — Sven Gothel / gitweb
- Complete commit 10a28c860bd3f4ccecef156c9bbbc88087bf568d: Add source jar — Sven Gothel / gitweb
- glibc-compat-symbols.h: Only patch symbols w/ __GNUC__, aka 'gcc' — Sven Gothel / gitweb
- Complete a5dacb0b2b6e17f00efe520c1d23bc33ba5d9f78: Only patch symbols w/ — Sven Gothel / gitweb
- Bump to JDK/JRE 7u40. — Sven Gothel / gitweb
#713 (Sep 8, 2013, 3:44:07 PM)
- gluegen: remove trailing whitespace from URIQueryProps — Harvey Harrison / gitweb
- gluegen: loop over entries in HashMap directly rather than looping over — Harvey Harrison / gitweb
- JavaDoc Stylescheet: Less glowing blue links: 4444ff -> 4444cc — Sven Gothel / gitweb
#712 (Sep 6, 2013, 4:39:44 AM)
- Version: Bump to developer version 2.1.0, 0914014 — Sven Gothel / gitweb
- Fix Bug 810: Moved Julien Gouesse's fix to GlueGen to solve JOGL's — Sven Gothel / gitweb
#711 (Sep 2, 2013, 4:40:24 AM)
- Bump junit 4.8.2 -> 4.11 (incl. hamcrest 1.2) ; TestTempJarCache uses — Sven Gothel / gitweb
- Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* — Sven Gothel / gitweb
#710 (Aug 31, 2013, 9:19:14 AM)
- Version: Bump to 'devel' version .. — Sven Gothel / gitweb
- Platform: Add accurate currentTimeMillis() and currentTimeMicros() — Sven Gothel / gitweb
- Add Ringbuffer interface an 2 implementations, synchronized (locking) — Sven Gothel / gitweb
- *Ringbuffer: Remove Ringbuffer<T>.AllocEmptyArray interface to favor a — Sven Gothel / gitweb
- DynamicLibraryBundle: Remove unused imports — Sven Gothel / gitweb
- AndroidManifests Launcher/Test: Add Camera features and permission — Sven Gothel / gitweb
- Add URIQueryProps: Simple tool to process URI queries as properties — Sven Gothel / gitweb
- URIQueryProps: Custumize query separator, allowing user to favor ';' — Sven Gothel / gitweb
#709 (Jul 20, 2013, 8:29:42 PM)
- Remove _default_ workaround for Bug 566. Workaround shall no more be — Sven Gothel / gitweb
#708 (Jul 19, 2013, 5:13:30 AM)
- Release 2.0.2 — Sven Gothel / gitweb
#707 (Jul 17, 2013, 4:20:42 PM)
- Adding orig. java7 javadoc stylesheet — Sven Gothel / gitweb
- Javadoc: Adapt stylesheet to JogAmp color scheme ; Fix 'deep' list and — Sven Gothel / gitweb
- Javadoc: Use JogAmp Stylesheet / Colors .. — Sven Gothel / gitweb
#706 (Jul 17, 2013, 4:58:27 AM)
- Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) — Sven Gothel / gitweb
#705 (Jul 16, 2013, 7:53:26 AM)
- gluegen: remove unneeded casts to TNode — Harvey Harrison / gitweb
- gluegen: annotate Hastable of attributes as Hashtable<String, Object> — Harvey Harrison / gitweb
- gluegen: remove redundant assignment of tmpBaseDir — Harvey Harrison / gitweb
- gluegen: remove redundant test for null relativePath — Harvey Harrison / gitweb
- gluegen: remove implied use of StringBuffer while appending to — Harvey Harrison / gitweb
- gluegen: remove unneeded casts to JarEntry — Harvey Harrison / gitweb
#704 (Jul 15, 2013, 1:41:21 PM)
- StringBuffer -> StringBuilder — Sven Gothel / gitweb
- FunctionSymbol: Fix equals/hashCode comparison, i.e. skip args/type due — Sven Gothel / gitweb
#703 (Jul 10, 2013, 1:57:14 PM)
- Fix a typo (Retruns => Returns) — Sven Gothel / gitweb
#698 (Jul 9, 2013, 5:20:39 AM)
- RunnableTask/FunctionTask run(): Write tExecuted in finally block, — Sven Gothel / gitweb
#697 (Jul 5, 2013, 3:56:53 AM)
- Scripts: Fix setenv for open-solaris/indiana/Illumus .. — Sven Gothel / gitweb
#695 (Jul 3, 2013, 11:51:18 PM)
- Back to developer version .. (post RC12) — Sven Gothel / gitweb
#692 (Jun 25, 2013, 1:54:56 PM)
- TAG RC12 / Android 0914013 — Sven Gothel / gitweb
#691 (Jun 25, 2013, 11:10:45 AM)
- Fix SingletonInstanceServerSocket.kill(): Needs to mark alive=false in — Sven Gothel / gitweb
- AbstractBuffer: Generalize 'capacity' calculation, since we may — Sven Gothel / gitweb
- UnixDynamicLinkerImpl: Unify impl. of openLibraryLocal(..), — Sven Gothel / gitweb
- Refine commit 5e01e993aeba4e95fc8aa6e75b3e295011e27bbb, skip — Sven Gothel / gitweb
#690 (Jun 24, 2013, 12:01:29 PM)
- Fix commit e46b51f75b550bc0faf70ae18f526d466d8180f3 — Sven Gothel / gitweb
#688 (Jun 24, 2013, 9:49:38 AM)
- Scripts: Build macosx w/ java7 targeting java6 in build-macosx. — Sven Gothel / gitweb
#687 (Jun 23, 2013, 11:11:50 AM)
- Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) — Sven Gothel / gitweb
- Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle — Sven Gothel / gitweb
- Security: Gluegen generated native methods w/ 'pass through function — Sven Gothel / gitweb
- DynamicLinker*: Proper Override notation — Sven Gothel / gitweb
- DynamicLookupHelper: Add secure isFunctionAvailable(..); NativeLibrary: — Sven Gothel / gitweb
- ProcAddressTable: Make all handles package private, use local — Sven Gothel / gitweb
- Script: Add adb logcat script — Sven Gothel / gitweb
- Scripts: Windows java run: Use 6u45 — Sven Gothel / gitweb
- Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise they — Sven Gothel / gitweb
- Fix regression of f69831574d4927d03d40c330d0b047d8c89622a4: Use — Sven Gothel / gitweb
- Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle — Sven Gothel / gitweb
- Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security — Sven Gothel / gitweb
- scripts runtests .. — Sven Gothel / gitweb
- ProcAddressTable: If using a SecurityManager 'checkAllLinkPermission()' — Sven Gothel / gitweb
- ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), — Sven Gothel / gitweb
- Fix jogamp-androidtask.xml's keytool and jarsigner options for Java6 / — Sven Gothel / gitweb
- Fix commit eb842815498f5926828b49c48fffce22fc9586a2: Adding missing — Sven Gothel / gitweb
#686 (Jun 19, 2013, 5:31:33 AM)
- Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected — Sven Gothel / gitweb
#682 (Jun 18, 2013, 10:43:48 AM)
- Robostness: Catch Throwables on NativeLibrary.open(..) and be verbose in — Sven Gothel / gitweb
- Refine 4feb65517ae4a4e2b9b04cdfc4b85582cb8b9784: Handle verbose error — Sven Gothel / gitweb
#680 (Jun 17, 2013, 10:10:52 AM)
- Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove — Sven Gothel / gitweb
#679 (Jun 17, 2013, 6:26:38 AM)
- Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non — Sven Gothel / gitweb
#678 (Jun 15, 2013, 5:30:38 AM)
- Fix CStruct APT File Location - Threw FileNotFoundException w/ Java7 — Sven Gothel / gitweb
#676 (Jun 11, 2013, 4:31:48 PM)
- Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed — Sven Gothel / gitweb
#675 (Jun 9, 2013, 9:12:34 AM)
- Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of — Sven Gothel / gitweb
- Bug 747: AndroidVersion: HashMap -> IntObjectHashMap — Sven Gothel / gitweb
- Fix Bug 683 part1b: Add IOUtil.getRelativeOf(URL, ..), wrapper for URI — Sven Gothel / gitweb
#668 (May 6, 2013, 5:40:11 PM)
- Buffers: Expose 'getRemainingBytes(Object buffer)' — Sven Gothel / gitweb
- Buffers: Add 'sizeOfBufferType(Class<?> bufferType)' — Sven Gothel / gitweb
- Buffers: getRemainingBytes(Object) -> remainingBytes(Object); — Sven Gothel / gitweb
- RecursiveThreadGroupLockImpl01Unfairish: Fix DEBUG output — Sven Gothel / gitweb
#667 (Apr 26, 2013, 6:49:58 AM)
- VersionNumber*: Add static final 'zeroVersion' for convenience and — Sven Gothel / gitweb
#666 (Apr 24, 2013, 5:32:48 AM)
- make/gluegen-cpptasks-base.xml: Expose evaluated 'isI386' and 'isAMD64' — Sven Gothel / gitweb
- build.xml: fix intendations — Sven Gothel / gitweb
- Add 'glibc-compat-symbols.h' to force usage of minimal GLIBC symbols — Sven Gothel / gitweb
- glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now — Sven Gothel / gitweb
- Modify linux-arm scripts for new toolchain (crosstools-ng) ; — Sven Gothel / gitweb
- Fix Bug 650: Use toolchain default arch & float options for default arm — Sven Gothel / gitweb
- make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property — Sven Gothel / gitweb
- Revert "make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property — Sven Gothel / gitweb
- Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh — Sven Gothel / gitweb
#664 (Apr 16, 2013, 6:21:52 AM)
- VersionNumber: Add API doc, use final int values, remove protected 'nop' — Sven Gothel / gitweb
#663 (Apr 13, 2013, 11:08:46 PM)
- Bug 715: Adding unit test w/ 'intArrayCopy(int *dest, int *src, int — Sven Gothel / gitweb
- Fix Bug 715: Don't modify 'carray' pointer returned from — Sven Gothel / gitweb
#662 (Apr 11, 2013, 8:06:43 AM)
- gluegen: remove executable bit from java and c source files — Harvey Harrison / gitweb
- IntBitfield: Add optimization path w/ int bitCount bitfield range. — Sven Gothel / gitweb
- IntBitfield: Add bit-count, O(1) per int-element, using HAKEM. — Sven Gothel / gitweb
#656 (Apr 4, 2013, 1:17:59 PM)
- gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings — Harvey Harrison / gitweb
- gluegen: use enhanced for-loops in ArrayHashSet — Harvey Harrison / gitweb
#655 (Apr 1, 2013, 2:53:49 AM)
- ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, — Sven Gothel / gitweb
#653 (Mar 29, 2013, 8:56:56 AM)
- Bug 588: Adding jogamp.version property, i.e. 2.0.2-rc-<TIMESTAMP> used — Sven Gothel / gitweb
- Move *_base_version to jogamp.version.base: Unifying base version across — Sven Gothel / gitweb
- Align integer version property name .. jogamp_int_version -> — Sven Gothel / gitweb
- Revert version.timestamp to yyyyMMdd only, i.e. w/o HHmm — Sven Gothel / gitweb
- VersionUtil: add getManifest(.., String[] extensions) variant, allowing — Sven Gothel / gitweb
#649 (Mar 20, 2013, 4:40:12 AM)
- Fix unit test of commit 1610dbb4e4d1a1ecf31eb837a47e0f5be04afdac: Add — Sven Gothel / gitweb
#648 (Mar 20, 2013, 2:26:50 AM)
- Fix intptr_t*, uintptr_t*, ptrdiff_t* and size_t* mapping, map them to — Sven Gothel / gitweb
#647 (Mar 19, 2013, 12:37:53 AM)
- Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing — Sven Gothel / gitweb
- Function- RunnableTask: Clear runnableException @ start for re-entry; — Sven Gothel / gitweb
- Fix RecursiveLockImpl* corner case: Timeout reached but lock released -> — Sven Gothel / gitweb
#646 (Mar 13, 2013, 7:19:34 AM)
- Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using — Sven Gothel / gitweb
#644 (Feb 28, 2013, 9:59:35 PM)
- Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI — Sven Gothel / gitweb
#640 (Feb 22, 2013, 4:15:03 AM)
- Make JarUtil work with custom classloaders — Wade Walker / gitweb
- Add security checks to resolver methods. — Wade Walker / gitweb
- Minor edits to JarUtil.Resolver functionality: Exception types, avoiding — Sven Gothel / gitweb
#639 (Feb 19, 2013, 6:16:26 PM)
- Only evn. JUNIT_DISABLED==true -> junit.is.disabled:=true — Sven Gothel / gitweb
#634 (Feb 14, 2013, 3:20:31 PM)
- Adding Function and FunctionTask extending RunnableTask functionality — Sven Gothel / gitweb
- Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's — Sven Gothel / gitweb
#633 (Feb 10, 2013, 4:17:27 AM)
- Bug 681: Add Elf Parsing for other OS than Linux, if ARM and !ANDROID — Sven Gothel / gitweb