Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | [backport] Stabilize signatures to fix linking from Java to Kotlin | Simon Ogorodnik | |
Basically there is 2 ways to get signature, from PSI and from descriptors, and there should be only one way in one session Original: adc09f2 | |||
2018-07-14 | [backport] Use expression body | Douglas Sigelbaum | |
Original: d889d4e | |||
2018-07-13 | Add missing urlEncoded function for JLH | Simon Ogorodnik | |
2018-07-13 | [backport] Fix problems in as-java java-layout-html mode | Simon Ogorodnik | |
Extract common part of LanguageServices & other improvements Original: 853262e | |||
2018-07-13 | [backport] Make possible to group extensions by receiver | Simon Ogorodnik | |
Original: d8e03a3 | |||
2018-07-13 | [backport] Implement inbound links in java layout html | Simon Ogorodnik | |
Original: 4641470 | |||
2018-07-13 | Refactor selecting of inbound link resolvers | Simon Ogorodnik | |
2018-07-13 | [backport] Support constants from Java in KK mode | Simon Ogorodnik | |
Original: 7723826 | |||
2018-07-13 | [backport] Add value for constants from Kotlin | Simon Ogorodnik | |
Original: fab0890 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-13 | [backport] Show type parameters substitution in class hierarchy | Simon Ogorodnik | |
Original: a06d6a8 | |||
2018-07-13 | [backport] Add package list support for JLH | Simon Ogorodnik | |
Original: 4256adf | |||
2018-07-13 | [backport] Add uri.relativeTo | Simon Ogorodnik | |
Original: cca63f7 | |||
2018-07-13 | Build supertypes via Supertype nodes, not reference | Simon Ogorodnik | |
2018-07-13 | [backport] Make possible to generate signatures on output format side | Simon Ogorodnik | |
Original: 4469044 | |||
2018-07-13 | [backport] Make KotlinLanguageService render parameters | Simon Ogorodnik | |
Original: 7899f8e | |||
2018-07-13 | [backport] Add class hierarchy for JLH | Simon Ogorodnik | |
Original: 33426ea | |||
2018-06-04 | Update bundled kotlin compiler to 1.2.60-dev-157 | Simon Ogorodnik | |
(cherry picked from commit efbcbd5) | |||
2018-05-21 | Bump version | Simon Ogorodnik | |
2018-05-21 | Flush .idea/*.xml changes | Simon Ogorodnik | |
2018-05-18 | Enable suppression of generated files for Android plugin 3.2.0-alpha | Simon Ogorodnik | |
Fix #308 | |||
2018-05-17 | Fix incorrect link to stylesheet in html format | Simon Ogorodnik | |
2018-05-16 | Fix external links to packages with uppercase letters in dokka mode | Simon Ogorodnik | |
Fix #285 | |||
2018-05-16 | Fix link resolution context for inherited docs | Simon Ogorodnik | |
Fix #229 | |||
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier | |
2018-05-07 | Fix ClassCastException when generating JavaDoc | HÃ¥vard Kindem | |
Fixes #287 | |||
2018-03-23 | Fix external references to Java enum entries | Simon Ogorodnik | |
Fix #274 | |||
2018-03-07 | Fix early configuration resolving in Gradle Plugin | Simon Ogorodnik | |
Fixes #282 | |||
2018-03-07 | Bind language service back | Simon Ogorodnik | |
2018-02-22 | Merge branch 'refactoring-layout-service' into dev | Simon Ogorodnik | |
2018-02-22 | Bump version | Simon Ogorodnik | |
2018-02-22 | Merge branch 'dev' | Simon Ogorodnik | |
2018-02-21 | Update bundled kotlin compiler | Simon Ogorodnik | |
2018-02-20 | Update publish-plugin and fix publishing | Simon Ogorodnik | |
2018-02-20 | Update plugin-publish-plugin | Tim Yates | |
Hiya, Tim from Gradle here. There was a [bug in versions prior to 0.9.7](https://discuss.gradle.org/t/plugin-authors-please-use-the-latest-plugin-publish-plugin-others-may-result-in-a-broken-upload/23573) of the gradle `plugin-publish-plugin`, where artifacts would sometimes silently not be pushed into the repo. Your plugin has not been affected by the bug yet, but you should still upgrade. This won't fix issue 146 (I'm not sure what has caused the pom differences seen in that issue), but it should avoid any problems publishing future versions | |||
2018-02-01 | Add information on suppress package option | Flamenco | |
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2018-01-31 | Fix dependencies in Gradle 4.5 | Simon Ogorodnik | |
2018-01-31 | Update jkid | Simon Ogorodnik | |
2018-01-30 | Use kotlin-test-junit in gradle-integration-tests | Simon Ogorodnik | |
2018-01-29 | Update Gradle Kotlin Runtime dependencies version to 1.1 | Simon Ogorodnik | |
Dokka drops support for Gradle less then 3.5 | |||
2017-12-22 | Supports hacks for MPP documentation generation | Roman Elizarov | |
2017-12-19 | Fix crash in as Java mode, just show ugly warning | Simon Ogorodnik | |
2017-12-15 | Don't force bind LanguageService to KotlinLanguageService | Simon Ogorodnik | |
2017-12-15 | Normalize file path's when using as URI | Simon Ogorodnik | |
2017-12-15 | Add forgotten part of testData | Simon Ogorodnik | |
2017-12-13 | Update Kotlin version | Simon Ogorodnik | |
2017-12-13 | Fix adding class directories to classpath Fixes #252 | Simon Ogorodnik | |