aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Clean up some of the zinc invocation.Matt Farmer2016-03-121-18/+27
* | Re-enable cache detection.Matt Farmer2016-03-121-1/+1
* | Bubble zinc error codes to calling script.Matt Farmer2016-03-121-46/+39
|/
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-0/+8
* cleanup: whitespace changes, separated more things into their own files, use ...Christopher Vogt2016-03-071-43/+21
* trap and pass exit codes throug the app, pass logger on to tests, remove the ...Christopher Vogt2016-03-061-23/+83
* The condition disables zinc too eagerly, which can easilyChristopher Vogt2016-03-061-1/+1
* Fix READMEChristopher Vogt2016-03-051-1/+1
* CBT Version 1.0-BETAChristopher Vogt2016-03-041-0/+184