aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow DirectoryDependencies on BuildBuildsChristopher Vogt2017-02-184-6/+22
* simplify and add features to reflective task lookup codeChristopher Vogt2017-02-187-86/+67
* Merge pull request #347 from cvogt/chris3Jan Christopher Vogt2017-02-152-2/+2
|\
| * fix / to not turn paths absolute. Checked this doesn’t affect anything!Christopher Vogt2017-02-151-1/+1
| * fix changed nameChristopher Vogt2017-02-151-1/+1
|/
* Merge pull request #346 from cvogt/generate-packagesJan Christopher Vogt2017-02-1513-62/+168
|\
| * add package to generated Build in build.scala and in-package discoveryChristopher Vogt2017-02-1510-38/+71
| * add package to generated Main.scala to avoid classpath weirdnessesChristopher Vogt2017-02-154-13/+84
| * add typed constants for build directory and file and use them everywhereChristopher Vogt2017-02-154-14/+16
|/
* Merge pull request #345 from cvogt/chris4Jan Christopher Vogt2017-02-1423-192/+230
|\
| * a (probably insufficient) attempt at detecting task cache conflictsChristopher Vogt2017-02-141-0/+18
| * minor whitespace and name changesChristopher Vogt2017-02-142-9/+10
| * now really cache classloaders for buildsChristopher Vogt2017-02-141-7/+3
| * more debugging info for a bug observed with compiling dottyChristopher Vogt2017-02-141-1/+5
| * allow overwriting test with nested buildChristopher Vogt2017-02-141-1/+1
| * ignore classes in randomly nested subdirectoriesChristopher Vogt2017-02-141-8/+13
| * support flatClassLoader and run at Dependency levelChristopher Vogt2017-02-142-28/+15
| * implicitly pass classloader, might make code easierChristopher Vogt2017-02-1419-108/+103
| * use target directory rather than projectDirectory as caching keyChristopher Vogt2017-02-131-1/+1
| * add support for compiling .java files to Dotty pluginChristopher Vogt2017-02-131-3/+28
| * fix dotty runtime dependency and expose some more config staticallyChristopher Vogt2017-02-131-10/+11
| * easier setting of projectDirectory in sub-buildsChristopher Vogt2017-02-1310-20/+26
|/
* Merge pull request #303 from cvogt/nested-buildsJan Christopher Vogt2017-02-1331-25/+110
|\
| * remove some unnecessary Context fields while we are modifying contextChristopher Vogt2017-02-135-8/+12
| * multi-project build example using a single build fileChristopher Vogt2017-02-138-1/+60
| * rename folder of one example as preparation for creating another oneChristopher Vogt2017-02-1314-1/+1
| * Add support for nested builds and use it to replace cross compilationChristopher Vogt2017-02-138-16/+38
|/
* Merge pull request #340 from cvogt/fix-jar-packagingJan Christopher Vogt2017-02-134-8/+9
|\
| * make sure jar, tests and main classes use the right directoriesChristopher Vogt2017-02-134-8/+9
* | Merge pull request #344 from cvogt/fix-deadlockJan Christopher Vogt2017-02-132-4/+11
|\|
| * ignore new dotty generated docs directory. should move this to targetChristopher Vogt2017-02-131-0/+1
| * fix deadlock in class loading cacheChristopher Vogt2017-02-131-4/+10
|/
* Merge pull request #343 from cvogt/flat-classloaderJan Christopher Vogt2017-02-1312-47/+88
|\
| * support for flat classloader and enhanced resources exampleChristopher Vogt2017-02-1312-47/+88
|/
* Merge pull request #342 from cvogt/fix-date-jJan Christopher Vogt2017-02-131-1/+1
|\
| * Fix date -- invalid option -jJan Christopher Vogt2017-02-131-1/+1
|/
* Merge pull request #337 from cvogt/minor-dotty-plugin-improvementsJan Christopher Vogt2017-02-123-51/+52
|\
| * omit classpath when classpath is empty (= no dependencies, only jdk)Christopher Vogt2017-02-113-34/+30
| * upgrade dotty and detach logic from inheritanceChristopher Vogt2017-02-111-19/+24
* | Merge pull request #339 from trevorsibanda/patch-1Jan Christopher Vogt2017-02-121-1/+1
|\ \ | |/ |/|
| * Urlencode ownerTrevor SIbanda2017-02-121-1/+1
|/
* Merge pull request #336 from cvogt/fix-frege-pluginJan Christopher Vogt2017-02-101-26/+27
|\
| * fix merge-conflict in Frege pluginChristopher Vogt2017-02-101-26/+27
|/
* Merge pull request #334 from cvogt/upgrade-zincJan Christopher Vogt2017-02-103-44/+44
|\
| * upgrade zinc to 0.3.13Christopher Vogt2017-02-103-44/+44
* | Merge pull request #333 from cvogt/custom-dottyJan Christopher Vogt2017-02-101-6/+7
|\ \
| * | Support custom Dotty compilerChristopher Vogt2017-02-091-6/+7
| |/
* | Merge pull request #314 from cvogt/fix-update-bugsJan Christopher Vogt2017-02-1050-677/+811
|\ \
| * | increase circle timeout for tests to 30 minutesChristopher Vogt2017-02-101-2/+4
| |/
| * let Stage1 handle Stage2 exit codeChristopher Vogt2017-02-093-4/+8