aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Analysis
AgeCommit message (Collapse)Author
2019-11-28Cleaning package namingBłażej Kardyś
2019-08-05Cleanup, update READMEKamil Doległo
2019-07-01Fix bug with nonexistent file on nativeKamil Doległo
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-02-11Update bundled kotlin-compiler to 1.3.20-dev-564Simon Ogorodnik
2018-12-13Fix IDEA InspectionsXerus
2018-09-20Quick hack to make native workSimon Ogorodnik
2018-09-13Added native supportZubakov
2018-09-12Unresolved LazyTopDownAnalyzerFacade hotfixZubakov
2018-09-12Bundled compiler version upgradedZubakov
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt
2018-07-15Fix missing functions after rebaseSimon Ogorodnik
2018-07-14[backport] KT-24271: Support external link resolution in JavadocParserSimon Ogorodnik
Original: ace3914
2018-07-14[backport] Stabilize signatures to fix linking from Java to KotlinSimon Ogorodnik
Basically there is 2 ways to get signature, from PSI and from descriptors, and there should be only one way in one session Original: adc09f2
2018-07-13Minor style fixesaleksZubakov
2018-07-13AnalysisPlatform refactoringaleksZubakov
2018-07-12Add common platform supportaleksZubakov
2018-07-12AnalysisEnvironment classpath for js platform fixaleksZubakov
2018-07-10Add js platform supportaleksZubakov
2018-06-04Update bundled kotlin compiler to 1.2.60-dev-157Simon Ogorodnik
(cherry picked from commit efbcbd5)
2018-02-21Update bundled kotlin compilerSimon Ogorodnik
2017-12-22Supports hacks for MPP documentation generationRoman Elizarov
2017-12-13Fix adding class directories to classpath Fixes #252Simon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-21Hard-code language versionSimon Ogorodnik
2017-11-09Drop dependency on intellij-core-analysisSimon Ogorodnik
Instead of it, download idea.jar and manually strip it Also, depends on same as kotlin-compiler openapi version
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-04-24Update bundled kotlin-compiler to 1.1.2Simon Ogorodnik
2017-02-16Updated kotlin compiler to version 1.1.0-rc-84Simon Ogorodnik
Version ++ Prepare for next development iteration
2016-11-30Set idea.io.use.fallback to "true", to fix idea environment startup warning ↵Simon Ogorodnik
on windows
2016-11-25Fixup, remove unused importsSimon Ogorodnik
2016-11-25Fix AnalysisEnvironment to configure resolver properly according to latest ↵Simon Ogorodnik
changes, which is required to proper platform type aliases resolving
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-08Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from ↵Simon Ogorodnik
libraries not resolved
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the ↵Dmitry Jemerov
qualified name resolve problem in doc comments
2016-05-10use a much simpler way to access JavaDescriptorResolverDmitry Jemerov
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-13add all source roots as both Java and Kotlin source roots. Resolves #39Dmitry Jemerov
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov