aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-08fix HTML entity handling after changes in markdown parser; remove detail coun...Dmitry Jemerov
2015-09-08specify wildcard for test classesDmitry Jemerov
2015-09-08Ant task to run testsDmitry Jemerov
2015-09-08somehow make Dokka work with new compiler APIDmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ru...Dmitry Jemerov
2015-09-02update to latest KotlinDmitry Jemerov
2015-07-27Merge pull request #31 from cy6erGn0m/javadocDmitry Jemerov
2015-07-27Upgrade markdown.jarSergey Mashkov
2015-07-27SourcePosition shouldn't contain nullsSergey Mashkov
2015-07-24Rework toDocumentationNode function to use ConstantValue<*> instead of any?Sergey Mashkov
2015-07-24Put source position information to node's details sectionSergey Mashkov
2015-07-22Upgrade to latest kotlinSergey Mashkov
2015-07-15remove duplicate VCS mappingDmitry Jemerov
2015-07-15Merge pull request #30 from cy6erGn0m/buildDmitry Jemerov
2015-07-14Add new module to ant clean taskSergey Mashkov
2015-07-14Build fatjar by gradle and use it's output as dependency for maven and gradle...Sergey Mashkov
2015-07-13Merge pull request #29 from cy6erGn0m/gradle-pluginDmitry Jemerov
2015-07-13Don't require JDK 1.8Sergey Mashkov
2015-07-13Merge pull request #28 from cy6erGn0m/maven-pluginDmitry Jemerov
2015-07-13Add Mojo and TaskAction annotations to the list of annotations prohibits unus...Sergey Mashkov
2015-07-13Ant build to support gradle-plugin build tooSergey Mashkov
2015-07-13Gradle plugin getting startedSergey Mashkov
2015-07-13Gradle initial plugin implementationSergey Mashkov
2015-07-13Add sonatype repoSergey Mashkov
2015-07-13Maven plugin getting startedSergey Mashkov
2015-07-13Add JANSI library as it is required sometimesSergey Mashkov
2015-07-13Building all by ant + docSergey Mashkov
2015-07-13Maven plugin initial implementationSergey Mashkov
2015-07-13Build and install dokka fatjar to a local repository (to be used by maven)Sergey Mashkov
2015-07-09Merge pull request #27 from cy6erGn0m/maven-pluginDmitry Jemerov
2015-07-09fatjar ant target to get complete dokka-fat.jar to be used in command-line an...Sergey Mashkov
2015-07-09Merge pull request #26 from bintree/masterDmitry Jemerov
2015-07-09Fix project after types enhancement from annotationsDenis Zharkov
2015-06-30fix testsDmitry Jemerov
2015-06-30update intellij-core-analysis as wellDmitry Jemerov
2015-06-30update to latest KotlinDmitry Jemerov
2015-06-18allow repeated compilation for warm benchmarkingDmitry Jemerov
2015-06-16some cleanupDmitry Jemerov
2015-06-09add a simple build scriptDmitry Jemerov
2015-05-29apply code cleanup; fix couple of deprecations manuallyDmitry Jemerov
2015-05-28report warnings for functions that contain unresolved typesDmitry Jemerov
2015-05-28use artifact built on TeamCity rather than locallyDmitry Jemerov
2015-05-28change output path for artifactDmitry Jemerov
2015-05-28rename build.xml to build-docs.xml; add artifact for dokka.zipDmitry Jemerov
2015-05-27don't crash if we failed to resolve base type for an extension functionDmitry Jemerov
2015-05-27one more missing dependencyDmitry Jemerov
2015-05-27generate 'interface' keyword instead of 'trait'Dmitry Jemerov
2015-05-27update expected outputDmitry Jemerov
2015-05-27allow to explicitly specify the type of root for every input pathDmitry Jemerov
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of depending...Dmitry Jemerov