aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Collapse)AuthorAgeFilesLines
* minor enhancements to classloadingChristopher Vogt2016-03-191-1/+1
|
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-197-13/+15
| | | | caching classloaders hierarchically without deadlocks
* Make trapExitCode pass on previous exit codesChristopher Vogt2016-03-191-2/+0
|
* make scaffold work for simple caseChristopher Vogt2016-03-194-42/+19
|
* Add support for git dependenciesChristopher Vogt2016-03-181-0/+49
| | | | pair coded with @chavxo
* sort transitiveDependencies by exported classpath for hopefully more ↵Christopher Vogt2016-03-122-0/+2
| | | | determinism between dev machines and circle ci
* Merge remote-tracking branch 'origin/master' into farmdawg/zinc-exit-codesChristopher Vogt2016-03-124-11/+21
|\ | | | | | | | | | | # Conflicts: # stage1/Stage1Lib.scala # stage1/resolver.scala
| * Improved how to express dependenciesChristopher Vogt2016-03-124-11/+21
| | | | | | | | | | | | Add - Constructor syntax for cross-scala-version dependencies (as rightfully requested on reddit) and encouraged over SBT's still supported operator syntax - Add support for classifiers other than "sources"
* | minor simplification renamesChristopher Vogt2016-03-121-3/+2
| |
* | Clean up some of the zinc invocation.Matt Farmer2016-03-121-1/+1
| |
* | Properly bubble error codes from tasks.Matt Farmer2016-03-121-5/+9
| |
* | Whitespace removal.Matt Farmer2016-03-122-12/+12
|/
* Merge pull request #78 from cvogt/chrisJan Christopher Vogt2016-03-127-31/+48
|\ | | | | Chris
| * minor refactoringsChristopher Vogt2016-03-112-2/+2
| |
| * re-enable usage page testsChristopher Vogt2016-03-111-2/+1
| |
| * only exit with fail if task not found, not if nothing was givenChristopher Vogt2016-03-111-2/+4
| |
| * Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-2/+2
| |
| * Add feature for starting the Scala REPL in arbitrary versions, propagate ↵Christopher Vogt2016-03-095-24/+40
| | | | | | | | logger as implicits
* | Scala version 2.11.8.Paul Phillips2016-03-091-2/+2
|/
* fix compile looking to only trigger on the provided files, not other files ↵Christopher Vogt2016-03-092-7/+17
| | | | in the same directories
* normalize Build's projectDirectory and stop using context.cwdChristopher Vogt2016-03-081-3/+3
|
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-0710-145/+138
| | | | ++ for strings everywhere. Added ++ method to File and URL and use it in many places
* trap and pass exit codes throug the app, pass logger on to tests, remove the ↵Christopher Vogt2016-03-064-56/+43
| | | | lib. qualification from Stage1 for better readability
* Impl readability improvements in Stage2Matt Farmer2016-03-061-14/+25
|
* Some style cleanups in Stage1.Matt Farmer2016-03-052-3/+3
|
* CBT Version 1.0-BETAChristopher Vogt2016-03-049-0/+975