aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
Commit message (Expand)AuthorAgeFilesLines
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-6/+5
* Implement alternative resolversChristopher Vogt2016-04-031-11/+2
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-5/+5
* Properly cache classloader for stage2 and make CbtDependency work correctly.Christopher Vogt2016-04-021-12/+4
* Classloaders aren't referentially transparent, so we should not compare them ...Christopher Vogt2016-04-021-1/+1
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-301-10/+14
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-26/+51
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-1/+0
* Early classloading improvementsChristopher Vogt2016-03-281-13/+10
* better handle classloaders for watchservice and reflect. even more speedup.Christopher Vogt2016-03-201-5/+26
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-2/+5
* 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
* Add feature for starting the Scala REPL in arbitrary versions, propagate logg...Christopher Vogt2016-03-091-2/+4
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-2/+2
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-061-13/+13
* 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