aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-1212-52/+184
|\
| * Merge pull request #85 from cvogt/fix-masterJan Christopher Vogt2016-03-121-1/+1
| |\
| | * two separate merges broke this.Christopher Vogt2016-03-121-1/+1
| |/
| * Merge pull request #84 from cvogt/dependency-syntaxJan Christopher Vogt2016-03-1211-54/+98
| |\
| | * Improved how to express dependenciesChristopher Vogt2016-03-1211-54/+98
| * | Merge pull request #79 from cvogt/concurrent-buildsJan Christopher Vogt2016-03-122-0/+87
| |\ \ | | |/ | |/|
| | * A draft implementation that runs builds concurrently (probably buggy right no...Christopher Vogt2016-03-122-0/+87
* | | Always reset security manager to what it was during startup. Should be less f...Christopher Vogt2016-03-122-2/+3
* | | minor simplification renamesChristopher Vogt2016-03-122-5/+4
* | | Clean up some of the zinc invocation.Matt Farmer2016-03-122-19/+28
* | | Re-enable cache detection.Matt Farmer2016-03-121-1/+1
* | | Properly bubble error codes from tasks.Matt Farmer2016-03-121-5/+9
* | | Whitespace removal.Matt Farmer2016-03-122-12/+12
* | | Bubble zinc error codes to calling script.Matt Farmer2016-03-121-46/+39
|/ /
* | Merge pull request #78 from cvogt/chrisJan Christopher Vogt2016-03-1217-131/+172
|\|
| * minor refactoringsChristopher Vogt2016-03-113-3/+3
| * re-enable usage page testsChristopher Vogt2016-03-112-16/+15
| * only exit with fail if task not found, not if nothing was givenChristopher Vogt2016-03-111-2/+4
| * Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-117-69/+85
| * Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-098-43/+67
* | Merge pull request #72 from paulp/scala-2.11.8Jan Christopher Vogt2016-03-093-6/+6
|\ \
| * | Scala version 2.11.8.Paul Phillips2016-03-093-6/+6
|/ /
* | Merge pull request #70 from cvogt/chrisJan Christopher Vogt2016-03-093-11/+22
|\|
| * fix compile looking to only trigger on the provided files, not other files in...Christopher Vogt2016-03-092-7/+17
| * fix some quite noisy behavior regarding exit codes in the bash runner. The in...Christopher Vogt2016-03-091-4/+5
* | Merge pull request #69 from cvogt/chrisJan Christopher Vogt2016-03-089-15/+43
|\|
| * trigger cbt compilation first in CIChristopher Vogt2016-03-081-2/+6
| * add simple multi project build test and comment out failing test casesChristopher Vogt2016-03-085-3/+28
| * fix duplicate classloader. one is enoughChristopher Vogt2016-03-082-7/+6
| * normalize Build's projectDirectory and stop using context.cwdChristopher Vogt2016-03-081-3/+3
|/
* Merge pull request #61 from cvogt/circleciJan Christopher Vogt2016-03-081-5/+2
|\
| * Correcting readme according to #60Christopher Vogt2016-03-081-5/+2
|/
* Merge pull request #59 from tobias-johansson/masterJan Christopher Vogt2016-03-071-27/+38
|\
| * Format README as markdownTobias Johansson2016-03-081-27/+38
|/
* Merge pull request #57 from cvogt/circleciJan Christopher Vogt2016-03-0722-446/+567
|\
| * cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-0722-352/+382
| * trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-069-106/+164
| * hack to retrigger a previously failed compilation to happen again for nailgun...Christopher Vogt2016-03-061-4/+10
| * refactored and improved nailgun code in bash script. Should be easier to debu...Christopher Vogt2016-03-061-17/+44
* | Merge pull request #56 from tobias-johansson/masterJan Christopher Vogt2016-03-062-11/+17
|\ \
| * | Rewrite Java 8 code in BootstrapScala.java in Java 7Tobias Johansson2016-03-072-11/+17
* | | Merge pull request #55 from cvogt/circleciJan Christopher Vogt2016-03-063-11/+23
|\ \ \ | |/ / |/| / | |/
| * fix ArrayIndexOutOfBoundsException cause by an off by twoChristopher Vogt2016-03-061-4/+8
| * try to provide better error message if there is an exception in the nailgun l...Christopher Vogt2016-03-061-1/+3
| * adding kill command to kill nailgun as a commandChristopher Vogt2016-03-061-0/+6
| * simplifying some messages in shell scriptsChristopher Vogt2016-03-062-5/+5
| * fix bug with nailgun not being restarted after recompiling launcherChristopher Vogt2016-03-061-1/+1
* | Merge pull request #53 from cvogt/circleciJan Christopher Vogt2016-03-061-1/+1
|\|
| * Adjusting to the most suggested name ;)Christopher Vogt2016-03-061-1/+1
* | Merge pull request #52 from cvogt/circleciJan Christopher Vogt2016-03-062-91/+79
|\|