aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-191-2/+5
| | | | caching classloaders hierarchically without deadlocks
* move decision about admin tasks or not from bash into ScalaChristopher Vogt2016-03-191-10/+2
|
* Separate CheckAliveChristopher Vogt2016-03-191-6/+0
|
* Add support for git dependenciesChristopher Vogt2016-03-181-1/+1
| | | | pair coded with @chavxo
* Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-091-2/+4
| | | | logger as implicits
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-2/+2
| | | | ++ 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-061-13/+13
| | | | lib. qualification from Stage1 for better readability
* Make Init private so its not a part of the public interface.Matt Farmer2016-03-061-1/+1
|
* Some style cleanups in Stage1.Matt Farmer2016-03-051-36/+47
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+70