aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-093-6/+1
* Upgrade zinc to 0.3.12Christopher Vogt2016-11-091-1/+1
* Add support for dynamic re-configuration.Christopher Vogt2016-11-083-4/+31
* this doesn't need managedContextChristopher Vogt2016-11-081-8/+9
* add context based task result cacheChristopher Vogt2016-11-082-0/+18
* filter out 'direct' meta task earlier from the argsChristopher Vogt2016-11-081-2/+1
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-1/+5
* web uitim-zh2016-10-281-0/+7
* Fix: non-existing git ref will now be tried to be fetched next timeChristopher Vogt2016-10-141-18/+30
* add repl task to BaseBuildrockjam2016-10-052-9/+25
* Merge pull request #264 from cvogt/chris3Jan Christopher Vogt2016-10-041-1/+1
|\
| * make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-1/+1
* | Merge pull request #261 from cvogt/simple-exampleJan Christopher Vogt2016-10-041-0/+4
|\ \ | |/ |/|
| * readmes explaining plugin folder rolesChristopher Vogt2016-09-291-0/+4
* | Sonatype release plugin (#247)Nikolay Tatarinov2016-10-034-34/+13
* | clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-6/+8
* | improve Console not found error messageChristopher Vogt2016-10-021-1/+1
* | Added run with package discoveryChavXO2016-09-291-1/+6
|/
* minor enhancements to Build templateChristopher Vogt2016-09-291-6/+5
* Merge pull request #235 from cvogt/dottyJan Christopher Vogt2016-09-281-0/+172
|\