summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Server Bugzilla: Refine perl modules section - skip system wide installation ↵Sven Gothel2015-10-041-2/+14
| | | | causing havoc
* Refine/Update Server Webservice Settings/InstallationSven Gothel2015-09-161-3/+29
|
* Bug 1145 - Fat Jar: Add oculusvr jarsSven Gothel2015-07-291-0/+14
|
* Bug 1145 - Add fat/jogamp-fat-test-java-src.jarSven Gothel2015-07-291-3/+14
|
* Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z ArchiveSven Gothel2015-07-292-3/+85
| | | | | | | | New files: - fat/jogamp-fat.jar - fat/jogamp-fat-test.jar - fat/jogamp-fat-java-src.jar - archive/jogamp-fat-all.7z
* OSX Node: Add Java 6 and 'Printer to file' note in README.macosxSven Gothel2015-07-131-0/+22
|
* Use current Apple Java 6 JDK for 32bit and 64bit builds: JavaForOSX2014-001.dmgSven Gothel2015-07-131-1/+11
|
* Fix Android ARM64 Support: Export HOST_ARCH; Preserve PATH_VANILLA before ↵Sven Gothel2015-07-131-4/+4
| | | | modifying it.
* OSX 10.10 Java6: Borrow JNI headers from jdk1.7.0_80, since Java6* doesn't ↵Sven Gothel2015-07-131-1/+3
| | | | | | provide them * java_for_os_x_2013005_dp__11m4609.dmg
* OSX 10.10 Jenkins Launch: Use 'Launchd' to start jenkins as a user agent.Sven Gothel2015-07-1010-0/+180
| | | | | | Since OS X 10.10 we have to use Launchd to start jenkins as a user agent! See subdir 'launchd' for related plist and scripts.
* fix git-forallrepos-push.sh using git-jogamp-push.sh (for all jogamp ↵Sven Gothel2015-03-272-1/+18
| | | | projects -> all repos)
* git-tag-tar...: Add jcpp and oculusvr-sdk; Use tar.xz compression for sources.Sven Gothel2015-03-273-9/+9
|
* a few more git scripts ..Sven Gothel2015-03-275-0/+43
|
* Backup zpool: Don't use deduplication due to issue 2210; Target zpool needs ↵Sven Gothel2015-03-153-10/+66
| | | | | | 'readonly' (pool/backup) to ensure immutability. - Don't use deduplication due to issue 2210 <https://github.com/zfsonlinux/zfs/issues/2210>
* Merge branch 'master' of https://github.com/JogAmp/jogamp-scriptingMark Raynsford2015-02-049-22/+184
|\
| * OSX build node shall use java8Sven Gothel2015-02-031-1/+1
| |
| * android-aarch64: Added in promote script and created build node ↵Sven Gothel2015-02-032-5/+78
| | | | | | | | 'androidArm64-jogamp-aarch64-sgothel-041'; Fixed android-armv6 build node setup.
| * Jenkins Nodes: Use Java8/ant-1.9.4 (win7-nvidia, win8-intelhd, linux-amd) ; ↵Sven Gothel2014-09-017-16/+105
| | | | | | | | Add new node 014/015 win8-intelhd
* | Add AArch64 platform.Mark Raynsford2015-02-041-0/+1
|/
* Add jogl-main, nativewindow-main, newt-main - frontends for the atomicsMark Raynsford2014-07-1133-11/+1161
| | | | | | | | packages that allow for pulling in all platform natives easily. Add test suite. Bug: 1023
* Update packages to reflect the new lack-of-aliasing behaviour. Add Oculus VR ↵Mark Raynsford2014-07-1170-74/+208
| | | | | | | | package. Project format changed slightly (dummy-jar -> main-jar, different values in natives). Bug: 1023
* funcs_promotion.prom_merge_modules: Fix case for multiple *-java-src.zip ↵Sven Gothel2014-07-051-1/+1
| | | | files (use find -maxdepth 1)
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingSven Gothel2014-07-03118-227/+323
|\
| * Always clean before buildingMark Raynsford2014-05-121-0/+1
| |
| * Remove removal of local repository!Mark Raynsford2014-05-121-1/+0
| |
| * Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2014-03-111-15/+25
| |\
| * | Massively rewrite project handling. Projects are now defined by directories ofMark Raynsford2014-03-11116-226/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mostly) single-line config files (essentially a glorified directory-based key/value db). The scripts have been adjusted to work better in isolation (in particular the old copy-jars script has been split into a copy-jars-one and copy-jars script, with the latter executing the former on all projects). Bug 999: Is now fixed. Essentially a variable name was accidentally re-used, meaning the source zip file was copied over the project's main jar file. The -n option was passed to cp, but not the subsequent mv, so the overwrite occurred silently!
* | | Refine IDE/Eclipse Recommended Settings (commit ↵Sven Gothel2014-07-033-5/+4
| | | | | | | | | | | | | | | | | | | | | 59c9c320bceb8e91bb4418aea7a1b10df68a38a4) - Removing 'Remove unused imports' 'Remove unused imports' even removed classes unknown to Eclipse, i.e. if not added to classpath. This invasive behavior is not acceptable.
* | | Add IDE/Eclipse Recommended Settings (Code Cleanup and Save-As Changes)Sven Gothel2014-07-033-0/+142
| | |
* | | OSX build node: remove gluegen-xcode_clang.properties usage, xcode.clang is ↵Sven Gothel2014-06-112-5/+0
| |/ |/| | | | | default now
* | Fix zsync-pool2dest.sh: Properly name previous-snapshot for incremental backup!Sven Gothel2014-03-111-15/+25
|/
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2014-03-047-1/+7
|\
| * promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7zSven Gothel2014-02-161-1/+1
| |
| * toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++Sven Gothel2014-02-156-0/+6
| |
* | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵Mark Raynsford2014-03-045-78/+174
|/ | | | | | (including missing atomics). Adds joal-android and jocl-android projects.
* jenkins-builds/promote-to-webstart.sh: Sign <module>-demos due to Oracle's ↵Sven Gothel2014-01-221-0/+3
| | | | >= 7u51 deployment constraints
* OSX Jenkins Node: Use XCODE's clangSven Gothel2013-11-171-2/+2
|
* Fix Jenkin's $JENKINS_HOME/war/ content, since ↵Sven Gothel2013-11-082-0/+18
| | | | | | | | | $JENKINS_HOME/war/WEB-INF/slave.jar is being used by slaves (scp fetching) Once we started Jenkins w/ a method where the jenkins.war file got inflated into $JENKINS_HOME/war/, but since after 'Apr 9 2013' this is no more the case - last timestamp. Update the folder manually at startup!
* zfs backup: don't make a recursive snapshot from root!Sven Gothel2013-11-021-1/+0
|
* bump to v2.1.2Sven Gothel2013-11-021-2/+2
|
* zfs backup: Add snapshot argument to do_zsync_increment()Sven Gothel2013-11-022-8/+12
|
* jar_pack_sign: Sign jogl-test.jar ; Rename temp folder to skip signing to ↵Sven Gothel2013-11-011-5/+5
| | | | 'no-signing'
* OSX Doc: Add disable-[crash-reporter|resume].txt ; Move OSX vnc doc in ↵Sven Gothel2013-10-295-0/+11
| | | | macosx subfolder.
* Use gcc.compat.compiler=xcode.clang to compile on OSX (See Bug 871 and Bug 837)Sven Gothel2013-10-242-0/+5
|
* bump v2.1.1Sven Gothel2013-10-191-2/+2
|
* git/git-tag-tar-changelog.sh - version bump (last 2.1.0)Sven Gothel2013-10-182-5/+7
|
* bump nodes to 7u45Sven Gothel2013-10-184-8/+8
|
* ZFS Backup: Add zfs-new-snap.sh script to generate new snapshot on all local ↵Sven Gothel2013-09-201-0/+11
| | | | data_sets
* Complete commit 17680b48d1931c864e86c1e1a0b05c833dbb238b: Generalized source ↵Sven Gothel2013-09-201-28/+48
| | | | pool and ssh destination.
* zsync-pool2dest.sh: Renamed from 'zsync-jogamp2jausoft.sh' ; Generalized ↵Sven Gothel2013-09-203-62/+89
| | | | source pool and ssh destination.