aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-16Updated kotlin compiler to version 1.1.0-rc-84Simon Ogorodnik
Version ++ Prepare for next development iteration
2017-01-17Version ++Simon Ogorodnik
2017-01-17Fixed problems with 1.0.6 compiler conflictSimon Ogorodnik
2017-01-13Drop import samples.* for website-samplesSimon Ogorodnik
2017-01-13Updated Kotlin Compiler finally and resolved problemsSimon Ogorodnik
2017-01-12Version ++Simon Ogorodnik
2017-01-12Updated Kotlin Compiler to 1.1-M04Simon Ogorodnik
2017-01-10Various config options now available in Gradle pluginSimon Ogorodnik
2016-12-14Hotfix 0.9.11, finally fixed problem with dokka-fatjar resolvingSimon Ogorodnik
2016-12-14Hotfix 0.9.11, now dokka-android should work properlySimon Ogorodnik
2016-12-14Workaround #127Simon Ogorodnik
2016-12-14Merge pull request #126 from Kotlin/0.9.11/GH-90Simon Ogorodnik
Fix for #90
2016-12-14Manual integration of PR #93Simon Ogorodnik
2016-12-14Fix for GH-90Simon Ogorodnik
2016-12-08Altered publication scriptSimon Ogorodnik
2016-12-08Dokka ClassLoader for Gradle now complete isolated from Gradle EnvSimon Ogorodnik
2016-12-08tools.jar (#125), Fixes #85, #58 Simon Ogorodnik
Added hack to adjust publishing pom for maven Added hack to load tools.jar for cli
2016-12-06Set version to 0.9.11Simon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
Fix for KT-14818 Render function type argument names in generated documentation * Fixup, unescape name, before passing to identifier * Fixup
2016-12-06Merge pull request #123 from Kotlin/isolated-classloaderSimon Ogorodnik
Now dokka-fatjar complete isolated from poisonous Gradle environment
2016-12-06Drop *.iml'sSimon Ogorodnik
2016-12-06Post-review changes, simplified proxiesSimon Ogorodnik
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-30Fixed tests for sample formatsSimon Ogorodnik
2016-11-30Merge pull request #122 from Kotlin/website-samplesSimon Ogorodnik
Added special format for experimental kotlin website samples format
2016-11-30Added special format for experimental kotlin website samples formatSimon Ogorodnik
2016-11-30Merge pull request #121 from Kotlin/windows-warn-fixSimon Ogorodnik
Warning on windows fix
2016-11-30Set idea.io.use.fallback to "true", to fix idea environment startup warning ↵Simon Ogorodnik
on windows
2016-11-29Update README.mdSimon Ogorodnik
2016-11-29Merge pull request #111 from Kotlin/website-samplesSimon Ogorodnik
Tweaked output for kotlin-website samples feature
2016-11-29Merge pull request #119 from Kotlin/0.9.10/GH-115Simon Ogorodnik
Fix for #115 `@param` and `@return` tags is missing in javadoc output
2016-11-29Post-review fixes, removed code duplication, fixed @throws supportSimon Ogorodnik
2016-11-28Fix sometimes failing testSimon Ogorodnik
2016-11-28Fix for GH-115, `@param` and `@return` tags is missing in javadoc outputSimon Ogorodnik
2016-11-28Merge pull request #114 from Kotlin/0.9.10/typealiasSimon Ogorodnik
Type alias support
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-24Fixup, added some type alias rendering testsSimon Ogorodnik
2016-11-24Added javadoc format test for simple typealiasesSimon Ogorodnik
2016-11-24Test for previous fix, in/out modifiers not lostSimon Ogorodnik
2016-11-24Fix most of failing tests, by not unwrapping types, if it not abbreviated ↵Simon Ogorodnik
(Otherwise we will lose in/out variance)
2016-11-24Type alias supportSimon Ogorodnik
2016-11-24Merge remote-tracking branch 'origin/master'Simon Ogorodnik
2016-11-24Fixed testSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-22Update README.mdSimon Ogorodnik
Mentioned in read me that Kotlin 1.1-M03 requires Gradle 3.2
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, ↵Simon Ogorodnik
Added SampleProcessingService to FormatDescriptor
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" ↵Simon Ogorodnik
markdown="1">...</div> And small refactoring