aboutsummaryrefslogtreecommitdiff
path: root/stage2/GitDependency.scala
Commit message (Expand)AuthorAgeFilesLines
* Unify reflectively loading builds from directories.Christopher Vogt2017-03-201-10/+14
* fix file watching for realChristopher Vogt2017-03-121-1/+2
* expose git checkout functionality for embedding sources from gitChristopher Vogt2017-03-121-47/+46
* Make GitDependency and DirectoryDependency simply return Build objectsChristopher Vogt2017-03-111-65/+57
* allow git dependencies on sub buildsChristopher Vogt2017-02-191-3/+11
* implicitly pass classloader, might make code easierChristopher Vogt2017-02-141-0/+1
* easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-131-2/+2
* idempotent change propagationChristopher Vogt2017-02-091-1/+1
* memoize task results across classes within a single runChristopher Vogt2017-02-091-6/+4
* 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