aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-0/+6
* better error than NullPointerException when directory does not existChristopher Vogt2017-03-192-2/+3
* Get rid of the hacky "essential" plugins separationChristopher Vogt2017-03-191-2/+4
* get rid of NameTransformer in favor of using Scala’s oneChristopher Vogt2017-03-191-1/+2
* Merge pull request #441 from cvogt/various-changesJan Christopher Vogt2017-03-173-2/+27
|\
| * better show for PostBuildDependencyChristopher Vogt2017-03-171-0/+1
| * add helper for caching based on a status fileChristopher Vogt2017-03-171-0/+15
| * add boolean to option helperChristopher Vogt2017-03-171-0/+3
| * fix bug in identifying main classesChristopher Vogt2017-03-171-2/+3
| * Add string quoting helpersChristopher Vogt2017-03-171-0/+5
* | Replace dependencies feature for conflict resolutionChristopher Vogt2017-03-172-34/+38
|/
* recursive pom variable substitutionPiotr Trzpil2017-03-151-18/+24
* fix file watching for realChristopher Vogt2017-03-125-23/+27
* Merge pull request #423 from cvogt/chrisJan Christopher Vogt2017-03-121-4/+3
|\
| * fix bugs with argument passing to testsChristopher Vogt2017-03-121-3/+2
| * drop "direct" arg already in shell scriptChristopher Vogt2017-03-121-1/+1
* | Merge pull request #425 from cvogt/writeIfChangedJan Christopher Vogt2017-03-121-0/+2
|\ \
| * | writeIfChanged helper methodChristopher Vogt2017-03-121-0/+2
| |/
* / fix change propagationChristopher Vogt2017-03-121-1/+5
|/
* revamp loop featureChristopher Vogt2017-03-124-15/+27
* more concise runMain in more placesChristopher Vogt2017-03-092-5/+4
* comment about cleanup TODOChristopher Vogt2017-03-071-1/+1
* make sure binary dependencies existChristopher Vogt2017-03-072-1/+4
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-062-4/+12
* support resolving unsigned dependenciesChristopher Vogt2017-03-062-8/+8
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-041-0/+3
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-011-2/+2
* add / helper also for Path anticipating migration to nioChristopher Vogt2017-03-011-0/+10
* simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-281-3/+2
* equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
* remove dead codeChristopher Vogt2017-02-271-7/+0
* minor logging improvementsChristopher Vogt2017-02-273-3/+8
* minor style enhancementChristopher Vogt2017-02-271-1/+1
* important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
* minor syntax fixChristopher Vogt2017-02-271-1/+1
* sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
* disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-262-7/+8
* 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
* logging loaded classes (some of it at least)Christopher Vogt2017-02-221-0/+4
* a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-222-11/+8
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-181-2/+1
* fix / to not turn paths absolute. Checked this doesn’t affect anything!Christopher Vogt2017-02-151-1/+1
* add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-151-23/+31
* now really cache classloaders for buildsChristopher Vogt2017-02-141-7/+3
* more debugging info for a bug observed with compiling dottyChristopher Vogt2017-02-141-1/+5
* ignore classes in randomly nested subdirectoriesChristopher Vogt2017-02-141-8/+13
* support flatClassLoader and run at Dependency levelChristopher Vogt2017-02-141-0/+13
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-145-59/+62