aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
Commit message (Expand)AuthorAgeFilesLines
* refactor scalajs to make use of nested builds for scopingChristopher Vogt2017-02-221-2/+2
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-5/+5
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-151-6/+13
* add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-151-0/+2
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-151-3/+3
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-0/+1
* multi-project build example using a single build fileChristopher Vogt2017-02-131-0/+1
* rename folder of one example as preparation for creating another oneChristopher Vogt2017-02-131-1/+1
* support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-131-0/+12
* idempotent change propagationChristopher Vogt2017-02-091-2/+2
* memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+3
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-3/+3
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-011-2/+1
* fix wrong assumption: stderr contains compiler info outputChristopher Vogt2016-11-091-20/+10
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-1/+0
* Add support for dynamic re-configuration.Christopher Vogt2016-11-081-2/+73
* add context based task result cacheChristopher Vogt2016-11-081-0/+1
* Fix bug in tests that could block infinitelyChristopher Vogt2016-11-071-10/+15
* Make Eval tests pass and add them to cbt testsChristopher Vogt2016-11-071-0/+6
* add tests for cross-cbt-version exit code and err/out directingChristopher Vogt2016-10-141-4/+10
* tests for stderr and out behaving correctly for example of docJarChristopher Vogt2016-10-131-0/+8
* clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-1/+2
* another test fix for an artifact that apparently disappeared on sonatypeChristopher Vogt2016-09-281-3/+3
* disable test sporadically failing on circleci from circleciChristopher Vogt2016-09-281-6/+11
* set circle back to java7 to make sure cbt works thereChristopher Vogt2016-09-281-3/+7
* prototype dotty doc generation, but that class does not existChristopher Vogt2016-09-281-0/+1
* Dotty plugin and example project.Christopher Vogt2016-09-261-0/+2
* make tests check for wart-remover example expected compile failure (not success)Christopher Vogt2016-09-141-1/+7
* WartRemover plugin implementation (#167)Mario Pastorelli2016-09-141-0/+2
* fix task name appearing in args (#132)Christopher Vogt2016-09-131-0/+6
* better error message for missing build.scala and missing class BuildChristopher Vogt2016-09-121-0/+12
* test for good error message when Build did not extend BaseBuildChristopher Vogt2016-09-121-0/+5
* fix tests when nailgun started from different cwdChristopher Vogt2016-09-121-3/+3
* Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-281-4/+17
* Add clean taskChavXO2016-08-281-0/+11
* uber-jar plugin implementationrockjam2016-06-241-1/+3
* add multi-project example (#158)Jan Christopher Vogt2016-06-241-0/+1
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-0/+4
* add scalajs example to testsChristopher Vogt2016-06-191-3/+8
* add plugin builds and scalatest example build to being compiled in testsChristopher Vogt2016-06-191-0/+5
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-1/+0
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-1/+1
* Fix the tests, by adapting to recent CBT changes. (This was easier than I exp...Christopher Vogt2016-06-011-0/+1
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-19/+21
* Fix and enable test for reproducible buildsChristopher Vogt2016-04-291-0/+2
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-14/+37
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-1/+1
* Finally get rid of JDK 8 dependenciesChristopher Vogt2016-04-041-1/+1
* Implement alternative resolversChristopher Vogt2016-04-031-15/+38
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1