Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-10-29 | shared run configuration: nodeprecated, fix reflection path | Dmitry Jemerov | |
2015-10-29 | add JANSI library dependency | Dmitry Jemerov | |
2015-10-29 | update main class name in shared run configurations | Dmitry Jemerov | |
2015-09-21 | fix rendering of extension function types | Dmitry Jemerov | |
2015-09-09 | render annotations with @; render only @MustBeDocumented annotations; render ↵ | Dmitry Jemerov | |
all modifiers | |||
2015-09-07 | work in progress on updating Dokka to latest Kotlin (compiles but does not ↵ | Dmitry Jemerov | |
run yet) | |||
2015-08-10 | ~ configure javadoc module, configure artifact configuration | Sergey Mashkov | |
2015-08-10 | ~ remove javadoc module | Sergey Mashkov | |
2015-07-31 | Use Guice injector and ServiceLocator to load implementations on the fly | Sergey Mashkov | |
2015-07-28 | Initial javadoc generation module | Sergey Mashkov | |
2015-07-15 | remove duplicate VCS mapping | Dmitry Jemerov | |
2015-07-14 | Build fatjar by gradle and use it's output as dependency for maven and ↵ | Sergey Mashkov | |
gradle plugins. Eliminate local repository in out dir. | |||
2015-07-13 | Don't require JDK 1.8 | Sergey Mashkov | |
2015-07-13 | Add Mojo and TaskAction annotations to the list of annotations prohibits ↵ | Sergey Mashkov | |
unused declaration warning | |||
2015-07-13 | Gradle initial plugin implementation | Sergey Mashkov | |
2015-07-13 | Add JANSI library as it is required sometimes | Sergey Mashkov | |
2015-07-13 | Maven plugin initial implementation | Sergey Mashkov | |
2015-05-28 | change output path for artifact | Dmitry Jemerov | |
2015-05-28 | rename build.xml to build-docs.xml; add artifact for dokka.zip | Dmitry Jemerov | |
2015-05-27 | one more missing dependency | Dmitry Jemerov | |
2015-05-27 | update to M12 compiler API; store dependency jars in VCS instead of ↵ | Dmitry Jemerov | |
depending on Kotlin plugin via path variable | |||
2015-03-18 | remove unused library; split kotlin-compiler and kotlin-plugin libraries; ↵ | Dmitry Jemerov | |
fix Dokka artifact | |||
2015-02-27 | use JSoup to convert HTML markup in javadoc to content tree | Dmitry Jemerov | |