aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* use lower case instead of upper case for hashes to be consistent with SBTChristopher Vogt2016-09-191-3/+3
* fix checksum check for downloaded jars by ignoring caseChristopher Vogt2016-09-151-3/+3
* fix behavior of System.exit trappingChristopher Vogt2016-09-151-2/+4
* Support proxy settings in CBT.Benjamin Frank2016-07-061-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-3/+1
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-1/+1
* Always create directory before trying to write fileChristopher Vogt2016-06-081-2/+4
* display message in stderr when downloading things (better than just pausing)Christopher Vogt2016-06-011-1/+1
* Convenience factory methods for ResolversChristopher Vogt2016-05-031-5/+5
* Do not cache classloaders for Builds. This wasn't supposed to happen yetChristopher Vogt2016-04-291-10/+10
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-20/+99
* if compiler crashed, print commands to reproduce it outside of cbtChristopher Vogt2016-04-281-14/+43
* minor cleanup, better logging for downloadsChristopher Vogt2016-04-281-2/+3
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+10
* Correctly interact with build in cwd instead of loading it's managed build in...Christopher Vogt2016-04-061-1/+1
* Implement alternative resolversChristopher Vogt2016-04-031-26/+49
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-1/+1
* only compile and only produce jars if there are actually files.Christopher Vogt2016-04-021-51/+53
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-301-16/+23
* replace Scala reflection with Java reflection seems to fix the weird exceptio...Christopher Vogt2016-03-281-16/+0
* Early classloading improvementsChristopher Vogt2016-03-281-23/+5
* better toString for Java URLClassLoader. Minor enhancementsChristopher Vogt2016-03-201-1/+1
* replace two level classloader with hierarchyChristopher Vogt2016-03-191-0/+2
* minor enhancements to classloadingChristopher Vogt2016-03-191-1/+1
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-2/+3
* Make trapExitCode pass on previous exit codesChristopher Vogt2016-03-191-4/+4
* fix zinc interface dependenciesChristopher Vogt2016-03-121-13/+13
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-121-8/+19
|\
| * Improved how to express dependenciesChristopher Vogt2016-03-121-10/+20
* | Always reset security manager to what it was during startup. Should be less f...Christopher Vogt2016-03-121-2/+1