aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
Commit message (Expand)AuthorAgeFilesLines
* add process library with extracted and new functionsChristopher Vogt2017-06-151-1/+4
* fix wrong workingDir when referencing builds by directoryChristopher Vogt2017-04-021-7/+2
* support `clean` task without direct modeChristopher Vogt2017-04-011-2/+1
* start modularizing cbt into librariesChristopher Vogt2017-03-271-56/+2
* ScalaPB pluginChristopher Vogt2017-03-241-0/+1
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-82/+63
* better error than NullPointerException when directory does not existChristopher Vogt2017-03-191-1/+1
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-10/+1
* get rid of NameTransformer in favor of using Scala’s oneChristopher Vogt2017-03-191-0/+1
* change and expose mechanism mapping from absolute to relative pathsChristopher Vogt2017-03-171-22/+32
* 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-121-48/+1
* revamp loop featureChristopher Vogt2017-03-121-41/+44
* more concise runMain in more placesChristopher Vogt2017-03-091-4/+2
* atomic move and error handling for transform helperChristopher Vogt2017-03-081-7/+20
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-061-7/+3
* return Seq[URL] from publish task and \n separate Seqs in std outChristopher Vogt2017-03-061-11/+12
* improve whitespace readability in proguard pluginChristopher Vogt2017-03-051-0/+11
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-041-14/+9
* fix callReflective not finding special char tasks namesChristopher Vogt2017-03-041-6/+8
* fix trying to access non-existent methods of Unit not erroringChristopher Vogt2017-03-031-11/+10
* jar / doc refactorChristopher Vogt2017-02-281-66/+53
* move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-271-1/+4
* fix results of Seq of builds not being printedChristopher Vogt2017-02-271-10/+10
* 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-271-1/+0
* 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 #356 from cvogt/discover-subbuildsJan Christopher Vogt2017-02-221-6/+19
|\
| * treat subdirectores as subbuilds via cmd lineChristopher Vogt2017-02-221-6/+19
* | support cleaning more than just targetChristopher Vogt2017-02-221-5/+5
|/
* fix srcJar path. Was wronly absolute fs path. Now relative.Christopher Vogt2017-02-191-7/+15
* top-level instead of anonymous classesChristopher Vogt2017-02-191-2/+2
* the word class was duplicated since .show changedChristopher Vogt2017-02-191-1/+1
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-56/+44
* fix changed nameChristopher Vogt2017-02-151-1/+1
* add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-151-7/+13
* add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-151-3/+5
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-3/+2
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-4/+4
* multi-project build example using a single build fileChristopher Vogt2017-02-131-1/+1
* Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-131-0/+14
* make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-131-2/+2
* Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-101-4/+4
|\
| * idempotent change propagationChristopher Vogt2017-02-091-3/+3
| * memoize task results across classes within a single runChristopher Vogt2017-02-091-2/+2
* | Moved source file filter to build.mchav2016-12-231-4/+1
|/
* fixes interacting with BuildBuilds from the cli and cleans up.Christopher Vogt2016-11-131-16/+10