aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
Commit message (Expand)AuthorAgeFilesLines
* add sbt-resolver like restart featureChristopher Vogt2017-06-151-0/+15
* add process library with extracted and new functionsChristopher Vogt2017-06-151-93/+0
* Merge pull request #471 from cvogt/2.12-readyJan Christopher Vogt2017-04-021-1/+2
|\
| * make .scala sources 2.12 compatibleChristopher Vogt2017-04-011-1/+2
* | hopefully more self-explanatory nameChristopher Vogt2017-04-011-2/+2
|/
* add support for forking the jvm process when invoking a main classChristopher Vogt2017-03-281-7/+104
* minor reflection related refactorChristopher Vogt2017-03-281-21/+4
* performance tweak: cache results of parsed pom files in memoryChristopher Vogt2017-03-271-15/+31
* explicitly convert to Vector everywhere for hopefully performanceChristopher Vogt2017-03-271-1/+1
* start modularizing cbt into librariesChristopher Vogt2017-03-271-97/+28
* Merge pull request #441 from cvogt/various-changesJan Christopher Vogt2017-03-171-2/+18
|\
| * add helper for caching based on a status fileChristopher Vogt2017-03-171-0/+15
| * fix bug in identifying main classesChristopher Vogt2017-03-171-2/+3
* | Replace dependencies feature for conflict resolutionChristopher Vogt2017-03-171-2/+2
|/
* fix file watching for realChristopher Vogt2017-03-121-1/+7
* 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-121-3/+5
* more concise runMain in more placesChristopher Vogt2017-03-091-3/+2
* comment about cleanup TODOChristopher Vogt2017-03-071-1/+1
* support publishing to basic-auth protected maven repositoriesChristopher Vogt2017-03-061-3/+11
* support resolving unsigned dependenciesChristopher Vogt2017-03-061-4/+4
* add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-011-2/+2
* minor logging improvementsChristopher Vogt2017-02-271-1/+1
* minor style enhancementChristopher Vogt2017-02-271-1/+1
* minor syntax fixChristopher Vogt2017-02-271-1/+1
* sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
* make listRecursive a File extension method for brevityChristopher Vogt2017-02-261-7/+2
* a few hopefully simplifying rewirings in the implicitsChristopher Vogt2017-02-221-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
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-6/+5
* remove some unnecessary Context fields while we are modifying contextChristopher Vogt2017-02-131-1/+1
* omit classpath when classpath is empty (= no dependencies, only jdk)Christopher Vogt2017-02-111-19/+16
* various smaller changesChristopher Vogt2017-02-091-3/+2
* idempotent change propagationChristopher Vogt2017-02-091-38/+43
* memoize task results across classes within a single runChristopher Vogt2017-02-091-1/+24
* make full dependencies available to compile instead of only classpathChristopher Vogt2017-02-011-1/+2
* replace flawed concurrent hashmap cache with consistent replacementChristopher Vogt2017-02-011-1/+0
* Merge separate hashmaps for persistent cache into oneChristopher Vogt2017-02-011-5/+8
* swap out System.out and System.err in a way that affects JDK and ScalaChristopher Vogt2016-10-131-6/+29
* do not interpret exceptions during redirectOutToErr as scalac crashesChristopher Vogt2016-10-131-22/+22
* Fix exit code trapping across classloadersChristopher Vogt2016-10-071-4/+4
* fix pickOne error messagerockjam2016-10-031-1/+1
* clean up main class discovery mechanism and offer interactive choiceChristopher Vogt2016-10-021-36/+54
* Added run with package discoveryChavXO2016-09-291-0/+37
* Use correct main method for Dottydoc - the java interfaceChristopher Vogt2016-09-281-5/+11