Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bug1145' of https://github.com/xranby/gluegen | Sven Gothel | 2015-08-18 | 1 | -0/+4 |
|\ | |||||
| * | Bug 1145: Fix cc1 NativeLibrary: Add current working directory + ↵ | Xerxes Rånby | 2015-08-12 | 1 | -0/+4 |
| | | | | | | | | | | | | natives/os-arch/ + library names Fixes Bug 1145 cc1 when using an unpacked fat-jar | ||||
* | | Bug 1172: Use the same in-jar folder structure for native jars as the fat-jar | Xerxes Rånby | 2015-08-12 | 1 | -1/+3 |
|/ | |||||
* | Bitfield Unit Test: Add 3bit test-data; Add testing 'untouched' other bits ↵ | Sven Gothel | 2015-08-07 | 1 | -7/+54 |
| | | | | of put32/get32 | ||||
* | DynamicLibraryBundle.toolDynamicLookupFunction(..): DEBUG: Show ↵ | Sven Gothel | 2015-08-05 | 1 | -1/+1 |
| | | | | | | | 'toolGetProcAddressHandle' (Bug 1062) Show 'toolGetProcAddressHandle' in DEBUG mode in DynamicLibraryBundle.toolDynamicLookupFunction(..), allowing to validate source of symbols. | ||||
* | Fix Bitfield.put(..): Return previous value | Sven Gothel | 2015-08-02 | 5 | -15/+27 |
| | |||||
* | Test Bitfield: Validate Bitfield.copy(..) return value | Sven Gothel | 2015-08-02 | 1 | -1/+2 |
| | |||||
* | SyncedBitfield.clearField: Must be synchronized | Sven Gothel | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | IntBitfield: Fix units calculation ( +7 -> +31 for ceiling, using 32bits per ↵ | Sven Gothel | 2015-08-02 | 1 | -2/+2 |
| | | | | unit) | ||||
* | Bitfield: Refine API method names, add clearField(boolean), fix put32(..) ↵ | Sven Gothel | 2015-08-02 | 7 | -49/+494 |
| | | | | and bitCount(), add unit test (passed) | ||||
* | Bitfield: Reuse [BitstreamData -> BitDemoData] for unit tests | Sven Gothel | 2015-08-02 | 6 | -6/+67 |
| | |||||
* | Bitfield: Refine impl. complete get/put 32bit, add copy*(..), add ↵ | Sven Gothel | 2015-07-31 | 4 | -53/+278 |
| | | | | synchronized delegation; TODO: Unit tests. | ||||
* | Bitfield: @since 2.3.2 .. | Sven Gothel | 2015-07-30 | 1 | -1/+2 |
| | |||||
* | Bitfield: Use IndexOutOfBoundsException instead of ↵ | Sven Gothel | 2015-07-30 | 3 | -28/+28 |
| | | | | ArrayIndexOutOfBoundsException | ||||
* | Introduce Bitfield interface w/ Int32 and Int32Array impl. deprecating ↵ | Sven Gothel | 2015-07-30 | 4 | -14/+381 |
| | | | | | | | | | | | | | IntBitfield IntBitfield's 64bit bit-size is exceeding its use-case, making it less efficient and complicated. Bitfield offers a fast path implementation for 32 bits as well as a int[] implementation. TODO: 32 bit Unaligned putInt32(..) and getInt32(..), currently throwing UnsupportedOperationException for int[] impl. | ||||
* | Bug 1145 - Fat Jar: Use 'Main-Class' for default launch of useful info/demos | Sven Gothel | 2015-07-29 | 2 | -2/+4 |
| | |||||
* | Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive | Sven Gothel | 2015-07-29 | 3 | -3/+82 |
| | | | | | | | | New distributed files in 'dist' subfolder for producing fat files via jogamp-scripting: dist/jogamp-fat.mf dist/jogamp-test-fat.mf dist/junit.jar | ||||
* | PlatformPropsImpl: Add static final Version18 and Version19 VersionNumber | Sven Gothel | 2015-07-27 | 1 | -0/+6 |
| | |||||
* | Bug 1180: Refine BuffersTest: Add assertion for remaining() | Sven Gothel | 2015-07-24 | 1 | -0/+7 |
| | |||||
* | Bug 1180 BuffersTest: Refine test case a bit, add static main for standalone ↵ | Sven Gothel | 2015-07-24 | 2 | -28/+34 |
| | | | | tests | ||||
* | BUG1180 BuffersTest: Verify positionLimitCapacityAfterArrayAllocation | Xerxes Rånby | 2015-07-24 | 1 | -0/+57 |
| | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | javadoc stylesheet.css: Refine list visual, i.e. font size 76 -> 80%, ↵ | Sven Gothel | 2015-07-19 | 1 | -1/+2 |
| | | | | line-height 1.2 (default) -> 1.4 | ||||
* | javadoc stylesheet.css: Refine list visual, i.e. top/bottom margin and less ↵ | Sven Gothel | 2015-07-19 | 1 | -6/+14 |
| | | | | indentation. | ||||
* | GCC Linker Config: Add '-static-libstdc++' in case libstdc++ is being linked | Sven Gothel | 2015-07-19 | 5 | -4/+21 |
| | | | | | Linking libstdc++ dynamically might cause issues on platforms where a huge variation of named library exists - or none even is installed. | ||||
* | javadoc/stylesheet.css: Fix font size of nested bullet lists. | Xerxes Rånby | 2015-07-18 | 1 | -1/+0 |
| | | | | | | Fonts became too small to read. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy (2) | Sven Gothel | 2015-07-16 | 1 | -3/+11 |
| | | | | | | | Further refine code, see commit f6a5ac4473135bbc4bc1a5f537e060df45eb4824. - Perform a NULL check on Buffers.newDirectByteBuffer(..) result. - Only copy memory if capacity > 0, incl fetching direct buffer address | ||||
* | JavaEmitter.staticClassInitCodeCCode: Reuse static strings | Sven Gothel | 2015-07-16 | 1 | -7/+10 |
| | |||||
* | Bug 1166: Refine fix of JavaEmitter's JVMUtil_NewDirectByteBufferCopy | Sven Gothel | 2015-07-16 | 1 | -3/+11 |
| | | | | | | | | | | | See commit e424c28f869269f5a22c22ef017230346b22847a (first patch) Since JVMUtil_NewDirectByteBufferCopy is being called w/ 'size_t' values, e.g. 'count * sizeof(Structure)', we shall validate whether 'capacity' is valid, i.e. <= MAX_INT. After validation, 'capacity' is being cast to 'jint' before being passed to the java method. | ||||
* | Merge remote-tracking branch 'remotes/xranby/master' | Sven Gothel | 2015-07-16 | 1 | -2/+2 |
|\ | |||||
| * | BUG 1166: Fix JavaEmitter JVMUtil_NewDirectByteBufferCopy | Xerxes Rånby | 2015-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Prevents jlong to jint truncation when capacity is passed from jni to java. com.jogamp.common.nio.Buffers newDirectByteBuffer and the underlying java.nio.ByteBuffer allocateDirect only work with capacitys of int size. Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | | Merge remote-tracking branch 'remotes/xranby/www' | Sven Gothel | 2015-07-16 | 2 | -5/+6 |
|\ \ | |||||
| * | | doc/manual/index.html www/index.html Fix links. | Xerxes Rånby | 2015-06-26 | 2 | -5/+6 |
| |/ | | | | | | | Signed-off-by: Xerxes Rånby <[email protected]> | ||||
* | | Fix jni/macosx/jawt_md.h: Put comment in /* */ brackets .. | Sven Gothel | 2015-07-15 | 1 | -1/+1 |
| | | |||||
* | | Eclipse .classpath: Add source mapping of antlr-src.zip to antlr.jar | Sven Gothel | 2015-07-14 | 1 | -1/+1 |
| | | |||||
* | | Fix using GlueGen's JNI header for native compilation (java.includes.dir, ↵ | Sven Gothel | 2015-07-14 | 4 | -8/+3 |
| | | | | | | | | | | | | | | | | | | | | java.includes.dir.platform) Patch custom make/lib/gluegen-cpptasks-<OS>-<ARCH>.xml to match using GlueGen's JNI header. Remove 'ignored override' defs of 'java.includes.dir.platform' in build.xml. | ||||
* | | Use GlueGen's JNI header for native compilation (java.includes.dir, ↵ | Sven Gothel | 2015-07-14 | 2 | -26/+30 |
| | | | | | | | | | | | | | | | | java.includes.dir.platform) Using the same cross-platform JNI header for native compilation as for GlueGen code generation allows using a more determined (well defined) and simplified environment. | ||||
* | | Fix Android ARM64 Support: Don't define 'isAndroidARMv6:=false', since ↵ | Sven Gothel | 2015-07-13 | 1 | -1/+0 |
| | | | | | | | | | | | | properties are tested whether they are set, rarely by value isAndroidARMv6 | ||||
* | | osx-java6 script: use separate rootrel.build | Sven Gothel | 2015-07-11 | 1 | -2/+2 |
|/ | |||||
* | Bump semver: 0d2e314ef48bd2fd38b45f781c4573bdb2b32a69 | Sven Gothel | 2015-04-03 | 3 | -3/+3 |
| | |||||
* | Bump semver to 0.9.33 w/ our patch for ↵ | Sven Gothel | 2015-04-03 | 5 | -39/+7 |
| | | | | CompatibilityType.BACKWARD_COMPATIBLE_BINARY | ||||
* | Bump semantic-versioning (0.9.33 + jogamp fixes) | Sven Gothel | 2015-04-03 | 5 | -10/+26 |
| | |||||
* | Bug 1153 - GlueGen: Bump JCPP | Sven Gothel | 2015-04-01 | 1 | -0/+0 |
| | |||||
* | Bug 1153 - GlueGen: Support [const] [native] expressions and conversion to ↵ | Sven Gothel | 2015-04-01 | 13 | -442/+1252 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java space, incl. [native] numbers Rewrite ConstantDefinition: Add sub-class CNumber: - containing integer/float values and their original qualifiers [long, double, unsigned] - conversion to java number ConstantDefinition: - holds native expression - optionally holds CNumber representing native expression, if [only] a number - can compute equivalent java expression with result type (JavaExpr) Add static native number reg-expression for number detection and parsing. Add static native number to CNumber conversion methods. +++ Retrieve full LISP tree and convert to serialized expression to be utilized for expressions used in enumerates. Parse enumerates, allowing const native expressions: - Utilize ConstantDefinition either for definite CNumber or expression - Simply add "+1" for new default values, if previous is an expression | ||||
* | Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ↵ | Sven Gothel | 2015-04-01 | 5 | -64/+761 |
| | | | | | | ArrayHashMap; Unify ctor for both impl. Add/Enhance unit tests for both. | ||||
* | Bump to 2.3.2-devel | Sven Gothel | 2015-03-28 | 1 | -3/+3 |
| | |||||
* | TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 ↵v2.3.1 | Sven Gothel | 2015-03-27 | 4 | -10/+35 |
| | | | | -> v23x | ||||
* | Bump to 2.3.1 release | Sven Gothel | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | JavaEmitter: Always use 'containingJTypeName' for ↵ | Sven Gothel | 2015-03-26 | 1 | -6/+6 |
| | | | | | | | JavaConfiguration.canonicalStructFieldSymbol(..) Patch harmonizes configuration, was also using 'structCTypeName' besides 'containingJTypeName', but surely it makes no sense to use different type names for struct-field configurations. | ||||
* | Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add the ↵ | Sven Gothel | 2015-03-26 | 2 | -0/+224 |
| | | | | | | | | Apache 2.0 license to doc/licenses/Apache.LICENSE-2.0 JCPP migration shall be completed now. Thx to Ben Mankin, aka Shevek! | ||||
* | Bug 1149 - Fix JCPP test case IncludeAbsoluteTest | Sven Gothel | 2015-03-25 | 5 | -7/+12 |
| |