aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix compile looking to only trigger on the provided files, not other files ↵Christopher Vogt2016-03-092-7/+17
| | | | | | | | in the same directories
| * fix some quite noisy behavior regarding exit codes in the bash runner. The ↵Christopher Vogt2016-03-091-4/+5
| | | | | | | | interaction with nailgun probably needs more low level debugging to get flawless
* | Merge pull request #69 from cvogt/chrisJan Christopher Vogt2016-03-089-15/+43
|\| | | | | Chris
| * 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 #60
| * 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 markdown
| * Format README as markdownTobias Johansson2016-03-081-27/+38
|/
* Merge pull request #57 from cvogt/circleciJan Christopher Vogt2016-03-0722-446/+567
|\ | | | | cleanup and features
| * cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-0722-352/+382
| | | | | | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
| * trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-069-106/+164
| | | | | | | | lib. qualification from Stage1 for better readability
| * hack to retrigger a previously failed compilation to happen again for ↵Christopher Vogt2016-03-061-4/+10
| | | | | | | | nailgun launcher and stage1. (zinc is still wasting time trying every single time.)
| * refactored and improved nailgun code in bash script. Should be easier to ↵Christopher Vogt2016-03-061-17/+44
| | | | | | | | debug now. Doesn't wait endlessly.
* | Merge pull request #56 from tobias-johansson/masterJan Christopher Vogt2016-03-062-11/+17
|\ \ | | | | | | Rewrite Java 8 code in BootstrapScala.java in Java 7
| * | 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
|\ \ \ | |/ / |/| / | |/ Circleci
| * 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 ↵Christopher Vogt2016-03-061-1/+3
| | | | | | | | launcher or appilcation script
| * 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 ;)
| * 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-grai…
| * cleanup NailgunLauncher script, make CBT recompilation more fine-grained for ↵Christopher Vogt2016-03-062-91/+79
| | | | | | | | speed and easier transfer of part of it into java. Also enable looping to recompile NailgunLauncher and stage1
* | Merge pull request #44 from cvogt/circleciJan Christopher Vogt2016-03-064-36/+83
|\| | | | | integrate circleci
| * 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 ↵Christopher Vogt2016-03-061-11/+10
| | | | | | | | up the output needed for cli interop
| * integrate circleciChristopher Vogt2016-03-063-4/+26
|/
* Merge pull request #49 from cvogt/chrisJan Christopher Vogt2016-03-061-8/+4
|\ | | | | readme updates
| * 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
|\ | | | | Print error message if javac version < 1.8
| * 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
|\ \ | | | | | | Stage 2 / Logger cleanups.
| * | 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 #41
| * | 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 easily
| * | The condition disables zinc too eagerly, which can easilyChristopher Vogt2016-03-061-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lead to half compiled sets of class files after a type error and no attempt to re-compile unless a source file is changed. This workaround fixes it but needs to run zinc more often which comes with a roughly 0.1 seconds time penalty every time (despite classloader caching) for every involved sub build. A fix would trep zinc's exit code (or call zinc differently) in order to determine if it succeeded and if it did not do something that makes it run again the next time, like deleting the class files or touching a source file. Probably there is a better way.
* | Merge pull request #41 from tpolecat/cleanupJan Christopher Vogt2016-03-063-134/+150
|\ \ | |/ |/| bootstrap/nailgun minor cleanup
| * nailgun cleanupRob Norris2016-03-051-37/+50
| |
| * bootstrap cleanupRob Norris2016-03-052-97/+100
| |
* | Merge pull request #36 from farmdawgnation/msf/style-cleanupsJan Christopher Vogt2016-03-063-39/+50
|\ \ | | | | | | Some style cleanups in Stage1.
| * | Some style cleanups in Stage1.Matt Farmer2016-03-053-39/+50
|/ /