index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Analysis
/
AnalysisEnvironment.kt
Age
Commit message (
Collapse
)
Author
2015-09-11
M13 code cleanup
Dmitry Jemerov
2015-09-08
somehow make Dokka work with new compiler API
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ↵
Dmitry Jemerov
run yet)
2015-06-30
fix tests
Dmitry Jemerov
2015-05-27
allow to explicitly specify the type of root for every input path
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-11
fix warnings about initializers
Dmitry Jemerov
2015-02-13
tests use the same implementation of DocumentationModule building logic as ↵
Dmitry Jemerov
production code
2015-01-12
Update to the latest Kotlin compiler API
Alexander Udalov
2014-12-22
Document some types in Dokka and fix to make them work.
Ilya Ryzhenkov
2014-12-02
Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory ↵
Ilya Ryzhenkov
method.
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for ↵
Ilya Ryzhenkov
{code ...} directive.
2014-10-13
Migrate to lazy resolve session
Ilya Ryzhenkov
2014-09-19
Synchronize to Kotlin compiler API.
Ilya Ryzhenkov
2014-07-16
Use alternative way to get exhaust.
Ilya Ryzhenkov
2014-07-14
Add documentation
Ilya Ryzhenkov
2014-07-14
Beautification and documentation.
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ↵
Ilya Ryzhenkov
item.
2014-07-12
Store descriptors instead of resolution scopes, rename Model -> Module
Ilya Ryzhenkov
2014-07-11
Complete package migration and move files into folders.
Ilya Ryzhenkov