aboutsummaryrefslogtreecommitdiff
path: root/stage2/Stage2.scala
Commit message (Expand)AuthorAgeFilesLines
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-6/+5
* fix file watching for realChristopher Vogt2017-03-121-33/+4
* revamp loop featureChristopher Vogt2017-03-121-40/+39
* treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-221-2/+2
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-181-3/+3
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-6/+2
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-12/+2
* let Stage1 handle Stage2 exit codeChristopher Vogt2017-02-091-2/+5
* idempotent change propagationChristopher Vogt2017-02-091-2/+2
* memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+2
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-2/+3
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-011-2/+1
* fixes interacting with BuildBuilds from the cli and cleans up.Christopher Vogt2016-11-131-1/+1
* small refactoring simplifying Stage2Christopher Vogt2016-11-131-7/+2
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-1/+0
* add context based task result cacheChristopher Vogt2016-11-081-0/+1
* filter out 'direct' meta task earlier from the argsChristopher Vogt2016-11-081-2/+1
* fix task name appearing in args (#132)Christopher Vogt2016-09-131-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-4/+0
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-261-0/+1
* fix exit code returnChristopher Vogt2016-04-291-6/+6
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-291-3/+1
* Fix building cbt as a cbt projectChristopher Vogt2016-04-291-1/+1
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-5/+31
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-3/+16
* Pass ClassLoaderCache from stage1 to stage2 instead of wrongly creating anoth...Christopher Vogt2016-04-061-1/+1
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-4/+3
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-4/+2
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1
* Typed passing of values from Stage1 to Stage2Christopher Vogt2016-03-301-14/+12
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-2/+3
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-1/+1
* re-enable usage page testsChristopher Vogt2016-03-111-2/+1
* fix compile looking to only trigger on the provided files, not other files in...Christopher Vogt2016-03-091-2/+4
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-2/+2
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-061-21/+22
* Impl readability improvements in Stage2Matt Farmer2016-03-061-14/+25
* Some style cleanups in Stage1.Matt Farmer2016-03-051-2/+2
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+47