aboutsummaryrefslogtreecommitdiff
path: root/stage1/constants.scala
Commit message (Collapse)AuthorAgeFilesLines
* centralize all references to scala versions into single placeChristopher Vogt2017-04-011-3/+3
|
* upgrade zinc to 0.3.13Christopher Vogt2017-02-101-1/+1
|
* Upgrade zinc to 0.3.12Christopher Vogt2016-11-091-1/+1
|
* move version numbers to Scala land (to reduce Java code size)Christopher Vogt2016-04-281-3/+3
|
* Early classloading improvementsChristopher Vogt2016-03-281-0/+2
| | | | | | | | | - Changed launcher to already load zinc - use code generation to generate necessary dependencies - changed resolver to linearize dependency DAG in a way that guarantees that every transitive dependee of a node in the DAG is a transitive dependee of that node in the linear sequence - move exit code trapping code into java so it can be used for zinc early There seems to be a bug in this version, where CBT crashes about half of the time with a "object is not an instance of declaring class" Exception during running the task from the build object via reflection.
* merged most bootstrapping logic into launcherChristopher Vogt2016-03-201-1/+1
|
* Improved how to express dependenciesChristopher Vogt2016-03-121-1/+2
| | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+4