Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few more git scripts .. | Sven Gothel | 2015-03-27 | 5 | -0/+43 |
| | |||||
* | Backup zpool: Don't use deduplication due to issue 2210; Target zpool needs ↵ | Sven Gothel | 2015-03-15 | 3 | -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-scripting | Mark Raynsford | 2015-02-04 | 9 | -22/+184 |
|\ | |||||
| * | OSX build node shall use java8 | Sven Gothel | 2015-02-03 | 1 | -1/+1 |
| | | |||||
| * | android-aarch64: Added in promote script and created build node ↵ | Sven Gothel | 2015-02-03 | 2 | -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 Gothel | 2014-09-01 | 7 | -16/+105 |
| | | | | | | | | Add new node 014/015 win8-intelhd | ||||
* | | Add AArch64 platform. | Mark Raynsford | 2015-02-04 | 1 | -0/+1 |
|/ | |||||
* | Add jogl-main, nativewindow-main, newt-main - frontends for the atomics | Mark Raynsford | 2014-07-11 | 33 | -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 Raynsford | 2014-07-11 | 70 | -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 Gothel | 2014-07-05 | 1 | -1/+1 |
| | | | | files (use find -maxdepth 1) | ||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Sven Gothel | 2014-07-03 | 118 | -227/+323 |
|\ | |||||
| * | Always clean before building | Mark Raynsford | 2014-05-12 | 1 | -0/+1 |
| | | |||||
| * | Remove removal of local repository! | Mark Raynsford | 2014-05-12 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2014-03-11 | 1 | -15/+25 |
| |\ | |||||
| * | | Massively rewrite project handling. Projects are now defined by directories of | Mark Raynsford | 2014-03-11 | 116 | -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 Gothel | 2014-07-03 | 3 | -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 Gothel | 2014-07-03 | 3 | -0/+142 |
| | | | |||||
* | | | OSX build node: remove gluegen-xcode_clang.properties usage, xcode.clang is ↵ | Sven Gothel | 2014-06-11 | 2 | -5/+0 |
| |/ |/| | | | | | default now | ||||
* | | Fix zsync-pool2dest.sh: Properly name previous-snapshot for incremental backup! | Sven Gothel | 2014-03-11 | 1 | -15/+25 |
|/ | |||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2014-03-04 | 7 | -1/+7 |
|\ | |||||
| * | promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7z | Sven Gothel | 2014-02-16 | 1 | -1/+1 |
| | | |||||
| * | toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++ | Sven Gothel | 2014-02-15 | 6 | -0/+6 |
| | | |||||
* | | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵ | Mark Raynsford | 2014-03-04 | 5 | -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 Gothel | 2014-01-22 | 1 | -0/+3 |
| | | | | >= 7u51 deployment constraints | ||||
* | OSX Jenkins Node: Use XCODE's clang | Sven Gothel | 2013-11-17 | 1 | -2/+2 |
| | |||||
* | Fix Jenkin's $JENKINS_HOME/war/ content, since ↵ | Sven Gothel | 2013-11-08 | 2 | -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 Gothel | 2013-11-02 | 1 | -1/+0 |
| | |||||
* | bump to v2.1.2 | Sven Gothel | 2013-11-02 | 1 | -2/+2 |
| | |||||
* | zfs backup: Add snapshot argument to do_zsync_increment() | Sven Gothel | 2013-11-02 | 2 | -8/+12 |
| | |||||
* | jar_pack_sign: Sign jogl-test.jar ; Rename temp folder to skip signing to ↵ | Sven Gothel | 2013-11-01 | 1 | -5/+5 |
| | | | | 'no-signing' | ||||
* | OSX Doc: Add disable-[crash-reporter|resume].txt ; Move OSX vnc doc in ↵ | Sven Gothel | 2013-10-29 | 5 | -0/+11 |
| | | | | macosx subfolder. | ||||
* | Use gcc.compat.compiler=xcode.clang to compile on OSX (See Bug 871 and Bug 837) | Sven Gothel | 2013-10-24 | 2 | -0/+5 |
| | |||||
* | bump v2.1.1 | Sven Gothel | 2013-10-19 | 1 | -2/+2 |
| | |||||
* | git/git-tag-tar-changelog.sh - version bump (last 2.1.0) | Sven Gothel | 2013-10-18 | 2 | -5/+7 |
| | |||||
* | bump nodes to 7u45 | Sven Gothel | 2013-10-18 | 4 | -8/+8 |
| | |||||
* | ZFS Backup: Add zfs-new-snap.sh script to generate new snapshot on all local ↵ | Sven Gothel | 2013-09-20 | 1 | -0/+11 |
| | | | | data_sets | ||||
* | Complete commit 17680b48d1931c864e86c1e1a0b05c833dbb238b: Generalized source ↵ | Sven Gothel | 2013-09-20 | 1 | -28/+48 |
| | | | | pool and ssh destination. | ||||
* | zsync-pool2dest.sh: Renamed from 'zsync-jogamp2jausoft.sh' ; Generalized ↵ | Sven Gothel | 2013-09-20 | 3 | -62/+89 |
| | | | | source pool and ssh destination. | ||||
* | zsync-jogamp2jausoft.sh: Add incremental zfs backup .. and add ↵ | Sven Gothel | 2013-09-20 | 1 | -7/+39 |
| | | | | comments/documentation | ||||
* | backup scripts: dump 'DONE' | Sven Gothel | 2013-09-20 | 2 | -0/+4 |
| | |||||
* | Update backup via 'zfs send' | Sven Gothel | 2013-09-19 | 2 | -4/+37 |
| | |||||
* | Bump to JDK/JRE 7u40. | Sven Gothel | 2013-09-19 | 4 | -8/+8 |
| | |||||
* | Deploy atomic jar files via newt, gluegen, nativewindow, and jogl packages. | Mark Raynsford | 2013-07-11 | 9 | -79/+337 |
| | |||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2013-07-11 | 4 | -0/+124 |
|\ | |||||
| * | Add X11 xorg.conf for NV GPUs of nodes | Sven Gothel | 2013-07-09 | 3 | -0/+122 |
| | | |||||
| * | Force 1920x1080 startup res. | Sven Gothel | 2013-07-05 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2013-07-02 | 105 | -235/+9883 |
|\| | |||||
| * | Bug 758: Update all Jenkins Nodes to use Java7 building Java6 and new ↵ | Sven Gothel | 2013-06-23 | 15 | -64/+244 |
| | | | | | | | | Security JAR tags. | ||||
| * | Complete opt-* space | Sven Gothel | 2013-06-19 | 14 | -0/+160 |
| | | |||||
| * | Android SDK changes: Add /build-tools/17.0.0 to PATH | Sven Gothel | 2013-06-13 | 1 | -1/+1 |
| | |