aboutsummaryrefslogtreecommitdiff
path: root/.idea/libraries
AgeCommit message (Expand)Author
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
2016-04-29update markdown.jar to a version compiled with Kotlin 1.0.1Dmitry Jemerov
2016-03-20Update .idea project filesporokoro
2016-01-25update Gradle librariesDmitry Jemerov
2016-01-12fix compilation after mergeDmitry Jemerov
2016-01-04Gradle libraries updatedDmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-11-05update IDE configurationDmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov
2015-10-29Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-j...Dmitry Jemerov
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-29add JANSI library dependencyDmitry Jemerov
2015-08-10~ configure javadoc module, configure artifact configurationSergey Mashkov
2015-07-31Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-07-14Build fatjar by gradle and use it's output as dependency for maven and gradle...Sergey Mashkov
2015-07-13Gradle initial plugin implementationSergey Mashkov
2015-07-13Add JANSI library as it is required sometimesSergey Mashkov
2015-07-13Maven plugin initial implementationSergey Mashkov
2015-05-27one more missing dependencyDmitry Jemerov
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of depending...Dmitry Jemerov
2015-03-18remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix...Dmitry Jemerov
2015-02-27use JSoup to convert HTML markup in javadoc to content treeDmitry Jemerov
2015-02-09add path variable for Kotlin pluginDmitry Jemerov
2015-02-05use code from Kotlin plugin for resolving references in KDoc; delete some dea...Dmitry Jemerov
2015-01-30Ant task for DokkaDmitry Jemerov
2014-12-16Update library to support dot-names for sectionsIlya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-10-03Work on cross-references.Ilya Ryzhenkov
2014-07-11Build model using recursive visitor, include packages in model, add test for ...Ilya Ryzhenkov
2014-07-11Add junit, setup test folders, add test/data/function.kt for initial model bu...Ilya Ryzhenkov
2014-07-11Initial commit, setup compiler-as-a-service to analyse files.Ilya Ryzhenkov