aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-14[backport] Stabilize signatures to fix linking from Java to KotlinSimon 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 bodyDouglas Sigelbaum
Original: d889d4e
2018-07-13Add missing urlEncoded function for JLHSimon Ogorodnik
2018-07-13[backport] Fix problems in as-java java-layout-html modeSimon Ogorodnik
Extract common part of LanguageServices & other improvements Original: 853262e
2018-07-13[backport] Make possible to group extensions by receiverSimon Ogorodnik
Original: d8e03a3
2018-07-13[backport] Implement inbound links in java layout htmlSimon Ogorodnik
Original: 4641470
2018-07-13Refactor selecting of inbound link resolversSimon Ogorodnik
2018-07-13[backport] Support constants from Java in KK modeSimon Ogorodnik
Original: 7723826
2018-07-13[backport] Add value for constants from KotlinSimon Ogorodnik
Original: fab0890
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
Original: 9e65c3d
2018-07-13[backport] Show type parameters substitution in class hierarchySimon Ogorodnik
Original: a06d6a8
2018-07-13[backport] Add package list support for JLHSimon Ogorodnik
Original: 4256adf
2018-07-13[backport] Add uri.relativeToSimon Ogorodnik
Original: cca63f7
2018-07-13Build supertypes via Supertype nodes, not referenceSimon Ogorodnik
2018-07-13[backport] Make possible to generate signatures on output format sideSimon Ogorodnik
Original: 4469044
2018-07-13[backport] Make KotlinLanguageService render parametersSimon Ogorodnik
Original: 7899f8e
2018-07-13[backport] Add class hierarchy for JLHSimon Ogorodnik
Original: 33426ea
2018-06-04Update bundled kotlin compiler to 1.2.60-dev-157Simon Ogorodnik
(cherry picked from commit efbcbd5)
2018-05-21Bump versionSimon Ogorodnik
2018-05-21Flush .idea/*.xml changesSimon Ogorodnik
2018-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
Fix #308
2018-05-17Fix incorrect link to stylesheet in html formatSimon Ogorodnik
2018-05-16Fix external links to packages with uppercase letters in dokka modeSimon Ogorodnik
Fix #285
2018-05-16Fix link resolution context for inherited docsSimon Ogorodnik
Fix #229
2018-05-16Fix lookup of tools.jar in Maven runnerSimon Ogorodnik
Fix #272
2018-05-16Avoid unnecessary logging.Lukas Niemeier
2018-05-07Fix ClassCastException when generating JavaDocHÃ¥vard Kindem
Fixes #287
2018-03-23Fix external references to Java enum entriesSimon Ogorodnik
Fix #274
2018-03-07Fix early configuration resolving in Gradle PluginSimon Ogorodnik
Fixes #282
2018-03-07Bind language service backSimon Ogorodnik
2018-02-22Merge branch 'refactoring-layout-service' into devSimon Ogorodnik
2018-02-22Bump versionSimon Ogorodnik
2018-02-22Merge branch 'dev'Simon Ogorodnik
2018-02-21Update bundled kotlin compilerSimon Ogorodnik
2018-02-20Update publish-plugin and fix publishingSimon Ogorodnik
2018-02-20Update plugin-publish-pluginTim 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-01Add information on suppress package optionFlamenco
2018-02-01Fix publication POM for maven-pluginSimon Ogorodnik
2018-01-31Fix dependencies in Gradle 4.5Simon Ogorodnik
2018-01-31Update jkidSimon Ogorodnik
2018-01-30Use kotlin-test-junit in gradle-integration-testsSimon Ogorodnik
2018-01-29Update Gradle Kotlin Runtime dependencies version to 1.1Simon Ogorodnik
Dokka drops support for Gradle less then 3.5
2017-12-22Supports hacks for MPP documentation generationRoman Elizarov
2017-12-19Fix crash in as Java mode, just show ugly warningSimon Ogorodnik
2017-12-15Don't force bind LanguageService to KotlinLanguageServiceSimon Ogorodnik
2017-12-15Normalize file path's when using as URISimon Ogorodnik
2017-12-15Add forgotten part of testDataSimon Ogorodnik
2017-12-13Update Kotlin versionSimon Ogorodnik
2017-12-13Fix adding class directories to classpath Fixes #252Simon Ogorodnik