aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #358 from cvogt/chrisJan Christopher Vogt2017-02-2835-153/+206
|\
| * human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
| * equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
| * move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-272-2/+5
| * remove dead codeChristopher Vogt2017-02-271-7/+0
| * minor logging improvementsChristopher Vogt2017-02-273-3/+8
| * use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-2710-13/+13
| * fix results of Seq of builds not being printedChristopher Vogt2017-02-272-11/+11
| * java concat array helper method (just in case)Christopher Vogt2017-02-271-0/+6
| * minor helper method name change to match scala’s method namingChristopher Vogt2017-02-273-6/+6
| * minor style enhancementChristopher Vogt2017-02-271-1/+1
| * comments to move a bunch of things into stage2Christopher Vogt2017-02-275-1/+6
| * fix linkage error caused by scalac 2.10 combined with lib 2.11Christopher Vogt2017-02-271-2/+1
| * turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-276-19/+31
| * `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
| * important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
| * task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
| * minor syntax fixChristopher Vogt2017-02-271-1/+1
| * fix / cleanup scalajs pluginChristopher Vogt2017-02-273-22/+10
| * call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
| * print exit code when running cbtChristopher Vogt2017-02-271-0/+1
| * sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
| * disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
| * upgrade and simplify scalafmt pluginChristopher Vogt2017-02-272-43/+24
| * make listRecursive a File extension method for brevityChristopher Vogt2017-02-263-9/+10
| * canLoad method (not used right now, but may come in handy)Christopher Vogt2017-02-221-0/+10
| * colors for resolving loggingChristopher Vogt2017-02-221-1/+1
| * why cbt uses inheritanceChristopher Vogt2017-02-221-0/+5
| * logging loaded classes (some of it at least)Christopher Vogt2017-02-221-0/+4
| * cross build testChristopher Vogt2017-02-221-0/+5
|/
* Merge pull request #138 from cvogt/chrisJan Christopher Vogt2017-02-227-19/+18
|\
| * a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-224-17/+12
| * 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
| * libraries readmeChristopher Vogt2017-02-221-0/+3
* | Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-225-13/+29
|\ \
| * | treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-225-13/+29
| |/
* | Merge pull request #357 from cvogt/scalajs-refactorJan Christopher Vogt2017-02-2221-63/+156
|\ \ | |/ |/|
| * Add small and simple scala js exampleChristopher Vogt2017-02-2210-14/+106
| * refactor scalajs to make use of nested builds for scopingChristopher Vogt2017-02-226-32/+27
| * support cleaning more than just targetChristopher Vogt2017-02-222-6/+8
| * allow plugins to access essential pluginsChristopher Vogt2017-02-223-11/+15
|/
* Merge pull request #354 from cvogt/fix-srcJarJan Christopher Vogt2017-02-203-8/+16
|\
| * fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-193-8/+16
|/
* Merge pull request #349 from cvogt/chris3Jan Christopher Vogt2017-02-193-3/+38
|\
| * top-level instead of anonymous classesChristopher Vogt2017-02-192-2/+4
| * the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1
| * Document common inheritance pitfallsChristopher Vogt2017-02-191-0/+33
|/