aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-042-3/+50
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-044-18/+16
* improve sonatype pluginChristopher Vogt2017-03-041-7/+8
* make plugin aliases available in Plugin buildsChristopher Vogt2017-03-042-15/+24
* do not print () when evalingChristopher Vogt2017-03-041-1/+1
* search-class task for searching class on mavenChristopher Vogt2017-03-041-1/+4
* fix callReflective not finding special char tasks namesChristopher Vogt2017-03-041-6/+8
* more appropriate name for PublishMaven pluginChristopher Vogt2017-03-031-1/+2
* define central publish tasks, so multiple trait can add to itChristopher Vogt2017-03-031-0/+2
* fix trying to access non-existent methods of Unit not erroringChristopher Vogt2017-03-031-11/+10
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-011-0/+1
* add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-011-0/+1
* introduce libraries helper objectChristopher Vogt2017-03-011-0/+4
* jar / doc refactorChristopher Vogt2017-02-284-75/+70
* human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
* move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-272-2/+5
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-1/+1
* fix results of Seq of builds not being printedChristopher Vogt2017-02-271-10/+10
* comments to move a bunch of things into stage2Christopher Vogt2017-02-271-0/+1
* turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-271-10/+16
* `cbt help` like `git help` instead of `cbt usage`Christopher Vogt2017-02-271-1/+1
* show methods for Build even if no build file exists to help usersChristopher Vogt2017-02-271-11/+8
* use .apply feature instead of special coding for tools usage stringChristopher Vogt2017-02-272-1/+2
* task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
* call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
* print exit code when running cbtChristopher Vogt2017-02-271-0/+1
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-2/+2
* Merge pull request #138 from cvogt/chrisJan Christopher Vogt2017-02-224-8/+7
|\
| * a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-222-6/+4
| * include sonatypeSnapshots in `cbt tools resolve`Christopher Vogt2017-02-221-1/+1
| * minor: wrap dependencies in scaffold in () for hoped ease of useChristopher Vogt2017-02-221-1/+2
* | Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-224-11/+25
|\ \
| * | treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-224-11/+25
| |/
* | support cleaning more than just targetChristopher Vogt2017-02-222-6/+8
* | allow plugins to access essential pluginsChristopher Vogt2017-02-221-1/+2
|/
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-192-8/+16
* top-level instead of anonymous classesChristopher Vogt2017-02-192-2/+4
* the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1
* allow git dependencies on sub buildsChristopher Vogt2017-02-191-3/+11
* support DirectoryDependency on sub builds of a multi project buildsChristopher Vogt2017-02-182-8/+30
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-183-4/+16
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-184-71/+53
* fix changed nameChristopher Vogt2017-02-151-1/+1
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-152-9/+24
* add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-153-13/+82
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-153-11/+13
* a (probably insufficient) attempt at detecting task cache conflictsChristopher Vogt2017-02-141-0/+18
* 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