aboutsummaryrefslogtreecommitdiff
path: root/stage2/BasicBuild.scala
Commit message (Expand)AuthorAgeFilesLines
* Update BasicBuild.scalaJan Christopher Vogt2017-07-191-1/+1
* Add fuction for running specific main classIlya Kirillov2017-07-191-0/+10
* fix cross-version caching keyChristopher Vogt2017-06-301-1/+1
* fix recursive and make cbt package jarsChristopher Vogt2017-06-171-1/+1
* add sbt-resolver like restart featureChristopher Vogt2017-06-151-0/+13
* add process library with extracted and new functionsChristopher Vogt2017-06-151-0/+28
* Export build information (#511)Ilya Kirillov2017-06-141-1/+1
* propagate scala versions into aliased dependenciesChristopher Vogt2017-04-021-2/+2
* type-safe aliases for portsChristopher Vogt2017-04-011-1/+2
* make .scala sources 2.12 compatibleChristopher Vogt2017-04-011-2/+2
* scalatest plugin for 2.12 (and move most code from plugin into library)Christopher Vogt2017-03-301-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-271-7/+4
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-14/+1
* better error than NullPointerException when directory does not existChristopher Vogt2017-03-191-2/+2
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-3/+3
* fix file watching for realChristopher Vogt2017-03-121-20/+9
* 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
* | make changes in builds trigger recompilation of projectsChristopher Vogt2017-03-121-1/+1
|/
* revamp loop featureChristopher Vogt2017-03-121-1/+19
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-111-1/+1
* more concise runMain in more placesChristopher Vogt2017-03-091-3/+2
* avoid non-existent directory warningChristopher Vogt2017-03-091-1/+1
* fix scala2 repl not workingChristopher Vogt2017-03-061-2/+3
* minor refactoringsChristopher Vogt2017-03-061-8/+5
* support resolving unsigned dependenciesChristopher Vogt2017-03-061-2/+2
* return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-061-1/+1
* fix package bugChristopher Vogt2017-03-061-1/+1
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-041-3/+10
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-041-0/+4
* do not print () when evalingChristopher Vogt2017-03-041-1/+1
* define central publish tasks, so multiple trait can add to itChristopher Vogt2017-03-031-0/+2
* 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-281-0/+8
* human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
* move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-271-1/+1
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-1/+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
* Merge pull request #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-221-2/+3
|\
| * treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-221-2/+3
* | support cleaning more than just targetChristopher Vogt2017-02-221-1/+3
|/
* support DirectoryDependency on sub builds of a multi project buildsChristopher Vogt2017-02-181-3/+4
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-181-0/+5
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-5/+6
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-151-2/+2
* a (probably insufficient) attempt at detecting task cache conflictsChristopher Vogt2017-02-141-0/+18