aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
* a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-222-11/+8
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-2/+1
* fix / to not turn paths absolute. Checked this doesn’t affect anything!Christopher Vogt2017-02-151-1/+1
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-151-23/+31
* now really cache classloaders for buildsChristopher Vogt2017-02-141-7/+3
* more debugging info for a bug observed with compiling dottyChristopher Vogt2017-02-141-1/+5
* ignore classes in randomly nested subdirectoriesChristopher Vogt2017-02-141-8/+13
* support flatClassLoader and run at Dependency levelChristopher Vogt2017-02-141-0/+13
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-145-59/+62
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-132-3/+5
* remove some unnecessary Context fields while we are modifying contextChristopher Vogt2017-02-133-5/+8
* 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