aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-2/+2
* Merge pull request #138 from cvogt/chrisJan Christopher Vogt2017-02-224-8/+7
|\
| * a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-222-6/+4
| * include sonatypeSnapshots in `cbt tools resolve`Christopher Vogt2017-02-221-1/+1
| * minor: wrap dependencies in scaffold in () for hoped ease of useChristopher Vogt2017-02-221-1/+2
* | Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-224-11/+25
|\ \
| * | treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-224-11/+25
| |/
* | support cleaning more than just targetChristopher Vogt2017-02-222-6/+8
* | allow plugins to access essential pluginsChristopher Vogt2017-02-221-1/+2
|/
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-192-8/+16
* top-level instead of anonymous classesChristopher Vogt2017-02-192-2/+4
* the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1
* allow git dependencies on sub buildsChristopher Vogt2017-02-191-3/+11
* support DirectoryDependency on sub builds of a multi project buildsChristopher Vogt2017-02-182-8/+30
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-183-4/+16
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-184-71/+53
* fix changed nameChristopher Vogt2017-02-151-1/+1
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-152-9/+24
* add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-153-13/+82
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-153-11/+13
* a (probably insufficient) attempt at detecting task cache conflictsChristopher Vogt2017-02-141-0/+18
* minor whitespace and name changesChristopher Vogt2017-02-141-3/+4
* allow overwriting test with nested buildChristopher Vogt2017-02-141-1/+1
* support flatClassLoader and run at Dependency levelChristopher Vogt2017-02-141-28/+2
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-1410-37/+34
* use target directory rather than projectDirectory as caching keyChristopher Vogt2017-02-131-1/+1
* add support for compiling .java files to Dotty pluginChristopher Vogt2017-02-131-3/+28
* fix dotty runtime dependency and expose some more config staticallyChristopher Vogt2017-02-131-10/+11
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-135-11/+11
* multi-project build example using a single build fileChristopher Vogt2017-02-131-1/+1
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-133-14/+19
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-133-7/+8
* support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-131-3/+22
* omit classpath when classpath is empty (= no dependencies, only jdk)Christopher Vogt2017-02-112-15/+14
* upgrade dotty and detach logic from inheritanceChristopher Vogt2017-02-111-19/+24
* fix merge-conflict in Frege pluginChristopher Vogt2017-02-101-26/+27
* Merge pull request #333 from cvogt/custom-dottyJan Christopher Vogt2017-02-101-6/+7
|\
| * Support custom Dotty compilerChristopher Vogt2017-02-091-6/+7
* | Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-1010-107/+89
|\|
| * let Stage1 handle Stage2 exit codeChristopher Vogt2017-02-092-3/+7
| * idempotent change propagationChristopher Vogt2017-02-099-55/+56
| * memoize task results across classes within a single runChristopher Vogt2017-02-099-45/+23
| * make full dependencies available to compile instead of only classpathChristopher Vogt2017-02-011-6/+5
| * replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-2/+3
| * Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-013-4/+3
| * Update early dependencies to new zincChristopher Vogt2016-11-291-1/+1
* | Frege support.mchav2016-12-231-0/+136
* | Moved source file filter to build.mchav2016-12-232-6/+6
|/
* Remove classifier from pom files.mchav2016-11-251-3/+3
* Merge pull request #313 from cvogt/chris3Jan Christopher Vogt2016-11-131-2/+5
|\