aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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-141-6/+5
* use target directory rather than projectDirectory as caching keyChristopher Vogt2017-02-131-1/+1
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-2/+2
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-2/+3
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-4/+5
* support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-131-3/+22
* Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-101-39/+16
|\
| * idempotent change propagationChristopher Vogt2017-02-091-12/+9
| * memoize task results across classes within a single runChristopher Vogt2017-02-091-24/+5
| * make full dependencies available to compile instead of only classpathChristopher Vogt2017-02-011-6/+5
| * Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-011-1/+1
* | Moved source file filter to build.mchav2016-12-231-2/+5
|/
* minor cleanups regarding ContextChristopher Vogt2016-11-131-2/+5
* Merge pull request #311 from cvogt/remove-dot-copyJan Christopher Vogt2016-11-131-2/+10
|\
| * reduce usage of .copy as preparation to replace it with newBuildChristopher Vogt2016-11-131-2/+10
* | Assert right build class. Fixes #174Christopher Vogt2016-11-131-1/+10
|/
* Upgrade zinc to 0.3.12Christopher Vogt2016-11-091-1/+1
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-0/+4
* add context based task result cacheChristopher Vogt2016-11-081-0/+17
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-1/+5
* add repl task to BaseBuildrockjam2016-10-051-8/+24
* make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-1/+1
* clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-6/+8
* Added run with package discoveryChavXO2016-09-291-1/+6
* rename apiTarget to more appropriate name docTarget as the task isChristopher Vogt2016-09-281-1/+1
* include dependencyClasspath in compileClasspath and let docs use it tooChristopher Vogt2016-09-281-2/+3
* add fish shell task name completions and fix bash task name completionsChristopher Vogt2016-09-131-0/+2
* Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-281-2/+7
* Add clean taskChavXO2016-08-281-0/+5
* better name for DirectoryDependencyChristopher Vogt2016-06-191-2/+2
* built-in plugin structure improvementsChristopher Vogt2016-06-191-12/+5
* simplify logic that delegates to test build and runs itChristopher Vogt2016-06-191-5/+6
* add support for compile time only dependenciesChristopher Vogt2016-06-151-1/+4
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-2/+1
* turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-151-2/+5
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-7/+5
* add r alias for runChristopher Vogt2016-05-031-0/+1
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-3/+4
* Support recursively running tasks across all builds in transitive dependenciesChristopher Vogt2016-04-281-0/+48
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-19/+19
* only run tests if there are actually tests to run (useful for recursively run...Christopher Vogt2016-04-281-1/+3
* Build mixin with recommended settingsChristopher Vogt2016-04-281-1/+12
* move soure file filterin logic into library for reusabilityChristopher Vogt2016-04-281-8/+2
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+4
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-071-0/+2
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-2/+2
* Implement alternative resolversChristopher Vogt2016-04-031-20/+7