aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-1/+0
* Merge pull request #337 from cvogt/minor-dotty-plugin-improvementsJan Christopher Vogt2017-02-121-19/+16
|\
| * omit classpath when classpath is empty (= no dependencies, only jdk)Christopher Vogt2017-02-111-19/+16
* | Urlencode ownerTrevor SIbanda2017-02-121-1/+1
|/
* upgrade zinc to 0.3.13Christopher Vogt2017-02-101-1/+1
* let Stage1 handle Stage2 exit codeChristopher Vogt2017-02-091-1/+1
* various smaller changesChristopher Vogt2017-02-093-5/+13
* idempotent change propagationChristopher Vogt2017-02-098-195/+183
* memoize task results across classes within a single runChristopher Vogt2017-02-098-90/+114
* make full dependencies available to compile instead of only classpathChristopher Vogt2017-02-013-4/+5
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-018-16/+9
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-017-73/+57
* Remove classifier from pom files.mchav2016-11-251-12/+11
* Merge pull request #313 from cvogt/chris3Jan Christopher Vogt2016-11-131-2/+1
|\
| * minor cleanups regarding ContextChristopher Vogt2016-11-131-2/+1
* | small refactoring simplifying Stage2Christopher Vogt2016-11-131-2/+7
|/
* Assert right build class. Fixes #174Christopher Vogt2016-11-131-0/+1
* comment regarding trigger filesChristopher Vogt2016-11-101-0/+3
* more sanity checks for cbt's classloadersChristopher Vogt2016-11-101-12/+27
* typesafe ===Christopher Vogt2016-11-101-0/+5
* fix java.lang.LinkageError due to cache invalidation bugChristopher Vogt2016-11-091-3/+10
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-092-4/+0
* Upgrade zinc to 0.3.12Christopher Vogt2016-11-092-2/+2
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-0/+2
* add context based task result cacheChristopher Vogt2016-11-082-0/+2
* filter out 'direct' meta task earlier from the argsChristopher Vogt2016-11-081-1/+1
* Fix bug in resource loading of MultiClassLoaderChristopher Vogt2016-11-071-1/+1
* allow blacklisting loggersChristopher Vogt2016-11-031-1/+10
* fix toString of cbt.URLClassLoaderChristopher Vogt2016-11-031-1/+1
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-0/+14
* web uitim-zh2016-10-281-0/+1
* swap out System.out and System.err in a way that affects JDK and ScalaChristopher Vogt2016-10-131-6/+29
* do not interpret exceptions during redirectOutToErr as scalac crashesChristopher Vogt2016-10-131-22/+22
* Fix exit code trapping across classloadersChristopher Vogt2016-10-071-4/+4
* make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-2/+2
* fix pickOne error messagerockjam2016-10-031-1/+1
* clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-36/+54
* Added run with package discoveryChavXO2016-09-291-0/+37
* Use correct main method for Dottydoc - the java interfaceChristopher Vogt2016-09-281-5/+11
* use lower case instead of upper case for hashes to be consistent with SBTChristopher Vogt2016-09-191-3/+3
* fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-151-3/+3
* fix behavior of System.exit trappingChristopher Vogt2016-09-151-2/+4
* Support proxy settings in CBT.Benjamin Frank2016-07-061-1/+1
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-19/+19
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-1/+1
* built-in plugin structure improvementsChristopher Vogt2016-06-191-1/+4
* show scalac warnings to stage1 and stage2 compilationChristopher Vogt2016-06-191-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-158-19/+6
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-1/+1
* Always create directory before trying to write fileChristopher Vogt2016-06-081-2/+4