aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CSS; Add responsive viewport design tagSven Gothel2019-05-062-0/+4
* Update CSS; Add responsive viewport design tagSven Gothel2019-05-061-0/+2
* build.xml:gluegen.build.native: Place unsetting into the conditional .impl ta...Sven Gothel2019-04-101-2/+4
* Complete jogamp-env.xml TARGET_* readout; Use parsed env in cpptasks-base as ...Sven Gothel2019-04-082-2/+14
* Bug 1190: Define TARGET_PLATFORM_SYSROOT TARGET_PLATFORM_USRROOT TARGET_PLATF...Sven Gothel2019-04-0812-20/+42
* Bug 1190: aarch64 + armhf ld symbolic link to actual x-tool binary of ld.bfdSven Gothel2019-04-082-2/+2
* Bug 1190: Fix arm6hf + aarch64 gcc options, adapt glibc-compat-symbols.hSven Gothel2019-04-079-146/+28
* Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget'Sven Gothel2019-04-0726-24/+141
* Bug 1369: SCC: Clarify & fix build dependencies in build.xmlSven Gothel2019-04-031-9/+26
* Bug 1369: SCC: Hide SHA Algorithm bit size in literals of SpecificationSven Gothel2019-04-0312-133/+132
* Bug 1367: TempJarCache: Fix Unit Test using ReflectionsSven Gothel2019-04-032-6/+6
* OpenJDK8 Script Usage: Linux: Favor Debian default; Windows: Use AdoptOpenJDK8Sven Gothel2019-04-037-11/+31
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-0315-57/+772
* Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle ...Sven Gothel2019-04-038-52/+142
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-305-9/+14
* Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)Sven Gothel2019-03-304-22/+4
* Update HowToBuild.htmlSven Gothel2019-03-271-20/+3
* Merge branch 'master' of git://github.com/pini-gh/gluegen into pini-gh-masterSven Gothel2019-03-264-4/+94
|\
| * Support architecture ppc64le (Debian ppc64el).Gilles Filippini2015-10-284-4/+94
* | Merge pull request #33 from diegopl/bug_1300Sven Gothel2019-03-261-9/+14
|\ \
| * | Use system property to detect AndroidDiego Perez2016-04-061-9/+14
* | | Merge pull request #31 from xranby/bug682Sven Gothel2019-03-269-16/+16
|\ \ \
| * | | Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/**Xerxes Rånby2015-11-269-16/+16
| | |/ | |/|
* | | Merge pull request #25 from ghost/masterSven Gothel2019-03-267-3/+219
|\ \ \
| * | | added android x86 support.Xavier Hallade2015-02-167-3/+219
* | | | Bug 1219, Bug 1231: Re-add executable test by executionSven Gothel2019-03-254-14/+26
* | | | Bug 1219, Bug 1231: Avoid deflating test-exe on Windows using java.nio.file.F...Sven Gothel2019-03-242-55/+111
* | | | Resolve v2.3.1_winexe merge conflictsjavafxSven Gothel2019-03-202-1/+15
|\ \ \ \
| * | | | local build windows scripts: add 7zip to pathv2.3.1_winexeSven Gothel2018-12-111-1/+3
| * | | | Adding 'jogamp.gluegen.TestTempDirExec' property, allowing to disable testing...Sven Gothel2018-12-111-0/+12
* | | | | Eclipse: Move android.jar to classpath end, avoid junit overrideSven Gothel2019-03-191-1/+1
* | | | | MappedByteBufferInputStream: Add flushSlices() to release mapped slices to sa...Sven Gothel2018-01-151-8/+31
* | | | | Merge remote-tracking branch 'remotes/xranby/aarch64'Sven Gothel2017-02-2214-4/+208
|\ \ \ \ \
| * | | | | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 crosscompile supportXerxes Rånby2016-12-1210-6/+52
| * | | | | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 supportXerxes Ranby2016-12-114-2/+91
| * | | | | Add GitLab CI .gitlab-ci.yml, build and test each commit on aarch64 and x86-6...Xerxes Rånby2016-12-101-0/+69
| | |_|_|/ | |/| | |
* | | | | Factor out Cleaner access for general use (Cleaning up NIO DirectBuffer)Sven Gothel2017-02-223-57/+78
* | | | | HowToBuild: Refine and add Debian 9 (Stretch)Sven Gothel2017-02-221-2/+15
|/ / / /
* | | | Bump scripts to jre1.8.0_66Sven Gothel2015-11-164-8/+8
* | | | Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's 'searchSystemPath' a...Sven Gothel2015-11-157-37/+69
| |_|/ |/| |
* | | Remove deprectated classes and methodsSven Gothel2015-10-158-274/+47
* | | Version Semantics Test: Bump for 2.3.2 -> 2.4.xSven Gothel2015-10-123-6/+11
* | | Bump to 2.4.0-rcSven Gothel2015-10-101-4/+4
* | | Bump to 2.3.2 Releasev2.3.2Sven Gothel2015-10-091-2/+2
* | | Bump semver to commit 4f50b49c955f2bde2bb7eb4c7493206ec6bb1f2fSven Gothel2015-10-073-3/+12
* | | Refine new API methods: ExceptionUtils, Uri (Add @since, refine arguments and...Sven Gothel2015-10-033-24/+69
* | | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-038-38/+185
* | | Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) DEBUG Mes...Sven Gothel2015-10-032-7/+5
* | | Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-033-28/+68
* | | Bug 1231: Usability of CustomCompress API incl zip-level; Replace test-exe de...Sven Gothel2015-09-244-26/+72