Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-04 | Refactor extras in ContentNodes | Andrzej Ratajczak | |
2020-02-18 | Adds bintray publication for dokka base | Paweł Marks | |
2020-02-18 | Creates dokka base | Paweł Marks | |
2020-02-12 | kotlin-as-java plugin | Szymon Świstun | |
2020-02-10 | formatting | Szymon Świstun | |
2020-01-31 | Cherry-pick 'analysis_rewrite_1.3.61' | Kamil Doległo | |
2020-01-15 | Temporary reincluding and silencing integration tests | Paweł Marks | |
2020-01-15 | Information about generics and nullability is no longer lost | Paweł Marks | |
also removed obsolete and commented tests | |||
2020-01-08 | Delete accidentally added idea file | BarkingBad | |
2020-01-08 | Resolved problems with plugins loading ordering and added type safe ordering ↵ | Andrzej Ratajczak | |
function | |||
2019-11-26 | Introduction of all important extension points and restructuring of ↵ | Paweł Marks | |
DokkaGenerator | |||
2019-11-25 | Working extensions in plugins | Paweł Marks | |
2019-11-25 | HTML renderer refactor | Kamil Doległo | |
2019-10-31 | Make things compile, no matter the cost | Paweł Marks | |
2019-10-31 | Temp changes | Błażej Kardyś | |
2019-07-01 | Fix bug with nonexistent file on native | Kamil Doległo | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-09-11 | drop .idea | Eugene Petrenko | |
2018-05-21 | Flush .idea/*.xml changes | Simon Ogorodnik | |
2017-10-09 | Migrate run configurations | Simon Ogorodnik | |
2017-06-26 | Update bundled kotlin compiler to 1.1.3 | Simon Ogorodnik | |
2017-06-20 | Add gradle integration tests | Simon Ogorodnik | |
2017-02-27 | Package platforms detected based on it's members, refactored multiplatform ↵ | Simon Ogorodnik | |
tests layout | |||
2017-02-27 | Update run configuration for building stdlib docs | Dmitry Jemerov | |
2017-02-16 | Updated kotlin compiler to version 1.1.0-rc-84 | Simon Ogorodnik | |
Version ++ Prepare for next development iteration | |||
2017-01-12 | Updated Kotlin Compiler to 1.1-M04 | Simon Ogorodnik | |
2016-12-06 | Drop *.iml's | Simon Ogorodnik | |
2016-11-24 | Updated kotlin-compiler to 1.1-M03 and fixed configuration | Simon Ogorodnik | |
2016-11-10 | Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵ | Simon Ogorodnik | |
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 | |||
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik | |
2016-11-01 | Updated run configurations after build refactoring | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 | |||
2016-04-29 | update markdown.jar to a version compiled with Kotlin 1.0.1 | Dmitry Jemerov | |
2016-03-20 | Update .idea project files | porokoro | |
2016-01-25 | update Gradle libraries | Dmitry Jemerov | |
2016-01-12 | fix compilation after merge | Dmitry Jemerov | |
2016-01-04 | Gradle libraries updated | Dmitry Jemerov | |
2015-12-28 | update for Kotlin beta 4 | Dmitry Jemerov | |
2015-12-03 | fix "all tests" configuration | Dmitry Jemerov | |
2015-12-03 | fix module name in shared run configurations | Dmitry Jemerov | |
2015-12-03 | configure Ant dependency so that it's visible in IntelliJ | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |
2015-11-05 | update IDE configuration | Dmitry Jemerov | |
2015-11-05 | setup multi-project build; specify version in one place for all Gradle project | Dmitry Jemerov | |
2015-11-05 | include tools.jar in compilation classpath | Dmitry Jemerov | |
2015-11-03 | shared run configuration for generating stdlib javadoc | Dmitry Jemerov | |
2015-10-29 | Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into ↵ | Dmitry Jemerov | |
cy6erGn0m-javadoc # Conflicts: # dokka.iml # javadoc/javadoc.iml # javadoc/src/main/kotlin/docbase.kt # javadoc/src/main/kotlin/dokka-adapters.kt # javadoc/src/main/kotlin/reporter.kt # javadoc/src/main/kotlin/tags.kt # src/Analysis/AnalysisEnvironment.kt # src/Analysis/CompilerAPI.kt # src/Formats/KotlinWebsiteFormatService.kt # src/Formats/StructuredFormatService.kt # src/Java/JavaDocumentationBuilder.kt # src/Kotlin/ContentBuilder.kt # src/Kotlin/DocumentationBuilder.kt # src/Languages/JavaLanguageService.kt # src/Model/Content.kt # src/Model/PackageDocs.kt # src/Utilities/GuiceModule.kt # src/Utilities/Path.kt # src/Utilities/ServiceLocator.kt # test/src/markdown/MarkdownTestRunner.kt | |||
2015-10-29 | Use Guice injector and ServiceLocator to load implementations on the fly | Sergey Mashkov | |
2015-10-29 | Initial javadoc generation module | Sergey Mashkov | |