aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
...
* minor reflection related refactorChristopher Vogt2017-03-281-1/+1
* add scala meta and scalafix pluginChristopher Vogt2017-03-282-0/+27
* rename Scalafix plugin in perparation for mirror based oneChristopher Vogt2017-03-281-1/+1
* performance: cache moduleKey and make it’s string concat quickerChristopher Vogt2017-03-271-1/+1
* cache friendly equality for buildsChristopher Vogt2017-03-271-0/+7
* start modularizing cbt into librariesChristopher Vogt2017-03-277-85/+39
* ScalaPB pluginChristopher Vogt2017-03-242-0/+2
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-208-252/+227
* Merge pull request #447 from cvogt/chrisJan Christopher Vogt2017-03-199-28/+140
|\
| * better error than NullPointerException when directory does not existChristopher Vogt2017-03-192-3/+3
| * Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-199-25/+137
* | Merge pull request #446 from cvogt/chrisJan Christopher Vogt2017-03-192-161/+1
|\|
| * get rid of NameTransformer in favor of using Scala’s oneChristopher Vogt2017-03-192-161/+1
* | Merge pull request #443 from darthorimar/scalafix-pluginJan Christopher Vogt2017-03-181-0/+1
|\ \ | |/ |/|
| * Add scalafix plugin with example project and testsIlya Kirillov2017-03-191-0/+1
* | change and expose mechanism mapping from absolute to relative pathsChristopher Vogt2017-03-172-23/+33
|/
* Fix not being able to call methods not declared in your build classChristopher Vogt2017-03-151-1/+1
* fix file watching for realChristopher Vogt2017-03-126-109/+17
* Merge pull request #423 from cvogt/chrisJan Christopher Vogt2017-03-121-1/+1
|\
| * drop "direct" arg already in shell scriptChristopher Vogt2017-03-121-1/+1
* | Merge pull request #415 from cvogt/completionsJan Christopher Vogt2017-03-121-1/+3
|\ \
| * | rename taskNames to complete and pass in current readline buffer in fishChristopher Vogt2017-03-121-1/+3
* | | Merge pull request #424 from cvogt/fix-change-propagationJan Christopher Vogt2017-03-123-3/+11
|\ \ \ | |/ / |/| |
| * | fix change propagationChristopher Vogt2017-03-122-2/+10
| |/
| * make changes in builds trigger recompilation of projectsChristopher Vogt2017-03-121-1/+1
* | Merge pull request #422 from cvogt/git-sourcesJan Christopher Vogt2017-03-121-47/+46
|\ \ | |/ |/|
| * expose git checkout functionality for embedding sources from gitChristopher Vogt2017-03-121-47/+46
* | revamp loop featureChristopher Vogt2017-03-125-87/+108
|/
* fix broken format stringChristopher Vogt2017-03-111-1/+1
* Google Java Format pluginChristopher Vogt2017-03-111-0/+1
* build package names that are easier to distinguish in stack tracesChristopher Vogt2017-03-111-1/+6
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-114-92/+80
* extract re-usable parts of cbt’s own build into Shared pluginChristopher Vogt2017-03-111-0/+7
* more concise runMain in more placesChristopher Vogt2017-03-095-25/+17
* avoid non-existent directory warningChristopher Vogt2017-03-091-1/+1
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-091-29/+23
* atomic move and error handling for transform helperChristopher Vogt2017-03-081-7/+20
* fix scala2 repl not workingChristopher Vogt2017-03-061-2/+3
* minor refactoringsChristopher Vogt2017-03-061-8/+5
* Add plugin to publish to ArtifactoryChristopher Vogt2017-03-062-2/+14
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-061-7/+3
* support resolving unsigned dependenciesChristopher Vogt2017-03-061-2/+2
* return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-062-12/+13
* fix package bugChristopher Vogt2017-03-061-1/+1
* improve whitespace readability in proguard pluginChristopher Vogt2017-03-052-8/+12
* 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