1. dcb948e Updated kotlin compiler to version 1.1.0-rc-84 by Simon Ogorodnik · 8 years ago
  2. f4f7642 Version ++ by Simon Ogorodnik · 8 years ago
  3. 3da12b4 Fixed problems with 1.0.6 compiler conflict by Simon Ogorodnik · 8 years ago
  4. 55fbf4f Drop import samples.* for website-samples by Simon Ogorodnik · 8 years ago
  5. f47798e Updated Kotlin Compiler finally and resolved problems by Simon Ogorodnik · 8 years ago
  6. e415e33 Version ++ by Simon Ogorodnik · 8 years ago
  7. 67a983e Updated Kotlin Compiler to 1.1-M04 by Simon Ogorodnik · 8 years ago
  8. 408c0bd Various config options now available in Gradle plugin by Simon Ogorodnik · 8 years ago
  9. cf4b03f Hotfix 0.9.11, finally fixed problem with dokka-fatjar resolving by Simon Ogorodnik · 8 years ago
  10. 08fbbc5 Hotfix 0.9.11, now dokka-android should work properly by Simon Ogorodnik · 8 years ago
  11. 06407b7 Workaround #127 by Simon Ogorodnik · 8 years ago
  12. 51f984c Merge pull request #126 from Kotlin/0.9.11/GH-90 by Simon Ogorodnik · 8 years ago
  13. f8246d9 Manual integration of PR #93 by Simon Ogorodnik · 8 years ago
  14. 48167ef Fix for GH-90 by Simon Ogorodnik · 8 years ago
  15. 7ddbe7c Altered publication script by Simon Ogorodnik · 8 years ago
  16. 80ffa21 Dokka ClassLoader for Gradle now complete isolated from Gradle Env by Simon Ogorodnik · 8 years ago
  17. 25b9aa9 tools.jar (#125), Fixes #85, #58 by Simon Ogorodnik · 8 years ago
  18. 3d3f359 Set version to 0.9.11 by Simon Ogorodnik · 8 years ago
  19. 378be37 KT-14818 Render function type argument names in generated documentation (#116) by Simon Ogorodnik · 8 years ago
  20. 2d03ad0 Merge pull request #123 from Kotlin/isolated-classloader by Simon Ogorodnik · 8 years ago
  21. 5d030c6 Drop *.iml's by Simon Ogorodnik · 8 years ago
  22. 546e8ed Post-review changes, simplified proxies by Simon Ogorodnik · 8 years ago
  23. 13bda73 Now dokka-fatjar complete isolated from poisonous Gradle environment by Simon Ogorodnik · 8 years ago
  24. 039bb97 Fixed tests for sample formats by Simon Ogorodnik · 8 years ago
  25. 0e3fe9f Merge pull request #122 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  26. 9c6ffa3 Added special format for experimental kotlin website samples format by Simon Ogorodnik · 8 years ago
  27. 7a6bc78 Merge pull request #121 from Kotlin/windows-warn-fix by Simon Ogorodnik · 8 years ago
  28. f229fec Set idea.io.use.fallback to "true", to fix idea environment startup warning on windows by Simon Ogorodnik · 8 years ago
  29. fe4d32a Update README.md by Simon Ogorodnik · 8 years ago
  30. 37cbd96 Merge pull request #111 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  31. edda34b Merge pull request #119 from Kotlin/0.9.10/GH-115 by Simon Ogorodnik · 8 years ago
  32. f3dd7eb Post-review fixes, removed code duplication, fixed @throws support by Simon Ogorodnik · 8 years ago
  33. 4b2c12c Fix sometimes failing test by Simon Ogorodnik · 8 years ago
  34. 5ab32ba Fix for GH-115, `@param` and `@return` tags is missing in javadoc output by Simon Ogorodnik · 8 years ago
  35. e9cf2d7 Merge pull request #114 from Kotlin/0.9.10/typealias by Simon Ogorodnik · 8 years ago
  36. 575caeb Fixup, remove unused imports by Simon Ogorodnik · 8 years ago
  37. 3704bf4 Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving by Simon Ogorodnik · 8 years ago
  38. 4b86a14 Fixup, added some type alias rendering tests by Simon Ogorodnik · 8 years ago
  39. d769c4d Added javadoc format test for simple typealiases by Simon Ogorodnik · 8 years ago
  40. bac315d Test for previous fix, in/out modifiers not lost by Simon Ogorodnik · 8 years ago
  41. 89d41a1 Fix most of failing tests, by not unwrapping types, if it not abbreviated (Otherwise we will lose in/out variance) by Simon Ogorodnik · 8 years ago
  42. 76c7e32 Type alias support by Simon Ogorodnik · 8 years ago
  43. 17a9a17 Merge remote-tracking branch 'origin/master' by Simon Ogorodnik · 8 years ago
  44. f0a8037 Fixed test by Simon Ogorodnik · 8 years ago
  45. 31c5633 Updated kotlin-compiler to 1.1-M03 and fixed configuration by Simon Ogorodnik · 8 years ago
  46. 913e94a Update README.md by Simon Ogorodnik · 8 years ago
  47. 875e7e5 Post review fixes, now building text in single pass. by Simon Ogorodnik · 8 years ago
  48. 47790d1 Replacing assertPrints, assertTrue to println for kotlin-website samples, Added SampleProcessingService to FormatDescriptor by Simon Ogorodnik · 8 years ago
  49. dc99d1f Added //sampleStart //sampleEnd to samples on kotlin website by Simon Ogorodnik · 8 years ago
  50. af81d5a Now all sample blocks in kotlin-website wrapped in <div class="sample" markdown="1">...</div> by Simon Ogorodnik · 8 years ago
  51. d8be364 Fixed android-gradle-plugin crash with android gradle build tools 2.2.0 by Simon Ogorodnik · 8 years ago
  52. 4dc2f01 Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 by Simon Ogorodnik · 8 years ago
  53. 32cfff6 Fix for KT-14603 Do not escape html inside code blocks in markdown (#112) by Simon Ogorodnik · 8 years ago
  54. 15f76be Disabled broken test due not-supported yet typealiases by Simon Ogorodnik · 8 years ago
  55. beb3389 Merge pull request #110 from Kotlin/0.9.10/GH-79 by Simon Ogorodnik · 8 years ago
  56. a014843 Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libraries not resolved by Simon Ogorodnik · 8 years ago
  57. c4cf001 Updated kotlin-compiler to 1.1-M2-8 (#109) by Simon Ogorodnik · 8 years ago
  58. 21b2fcb Fix for KT-14076 : empty visible div's (#108) by Simon Ogorodnik · 8 years ago
  59. b64579c Added test and post-review fix by Simon Ogorodnik · 8 years ago
  60. 8c7ba16 Fix for GH-89 : Support for links to packages by Simon Ogorodnik · 8 years ago
  61. 6c16c61 Merge branch '0.9.10/GH-98' by Simon Ogorodnik · 8 years ago
  62. d1eee30 Build refactoring: Now dokka-fatjar runnable through `java -jar` again by Simon Ogorodnik · 8 years ago
  63. 40e8132 Fix for GH #98 : Added tests, altered fix code for corner cases by Simon Ogorodnik · 8 years ago
  64. 225a499 Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc output by Simon Ogorodnik · 8 years ago
  65. 0c33c3c Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with spaces by Simon Ogorodnik · 8 years ago
  66. 7922e2a Fix for GH #97 : Preserve language name of fenced code block for highlight by Simon Ogorodnik · 8 years ago
  67. ee824b9 Fix for GH #95 , KT-13300 : dokka eats apostrophes by Simon Ogorodnik · 8 years ago
  68. b10acb9 Fix for GH#94 : meta charset for Html format by Simon Ogorodnik · 8 years ago
  69. 5daeb3e Updated run configurations after build refactoring by Simon Ogorodnik · 8 years ago
  70. f9bb949 do not add ./ to command if linux by Simon Ogorodnik · 8 years ago
  71. d364b76 Removed path relativize for commands by Simon Ogorodnik · 8 years ago
  72. b9ebe9c Fix for CI builds #2 by Simon Ogorodnik · 8 years ago
  73. 58fc8a7 Fix for CI builds by Simon Ogorodnik · 8 years ago
  74. 769701f Total build refactoring, prepare for new development iteration by Simon Ogorodnik · 8 years ago
  75. 08bcaa2 mention GFM format in README by Dmitry Jemerov · 8 years ago
  76. c7154f1 update download link in README by Dmitry Jemerov · 8 years ago
  77. 83bc074 Dokka 0.9.9 by Dmitry Jemerov · 8 years ago
  78. b776892 fix tests on Windows by Dmitry Jemerov · 8 years ago
  79. 045d36b update Android plugin dependency to non-beta version by Dmitry Jemerov · 8 years ago
  80. 95a606f update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qualified name resolve problem in doc comments by Dmitry Jemerov · 8 years ago
  81. 0f65cf0 handle code blocks escaped with multiple backticks correctly; generate extra backticks if text in code block contains backticks (KT-12998, KT-12999) by Dmitry Jemerov · 8 years ago
  82. b5367f2 don't lose exclamation marks in code blocks (KT-13000) by Dmitry Jemerov · 8 years ago
  83. c0064d2 Rewrite output generation; much cleaner Markdown and HTML generated. Resolves #71, #72 by Dmitry Jemerov · 8 years ago
  84. 625ea7d extract stateful builder out of FormatService by Dmitry Jemerov · 8 years ago
  85. cb97c45 introduce GFM output format by Dmitry Jemerov · 8 years ago
  86. ae64283 delete unused method by Dmitry Jemerov · 8 years ago
  87. d836218 fix Dokka up-to-date checks (KT-12323) by Dmitry Jemerov · 8 years ago
  88. f03e31e Correctly include dependencies in classpath of Dokka Android build. Resolves #78 by Dmitry Jemerov · 8 years ago
  89. b1a26bf build fix by Dmitry Jemerov · 8 years ago
  90. b96aaa5 Don't include internal members in generated javadoc. Resolves #75 by Dmitry Jemerov · 8 years ago
  91. af27102 Generate correct signature for methods with parameters of Java primitive types. Resolves #76 by Dmitry Jemerov · 8 years ago
  92. d1fc5f1 deprecate <includeDirs> in Dokka Maven plugin, support <includes> instead. Resolves #73 by Dmitry Jemerov · 8 years ago
  93. 9573133 add test for @JvmName support in javadoc by Dmitry Jemerov · 8 years ago
  94. e8f3428 Merge pull request #81 from zigzago/nojavadoc-crash by Dmitry Jemerov · 8 years ago
  95. 3d6d8e7 Avoid crash when no javadoc generated by Julien Buret · 8 years ago
  96. 0fc412a don't add dokka jar to DokkaGenerator classpath by Dmitry Jemerov · 8 years ago
  97. b1d0b93 update Gradle to 2.13 by Dmitry Jemerov · 8 years ago
  98. ffd0fa4 update docs for 0.9.8 by Dmitry Jemerov · 8 years ago
  99. 46fbf8e 0.9.8 release by Dmitry Jemerov · 8 years ago
  100. 39fefdc update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use regular kotlin-compiler and kotlin-ide-common instead by Dmitry Jemerov · 8 years ago