aboutsummaryrefslogtreecommitdiff
path: root/stage1
Commit message (Expand)AuthorAgeFilesLines
* add context based task result cacheChristopher Vogt2016-11-082-0/+2
* filter out 'direct' meta task earlier from the argsChristopher Vogt2016-11-081-1/+1
* Fix bug in resource loading of MultiClassLoaderChristopher Vogt2016-11-071-1/+1
* allow blacklisting loggersChristopher Vogt2016-11-031-1/+10
* fix toString of cbt.URLClassLoaderChristopher Vogt2016-11-031-1/+1
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-0/+14
* web uitim-zh2016-10-281-0/+1
* 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
* make BuildInterfaces an abstract class so it can have default valuesChristopher Vogt2016-10-031-2/+2
* 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
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-19/+19
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-1/+1
* built-in plugin structure improvementsChristopher Vogt2016-06-191-1/+4
* show scalac warnings to stage1 and stage2 compilationChristopher Vogt2016-06-191-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-158-19/+6
* 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
* Fixed small bug in ClassPathStacy Curl2016-05-311-1/+1
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-262-0/+2
* Fix BoundMavenDependency string representationChristopher Vogt2016-05-031-1/+2
* Convenience factory methods for ResolversChristopher Vogt2016-05-034-30/+28
* rename admin into tools, which seems more appropriateChristopher Vogt2016-05-021-2/+2
* Remove unnecessary code. .classLoader should already do thisChristopher Vogt2016-04-291-4/+1
* Do not cache classloaders for Builds. This wasn't supposed to happen yetChristopher Vogt2016-04-291-10/+10
* Fix use compatibility interfaces from main cbtChristopher Vogt2016-04-293-13/+14
* Fix building cbt as a cbt projectChristopher Vogt2016-04-293-4/+4
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-2810-244/+441
* move version numbers to Scala land (to reduce Java code size)Christopher Vogt2016-04-281-3/+3
* propagate time taken from bash script into loggerChristopher Vogt2016-04-281-1/+1
* minor improvements to docs, imports, visibilitiesChristopher Vogt2016-04-284-7/+9
* for better performance do not generate exceptions during class loading for co...Christopher Vogt2016-04-282-5/+9
* 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
* print null as root class loader in URLClassLoaderChristopher Vogt2016-04-281-2/+2
* remove dead codeChristopher Vogt2016-04-281-13/+0
* Speedup transitiveDependencies computation by removing duplicate versions and...Christopher Vogt2016-04-281-10/+19
* add important commentChristopher Vogt2016-04-281-2/+4
* Allow substituting POM variables inside of strings, not only entire elementsChristopher Vogt2016-04-081-7/+11
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+10
* Fix stage2 classloader not being stored in transient cacheChristopher Vogt2016-04-072-2/+14