aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Generation
AgeCommit message (Expand)Author
2018-09-24Merge remote-tracking branch 'origin/kotlin-website-jonnyzzz' into kotlin-web...Simon Ogorodnik
2018-09-24Use only first target for expect elementsSimon Ogorodnik
2018-09-24Get rid of duplicated items with set of platform < than commonSimon Ogorodnik
2018-09-23less noise from an attempt to write file several timesEugene Petrenko
2018-09-21less noise on errorEugene Petrenko
2018-09-14include more diagnostics for files clashesEugene Petrenko
2018-09-14cleanupEugene Petrenko
2018-09-13report files clashEugene Petrenko
2018-09-13more logging around signature failureEugene Petrenko
2018-09-13more loggingEugene Petrenko
2018-09-13more info instead of NPEEugene Petrenko
2018-09-13add more debug info in error messageEugene Petrenko
2018-09-12Bundled compiler version upgradedZubakov
2018-09-06Drop unnecessary properties in SourceRootZubakov
2018-08-27Introduce origin reference kind, change documentation graph merge logic, mino...Zubakov
2018-08-17Merger platforms bug fix, refactoringZubakov Aleksey
2018-08-06Optional dependency bug workaround: google/guice#847aleksZubakov
2018-08-06DocumentationMerger refactoringaleksZubakov
2018-08-06ExternalDocumentationLinkResolver refactoring, extract common dependencies fr...aleksZubakov
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-25Add logic of merging different platforms graphsaleksZubakov
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
2018-07-15Fix missing functions after rebaseSimon Ogorodnik
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
2018-07-14KT-24300: Support inclusion overview.html into package summarySimon Ogorodnik
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
2018-07-10Add js platform supportaleksZubakov
2018-05-17Fix incorrect link to stylesheet in html formatSimon Ogorodnik
2017-12-11Fix file extensions when FormatService.extension != linkExtensionSimon Ogorodnik
2017-12-02Add actual relativePathToNode functionSimon Ogorodnik
2017-12-02Fix outline file names, fix incorrect placement of support filesSimon Ogorodnik
2017-12-02Make possible to calculate path to rootSimon Ogorodnik
2017-12-02WIP: Refactoring, remove LocationService, rework FormatDescriptorSimon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
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