aboutsummaryrefslogtreecommitdiff
path: root/stage2/GitDependency.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix: non-existing git ref will now be tried to be fetched next timeChristopher Vogt2016-10-141-18/+30
* Some cosmetic changes to git authChristopher Vogt2016-08-291-20/+21
* Support for private git repositories.ChavXO2016-08-281-4/+19
* better name for DirectoryDependencyChristopher Vogt2016-06-191-1/+1
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-2/+1
* support for git dependencies on projects in subdirectoriesChristopher Vogt2016-06-151-5/+9
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-3/+1
* make cacheabilty of git dependency depend on cacheability of it's build. Also...Christopher Vogt2016-04-281-13/+16
* 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-0/+1
* propagate info if cbt has changed across builds, so they can be re-compiledChristopher Vogt2016-04-021-2/+2
* Makes zinc usage smarter, so we do not need to call it when no files changed ...Christopher Vogt2016-03-301-1/+1
* Refactored ClassLoaderCache to use key locked cache to pave the way for cachi...Christopher Vogt2016-03-191-2/+2
* Add support for git dependenciesChristopher Vogt2016-03-181-0/+49