Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server Bugzilla: Refine perl modules section - skip system wide installation ↵ | Sven Gothel | 2015-10-04 | 1 | -2/+14 |
| | | | | causing havoc | ||||
* | Refine/Update Server Webservice Settings/Installation | Sven Gothel | 2015-09-16 | 1 | -3/+29 |
| | |||||
* | Bug 1145 - Fat Jar: Add oculusvr jars | Sven Gothel | 2015-07-29 | 1 | -0/+14 |
| | |||||
* | Bug 1145 - Add fat/jogamp-fat-test-java-src.jar | Sven Gothel | 2015-07-29 | 1 | -3/+14 |
| | |||||
* | Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive | Sven Gothel | 2015-07-29 | 2 | -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.macosx | Sven Gothel | 2015-07-13 | 1 | -0/+22 |
| | |||||
* | Use current Apple Java 6 JDK for 32bit and 64bit builds: JavaForOSX2014-001.dmg | Sven Gothel | 2015-07-13 | 1 | -1/+11 |
| | |||||
* | Fix Android ARM64 Support: Export HOST_ARCH; Preserve PATH_VANILLA before ↵ | Sven Gothel | 2015-07-13 | 1 | -4/+4 |
| | | | | modifying it. | ||||
* | OSX 10.10 Java6: Borrow JNI headers from jdk1.7.0_80, since Java6* doesn't ↵ | Sven Gothel | 2015-07-13 | 1 | -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 Gothel | 2015-07-10 | 10 | -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 Gothel | 2015-03-27 | 2 | -1/+18 |
| | | | | projects -> all repos) | ||||
* | git-tag-tar...: Add jcpp and oculusvr-sdk; Use tar.xz compression for sources. | Sven Gothel | 2015-03-27 | 3 | -9/+9 |
| | |||||
* | 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. |