index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runners
/
cli
/
src
Age
Commit message (
Collapse
)
Author
2020-07-07
Implement simple cli integration test
sebastian.sellmair
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-07-06
Replace direct creation of ExternalDocumentationLink with ↵
Kamil Doległo
ExternalDocumentationLink.Builder
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
Implement default configurations
sebastian.sellmair
2020-06-16
Refactor CLI
Andrzej Ratajczak
2020-06-15
Implement "failOnWarning" option
sebastian.sellmair
2020-06-15
Rework dokka configuration and Gradle plugin
Kamil Doległo
2020-06-10
Implement `reportUndocumented` option to report undocumented code
sebastian.sellmair
2020-06-04
All modules page generation
Błażej Kardyś
2020-05-20
Merging of platform dependent hints in sourceset tree
Błażej Kardyś
2020-05-14
Update to 1.4-M2, Native fails with an exception
Kamil Doległo
2020-05-14
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-04-30
Adds possibility to configure plugins
Andrzej Ratajczak
2020-03-31
Pull Request review fixes - defaultLinks method refactored, blank lines removed
Filip Zybała
2020-03-31
Fixed maven and CLI runners stdlib links bug
Filip Zybała
2020-03-23
Gradle Task supporting multimodular projects
Andrzej Ratajczak
2020-03-23
Adds base plugin loading in gradle and cli
Andrzej Ratajczak
2020-03-23
Adds linking plugins in CLI
Andrzej Ratajczak
2020-03-04
Use JDK8 as the default version
Kamil Doległo
2020-02-04
Adds summary reporting for all logging runners
Andrzej Ratajczak
2019-11-28
Cleaning package naming
Błażej Kardyś
2019-11-25
First plugin draft
Paweł Marks
2019-08-14
Fix CLI arguments, bump CLI library version
Kamil Doległo
2019-08-13
Fix typo in CLI
Kamil Doległo
2019-05-15
Fix SinceKotlin
Kamil Doległo
2019-03-27
Rework configuration, fix Gradle plugin
Kamil Doległo
2018-10-03
Introduce per-pass sinceKotlin
Simon Ogorodnik
2018-08-17
Temporarily merged new and old cli syntax
Zubakov Aleksey
2018-08-11
Cli parser refactoring
aleksZubakov
2018-08-10
Boilerplate eliminating
aleksZubakov
2018-08-08
Move extension function into companion object, passArguments inline
aleksZubakov
2018-08-06
Change cli parser
aleksZubakov
2018-08-01
Refactoring, replace DocumentationOption with PassConfiguration
aleksZubakov
2018-07-14
[backport] Support noJdkLink in cli
Simon Ogorodnik
Original: 9e11559
2018-07-13
[backport] Support propagating inherited extensions from libraries
Simon Ogorodnik
Original: bf2945d
2017-11-27
Add language version arguments
Simon Ogorodnik
2017-11-22
Add "suppress" to the per-package configuration options.
Chris Rankin
2017-11-05
Fix Can't find node by signature in asJava mode
Simon Ogorodnik
fixes #205
2017-06-26
Add deleted cli-parser
Simon Ogorodnik
2017-06-07
Make package-list caching optional
Simon Ogorodnik
2017-05-16
Fix runner parameters for consistency, add default link to stdlib
Simon Ogorodnik
2017-05-11
Add external documentation links argument to gradle, maven, ant
Simon Ogorodnik
2017-05-11
Support linking of external documentation
Simon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-02
Refactoring internal communication for gradle
Simon Ogorodnik
2017-04-24
Fix compilation of cli module
Simon Ogorodnik
2017-03-29
Per package options
Simon Ogorodnik
2017-02-23
Allow to specify implied platforms in command line; fix parsing of platforms ↵
Dmitry Jemerov
specified in command line
2017-02-23
Allow specifying implicit platforms for each source root
Dmitry Jemerov
[next]