aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add example of reproducible buildsreproducible-buildsJakob Odersky2017-07-033-0/+53
|
* Make packages reproducibleJakob Odersky2017-07-031-2/+15
| | | | | | | | | Don't include time information in jars in order to make them reproducible. This allows builds to be verified with hash sums. Also see https://reproducible-builds.org/
* Merge pull request #542 from cvogt/fix-cross-version-cachingJan Christopher Vogt2017-06-301-1/+1
|\ | | | | fix cross-version caching key
| * fix cross-version caching keyChristopher Vogt2017-06-301-1/+1
|/
* Merge pull request #541 from darthorimar/patch-3Jan Christopher Vogt2017-06-281-9/+27
|\ | | | | Update intellij.md due to new plugin version
| * Update intellij.mdIlya Kirillov2017-06-281-9/+27
|/
* Merge pull request #540 from darthorimar/masterJan Christopher Vogt2017-06-281-14/+49
|\ | | | | Build Info improvements #3
| * Indetation fixesIlya Kirillov2017-06-281-3/+1
| |
| * Add extra modules resolvingIlya Kirillov2017-06-281-5/+13
| |
| * Add handling of not existing source jarsIlya Kirillov2017-06-281-1/+12
| |
| * Library sourcesIlya Kirillov2017-06-281-9/+27
|/
* Merge pull request #537 from darthorimar/build-infoJan Christopher Vogt2017-06-261-101/+158
|\ | | | | Build info enhance
| * Filter common childs in dirsIlya Kirillov2017-06-241-3/+17
| |
| * Rename sources to sourceDirsIlya Kirillov2017-06-241-49/+47
| |
| * BuildInfo extensionsIlya Kirillov2017-06-241-85/+130
|/
* Merge pull request #535 from cvogt/version-rangesJan Christopher Vogt2017-06-223-8/+51
|\ | | | | add basic support for maven version ranges
| * add basic support for maven version rangesChristopher Vogt2017-06-223-8/+51
| |
* | Merge pull request #530 from darthorimar/patch-1Jan Christopher Vogt2017-06-191-0/+26
|\ \ | | | | | | Create intellij.md
| * | Create intellij.mdIlya Kirillov2017-06-201-0/+26
|/ /
* / BuildInfo improvementsIlya Kirillov2017-06-191-61/+92
|/ | | | | | | * Add scala version for module * Fix not correct library list obtaining * Add cbt's own libraries export * Minimize xml a little
* Merge pull request #528 from cvogt/cbt-jarsJan Christopher Vogt2017-06-175-5/+13
|\ | | | | fix recursive and make cbt package jars
| * fix recursive and make cbt package jarsChristopher Vogt2017-06-175-5/+13
|/
* Merge pull request #525 from cvogt/minor-fix-error-messagesJan Christopher Vogt2017-06-165-10/+10
|\ | | | | minor fix to error messages
| * minor fix to error messagesChristopher Vogt2017-06-155-10/+10
|/
* Merge pull request #524 from cvogt/circle-2.0Jan Christopher Vogt2017-06-152-40/+50
|\ | | | | upgrade to circleci 2.0
| * upgrade to circleci 2.0Christopher Vogt2017-06-152-40/+50
| |
* | Merge pull request #523 from cvogt/restartJan Christopher Vogt2017-06-1516-115/+320
|\ \ | |/ |/| sbt-revolver like restart feature
| * add sbt-resolver like restart featureChristopher Vogt2017-06-157-0/+69
| |
| * add process library with extracted and new functionsChristopher Vogt2017-06-1511-112/+241
| |
| * warn on empty loop file (as seen) and sort loop files for debuggingChristopher Vogt2017-06-151-1/+6
| |
| * add nailgun files to array, maybe this is simplerChristopher Vogt2017-06-151-2/+4
|/
* Merge pull request #519 from etorreborre/kind-projector-pluginJan Christopher Vogt2017-06-154-0/+56
|\ | | | | Added a cbt plugin for the kind-projector compiler plugin
| * adjusted whitespace to cbt conventionJan Christopher Vogt2017-06-151-4/+4
| |
| * Merge remote-tracking branch 'origin/master' into kind-projector-pluginChristopher Vogt2017-06-1412-7/+287
| |\ | |/ |/|
* | Export build information (#511)Ilya Kirillov2017-06-145-1/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ExportBuildInformation plugin * Add targetLibraries * Add ExportBuildInformation to the BaseBuild trait * Add target, library jars * fixing mixed tabs and spaces * fixing indentation
* | Merge pull request #518 from megri/masterJan Christopher Vogt2017-06-131-2/+9
|\ \ | | | | | | Detect missing shellcheck and warn user during test
| * | Detect missing shellcheck and warn user during testmegri2017-06-131-2/+9
|/ /
* | Merge pull request #516 from megri/masterJan Christopher Vogt2017-06-131-1/+1
|\ \ | | | | | | Fix shellcheck linting warning
| * | Fix shellcheck linting warningMartin Egri2017-06-131-1/+1
| | |
* | | Merge pull request #515 from megri/masterJan Christopher Vogt2017-06-136-3/+88
|\| | | | | | | | Rudimentary Macroparadise plugin
| * | Disambiguate old-style/new-style macro compiler plugin buildsMartin Egri2017-06-137-36/+34
| | |
| * | Rudimentary Macroparadise plugin, example and testmegri2017-06-135-0/+87
|/ /
| * added an exampleEric Torreborre2017-06-144-1/+29
| |
| * added a cbt plugin for the kind-projector compiler pluginEric Torreborre2017-06-141-0/+28
|/
* Merge pull request #514 from megri/masterJan Christopher Vogt2017-06-121-3/+5
|\ | | | | Make scalameta-version configurable
| * Make scalameta-version configurablemegri2017-06-121-3/+5
|/
* Merge pull request #510 from darthorimar/masterJan Christopher Vogt2017-06-091-2/+2
|\ | | | | Eliminate unwanted output when nailgun not found
| * Eliminate unwanted output when nailgun not foundIlya Kirillov2017-06-091-2/+2
|/
* Merge pull request #507 from tim-zh/issue/421Jan Christopher Vogt2017-05-014-6/+23
|\ | | | | Fix #421 Html notifications
| * Fix #421 Html notificationstim-zh2017-05-014-6/+23
|/