aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
...
* add / helper also for Path anticipating migration to nioChristopher Vogt2017-03-011-0/+10
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-3/+2
* equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
* remove dead codeChristopher Vogt2017-02-271-7/+0
* minor logging improvementsChristopher Vogt2017-02-273-3/+8
* minor style enhancementChristopher Vogt2017-02-271-1/+1
* important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
* minor syntax fixChristopher Vogt2017-02-271-1/+1
* sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
* disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-262-7/+8
* canLoad method (not used right now, but may come in handy)Christopher Vogt2017-02-221-0/+10
* colors for resolving loggingChristopher Vogt2017-02-221-1/+1
* logging loaded classes (some of it at least)Christopher Vogt2017-02-221-0/+4
* 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