aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
Commit message (Expand)AuthorAgeFilesLines
* Add testIlya Kirillov2017-07-171-0/+11
* add basic support for maven version rangesChristopher Vogt2017-06-221-0/+29
* Merge remote-tracking branch 'origin/master' into kind-projector-pluginChristopher Vogt2017-06-141-2/+15
|\
| * Detect missing shellcheck and warn user during testmegri2017-06-131-2/+9
| * Disambiguate old-style/new-style macro compiler plugin buildsMartin Egri2017-06-131-1/+1
| * Rudimentary Macroparadise plugin, example and testmegri2017-06-131-0/+6
* | added an exampleEric Torreborre2017-06-141-0/+5
|/
* Cleanup Scalastyle pluginChristopher Vogt2017-04-041-0/+7
* Add Scalastyle pluginIgor Tsalko2017-04-041-1/+1
* scalatest plugin now does not need import anymoreChristopher Vogt2017-04-021-1/+0
* add support for forking the jvm process when invoking a main classChristopher Vogt2017-03-281-1/+2
* add example showing how to use scalafix to produce cross buildsChristopher Vogt2017-03-281-0/+8
* add (currently non-working) example how to use it for built-in rewritesChristopher Vogt2017-03-281-0/+22
* rename Scalafix plugin in perparation for mirror based oneChristopher Vogt2017-03-281-4/+4
* test for MavenDependency equalityChristopher Vogt2017-03-271-0/+7
* allow running tests in the same process, forked or forked in direct modeChristopher Vogt2017-03-271-43/+71
* Merge pull request #452 from cvogt/scalapb-pluginJan Christopher Vogt2017-03-241-0/+7
|\
| * clean scalafix test before running, so it sure runsChristopher Vogt2017-03-241-0/+1
| * ScalaPB pluginChristopher Vogt2017-03-241-0/+6
* | Example for providing cbt's classloader to AkkaChristopher Vogt2017-03-231-0/+1
|/
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-1/+1
* make sure scalafix test cleans up after itselfChristopher Vogt2017-03-201-1/+4
* Merge pull request #443 from darthorimar/scalafix-pluginJan Christopher Vogt2017-03-181-0/+15
|\
| * Add scalafix plugin with example project and testsIlya Kirillov2017-03-191-0/+15
* | Replace dependencies feature for conflict resolutionChristopher Vogt2017-03-171-0/+2
|/
* fix file watching for realChristopher Vogt2017-03-121-1/+1
* force successful shellcheck linting for launcher scriptChristopher Vogt2017-03-121-1/+11
* revamp loop featureChristopher Vogt2017-03-121-1/+2
* ability to only enable slow tests on demand (e.g. on circle)Christopher Vogt2017-03-111-12/+32
* no hashes on bintray for this and mavenCentral depsChristopher Vogt2017-03-081-16/+11
* do not print () when evalingChristopher Vogt2017-03-041-1/+1
* jar / doc refactorChristopher Vogt2017-02-281-1/+1
* fix results of Seq of builds not being printedChristopher Vogt2017-02-271-1/+1
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-1/+1
* cross build testChristopher Vogt2017-02-221-0/+5
* 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