aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Generation
AgeCommit message (Expand)Author
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-02-24Don't crash on source roots without a platformDmitry Jemerov
2017-02-24Detect default platforms based only on the roots that we're currently processingDmitry Jemerov
2017-02-24Option to skip declarations in root package from generated documentation (the...Dmitry Jemerov
2017-02-24Process all declarations with the same primary platform in a single pass; all...Dmitry Jemerov
2017-02-24Rename isSample() to isNotSample() because that's what it checksDmitry Jemerov
2017-02-23Resolve link and generate alltypes only once, not after every platformDmitry Jemerov
2017-02-23Don't show implied platforms in outputDmitry Jemerov
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2017-02-22Better separation between analysis and output generation phasesDmitry Jemerov
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03allow each format service to provide its own support filesDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov