Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2023-01-23 | Dispose `AnalysisEnvironment` (#2755) | Vadim Mishenev | |
2022-11-26 | Fix OOME: Metaspace (#2678) | Vadim Mishenev | |
* Fix OOME: Metaspace * Add stress test * Run sample analysis from `Dispatchers.Default` | |||
2022-05-31 | Bump Kotlin to 1.7.0-RC (#2508) | Vadim Mishenev | |
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731 * Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf * `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6 * `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated * `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A- * Make `clean` independent from `setupMaven` * Set up JDK classpath roots explicitly because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246 * Add JPS model and faxml dependencies * Fix test * Exclude compiler from buildscript in integration test * Exclude `com.intellij` package from compiler * Update kotlin version in integration tests | |||
2022-02-21 | Add option to merge implicit expect-actual declarations (#2316) | Vadim Mishenev | |
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-09 | Add KotlinWebSite plugin to transform samples (#2349) | Vadim Mishenev | |
2021-12-17 | Use sourceRoots as samples dirs by default (#2216) | Vadim Mishenev | |
2021-09-08 | Dark mode on samples (#2116) | Marcin Aman | |
* Dark mode on samples * Fix samples script firing even when samples were not defined on current page | |||
2021-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman | |
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7 | |||
2021-06-22 | Multilanguage docs inheritance (#1951) | Marcin Aman | |
* Multilanguage docs inheritance * Add map to store inherit doc entries | |||
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-25 | Make samples runnable | Kamil Doległo | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) | |||
2020-05-19 | Samples fix | Andrzej Ratajczak | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-05-13 | Bugfix | Andrzej Ratajczak | |
2020-05-13 | Working tests for includes, sources and samples. Minor bugfixes | Andrzej Ratajczak | |
2020-04-08 | Applies requested changes | Andrzej Ratajczak | |
2020-04-08 | Adds samples configuration parameter to include samples sources. | Andrzej Ratajczak | |