Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | add JANSI library dependency | Dmitry Jemerov | |
2015-08-10 | ~ configure javadoc module, configure artifact configuration | Sergey Mashkov | |
2015-07-31 | Use Guice injector and ServiceLocator to load implementations on the fly | Sergey Mashkov | |
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 | 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-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 | |
2015-02-09 | add path variable for Kotlin plugin | Dmitry Jemerov | |
2015-02-05 | use code from Kotlin plugin for resolving references in KDoc; delete some ↵ | Dmitry Jemerov | |
dead code | |||
2015-01-30 | Ant task for Dokka | Dmitry Jemerov | |
2014-12-16 | Update library to support dot-names for sections | Ilya Ryzhenkov | |
2014-12-15 | Migrate to non-PsiBuilder fully-featured markdown parser. | Ilya Ryzhenkov | |
2014-10-03 | Work on cross-references. | Ilya Ryzhenkov | |
2014-07-11 | Build model using recursive visitor, include packages in model, add test for ↵ | Ilya Ryzhenkov | |
function with parameters, unify model and node. | |||
2014-07-11 | Add junit, setup test folders, add test/data/function.kt for initial model ↵ | Ilya Ryzhenkov | |
building without dependencies. | |||
2014-07-11 | Initial commit, setup compiler-as-a-service to analyse files. | Ilya Ryzhenkov | |