aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-224-11/+25
* 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
|\
| * minor cleanups regarding ContextChristopher Vogt2016-11-131-2/+5
* | Remove dead code. It does not look like the elses are needed.Christopher Vogt2016-11-131-15/+5
* | fixes interacting with BuildBuilds from the cli and cleans up.Christopher Vogt2016-11-132-17/+11
* | small refactoring simplifying Stage2Christopher Vogt2016-11-131-7/+2
* | minor refactoring using shorter namesChristopher Vogt2016-11-133-11/+14
|/
* Merge pull request #311 from cvogt/remove-dot-copyJan Christopher Vogt2016-11-133-9/+10
|\
| * reduce usage of .copy as preparation to replace it with newBuildChristopher Vogt2016-11-133-9/+10
* | Assert right build class. Fixes #174Christopher Vogt2016-11-132-1/+15
|/