Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-14 | Refactor and document DisplaySourceSet, deprecate ↵ | Vsevolod Tolstopyatov | |
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897 | |||
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2022-10-26 | Fix source link to the line with name (#2724) | Vadim Mishenev | |
2022-09-26 | Fix source links in case of dri clashing (#2676) | Vadim Mishenev | |
2022-07-29 | Move source links into signature (#2476) | Vadim Mishenev | |
2022-06-30 | Do not generate source links for synthetic elements (#2547) | Ignat Beresnev | |
Fixes #2544 | |||
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 | |||
2021-03-10 | Add sourceset name to source label (#1767) | Marcin Aman | |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-30 | Fix parsing first word in deprecated (#1595) | Marcin Aman | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
2020-10-08 | Add information about content kind and sourceset to anchor | Marcin Aman | |
2020-10-08 | Anchors hint | Marcin Aman | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-08-24 | Fix SourceLinksTransformer#DocumentableSource#toLink | sebastian.sellmair | |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair | |
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 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair | |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair | |
2020-07-13 | Implemented extension point for tab sorting strategy | Filip Zybała | |
2020-07-08 | Add GFM tests | Andrzej Ratajczak | |
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-06-18 | Fixed sources platform tags; tailrec and external modifiers; sorting. | Filip Zybała | |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo | |
2020-05-20 | Tabs for sections v1 | Marcin Aman | |
2020-05-20 | Added anchors for symbols and headers on page | Filip Zybała | |
2020-05-19 | Add a draft version of divergent rendering | Kamil Doległo | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-05-13 | Introduce requested changes | Andrzej Ratajczak | |
2020-05-13 | SourceLinksTransformer: Fixed invalid cast exception, platform tags in ↵ | Filip Zybała | |
sources table, splitted invoke function to methods. | |||
2020-05-13 | Refactor sources to be presented in table | Andrzej Ratajczak | |
2020-04-08 | Fixes tests | Andrzej Ratajczak | |
2020-04-08 | Adds samples configuration parameter to include samples sources. | Andrzej Ratajczak | |
2020-04-08 | Adds source links to provide linking to source code on remote repositories | Andrzej Ratajczak | |
2020-04-08 | Adds includes configuration parameter to include package and module descriptions | Andrzej Ratajczak | |