aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * cleanup NailgunLauncher script, make CBT recompilation more fine-grained for ...Christopher Vogt2016-03-062-91/+79
* | Merge pull request #44 from cvogt/circleciJan Christopher Vogt2016-03-064-36/+83
|\|
| * log times taken for steps in teh bash runner scriptChristopher Vogt2016-03-061-22/+48
| * turn all cli output into std err output. This allows warnings not to screw up...Christopher Vogt2016-03-061-11/+10
| * integrate circleciChristopher Vogt2016-03-063-4/+26
|/
* Merge pull request #49 from cvogt/chrisJan Christopher Vogt2016-03-061-8/+4
|\
| * Add talk slides to readmeChristopher Vogt2016-03-061-0/+4
| * update readme - not true anymore, parallel tasks worksChristopher Vogt2016-03-061-8/+0
|/
* Merge pull request #43 from tobias-johansson/masterJan Christopher Vogt2016-03-061-0/+7
|\
| * Check that javac version >= 1.8Tobias Johansson2016-03-061-0/+7
* | Merge pull request #45 from farmdawgnation/farmdawg/stage2tweaksJan Christopher Vogt2016-03-063-22/+42
|\ \
| * | Cleanups for logger.Matt Farmer2016-03-061-7/+16
| * | Impl readability improvements in Stage2Matt Farmer2016-03-061-14/+25
| * | Make Init private so its not a part of the public interface.Matt Farmer2016-03-061-1/+1
| |/
* | Merge pull request #48 from cvogt/hotfix-bootstrap_scalaJan Christopher Vogt2016-03-061-2/+2
|\ \
| * | Adds Dependency.java to compiled files. Bug introduced in #41Christopher Vogt2016-03-061-2/+2
|/ /
* | Merge pull request #47 from cvogt/workaround-zinc-detectionJan Christopher Vogt2016-03-061-1/+1
|\ \
| * | The condition disables zinc too eagerly, which can easilyChristopher Vogt2016-03-061-1/+1
| |/
* | Merge pull request #41 from tpolecat/cleanupJan Christopher Vogt2016-03-063-134/+150
|\ \ | |/ |/|
| * nailgun cleanupRob Norris2016-03-051-37/+50