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-10-27 | Implement analysis test API (#3184) | Ignat Beresnev | |
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 | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler | |
2021-03-04 | Fix memory leak caused by coroutines (#1751) | Kamil Doległo | |
* Fix memory leak caused by coroutines * Catch all exceptions that might fail the build Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2020-11-25 | Remove suspend from SourceToDocumentableTranslator (#1622) | Kamil Doległo | |
* Remove suspend from SourceToDocumentableTranslator * Introduce AsyncSourceToDocumentableTranslator Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
2020-10-02 | Make translators run in parallel. | Andrzej Ratajczak | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-09-08 | Changed way of merging documentables to avoid exception on merging ↵ | Andrzej Ratajczak | |
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms | |||
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |
2020-08-12 | Move PreMergeDocumentableTransformer utils out of the interface | sebastian.sellmair | |
2020-08-12 | Move utility APIs into `PreMergeDocumentationTransformer` | sebastian.sellmair | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak | |
2020-06-04 | All modules page generation | Błażej Kardyś | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-04-22 | Refactors sources to documentables translation | Andrzej Ratajczak | |
2020-03-18 | Adding documentable filtering based on visibility | Błażej Kardyś | |
2020-03-18 | Add default values for parameters | Szymon Świstun | |
2020-03-18 | page transformer builders | Szymon Świstun | |
2020-03-16 | Rename Documentables to avoid name conflicts | Kamil Doległo | |
2020-02-19 | Rename extensions to make them more uniform | Kamil Doległo | |
2020-02-18 | Moves comments to content conversion to base plugin | Paweł Marks | |
2020-02-18 | Cleans up page mergers and moves them to base plugin | Paweł Marks | |
2020-02-18 | Moves PsiToDocumentablesTranslator to the base plugin | Paweł Marks | |
2020-02-18 | Renames DocumentationToPagesTranslatero and moves its implementation to base ↵ | Paweł Marks | |
plugin | |||
2020-02-18 | Renames DocumentationMerger and moves it to base plugin | Paweł Marks | |
2020-02-18 | Adds option to mark extension as fallback | Paweł Marks | |
2020-02-18 | Moves DescriptorToDocumentableTransformer to base plugin | Paweł Marks | |
2020-02-17 | Fix descriptor visiting, add test for DRI clash on JS | Kamil Doległo | |
After creating the test reproducing the DRI clash, I found a bug in the DefaultDescriptorToDocumentationTranslator, which this commit fixes. The bug was present when running the tests but not when using dokka on an external project. I have no idea how it worked, as debugging showed that the same code from AbstractClassDescriptor runs in both cases and the code contains an assert, which had to (and did) fail. Probably the error messages are being suppressed somehow. `getMemberScope()` requires a list of type substitutions which size is being compared to the type constructor's parameters count. I suppose we don't want to substitute the type parameters and get the unsubstituted member scope instead | |||
2020-02-12 | rename | Szymon Świstun | |
2020-02-12 | corrected SameName strategy | Szymon Świstun | |
2020-02-12 | page merger strategy with tests | Szymon Świstun | |
2020-02-12 | page merger strategy | Szymon Świstun | |
2020-02-12 | merger for functions | Szymon Świstun | |
2020-02-12 | kotlin-as-java fixed | Szymon Świstun | |
2020-02-12 | kotlin-as-java plugin | Szymon Świstun | |
2020-02-10 | formatting | Szymon Świstun | |
2020-02-06 | Resolves bugs with doubling references and fixes minor bugs | Andrzej Ratajczak | |
2020-02-04 | dri sets | Szymon Świstun | |
2020-01-31 | Cherry-pick 'analysis_rewrite_1.3.61' | Kamil Doległo | |
2020-01-31 | Fix TestRunner with new FileWriter.kt | Kamil Doległo | |
2020-01-31 | Unifing model for pages with content ant technical renderer specific pages | Paweł Marks | |
2020-01-28 | Patch Java analysis | Kamil Doległo | |
2020-01-28 | Adding java files psi parsing | Błażej Kardyś | |