<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/plugins/base/src/main/kotlin/transformers/pages/samples, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/'/>
<entry>
<title>Decompose Kotlin/Java analysis (#3034)</title>
<updated>2023-07-05T08:04:55+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-07-05T08:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=9559158bfeeb274e9ccf1b4563f1b23b42afc493'/>
<id>9559158bfeeb274e9ccf1b4563f1b23b42afc493</id>
<content type='text'>
* Extract analysis into separate modules</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extract analysis into separate modules</pre>
</div>
</content>
</entry>
<entry>
<title>Dispose `AnalysisEnvironment` (#2755)</title>
<updated>2023-01-23T17:03:09+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2023-01-23T17:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=adfeed1b35b94ced80aba4e13dc926b2c389efb1'/>
<id>adfeed1b35b94ced80aba4e13dc926b2c389efb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OOME: Metaspace (#2678)</title>
<updated>2022-11-25T23:11:53+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2022-11-25T23:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=9ed17b64f0dd071afaa4f2e9c507937c4e9571d2'/>
<id>9ed17b64f0dd071afaa4f2e9c507937c4e9571d2</id>
<content type='text'>
* Fix OOME: Metaspace

* Add stress test

* Run sample analysis from `Dispatchers.Default`

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix OOME: Metaspace

* Add stress test

* Run sample analysis from `Dispatchers.Default`

</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Kotlin to 1.7.0-RC (#2508)</title>
<updated>2022-05-31T20:57:28+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2022-05-31T20:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=73f78dc34bbcb683f345192629bdbc631035887e'/>
<id>73f78dc34bbcb683f345192629bdbc631035887e</id>
<content type='text'>
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731

*  Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf

* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6

* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated

* `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A-

* Make `clean` independent from `setupMaven`

* Set up JDK classpath roots explicitly

because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246

* Add JPS model and faxml dependencies

* Fix test

* Exclude compiler from buildscript in integration test

* Exclude `com.intellij` package from compiler

* Update kotlin version in integration tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731

*  Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf

* `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6

* `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated

* `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A-

* Make `clean` independent from `setupMaven`

* Set up JDK classpath roots explicitly

because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246

* Add JPS model and faxml dependencies

* Fix test

* Exclude compiler from buildscript in integration test

* Exclude `com.intellij` package from compiler

* Update kotlin version in integration tests</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to merge implicit expect-actual declarations (#2316)</title>
<updated>2022-02-21T20:06:59+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2022-02-21T20:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=c44bf5487bd32f90a4576859548f1db0e9355a07'/>
<id>c44bf5487bd32f90a4576859548f1db0e9355a07</id>
<content type='text'>
* Add option to merge implicit expect-actual declarations

* Merge entries, constructors

* Fix StdLib integration test

* Add doc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add option to merge implicit expect-actual declarations

* Merge entries, constructors

* Fix StdLib integration test

* Add doc</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanups (#2165)</title>
<updated>2022-02-21T14:01:06+00:00</updated>
<author>
<name>Goooler</name>
<email>wangzongler@gmail.com</email>
</author>
<published>2022-02-21T14:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=f5b7797255576e5f1c230e2ca3fcb5f4e602387c'/>
<id>f5b7797255576e5f1c230e2ca3fcb5f4e602387c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KotlinWebSite plugin to transform samples (#2349)</title>
<updated>2022-02-09T12:59:40+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2022-02-09T12:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=019cef47f1bf993a7a25ec73e88b1d9da25528eb'/>
<id>019cef47f1bf993a7a25ec73e88b1d9da25528eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sourceRoots as samples dirs by default (#2216)</title>
<updated>2021-12-17T10:21:30+00:00</updated>
<author>
<name>Vadim Mishenev</name>
<email>vad-mishenev@yandex.ru</email>
</author>
<published>2021-12-17T10:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=702c102b934208792a380d8a984052801f9230a1'/>
<id>702c102b934208792a380d8a984052801f9230a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dark mode on samples (#2116)</title>
<updated>2021-09-08T08:41:50+00:00</updated>
<author>
<name>Marcin Aman</name>
<email>marcin.aman@gmail.com</email>
</author>
<published>2021-09-08T08:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=ab9040a94d5635e18194469cd217282b4d819b9d'/>
<id>ab9040a94d5635e18194469cd217282b4d819b9d</id>
<content type='text'>
* Dark mode on samples

* Fix samples script firing even when samples were not defined on current page</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Dark mode on samples

* Fix samples script firing even when samples were not defined on current page</pre>
</div>
</content>
</entry>
<entry>
<title>Bump kotlin 1.5.21 (#2031)</title>
<updated>2021-07-22T12:27:55+00:00</updated>
<author>
<name>Marcin Aman</name>
<email>marcin.aman@gmail.com</email>
</author>
<published>2021-07-22T12:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=b6dce5370b0c90932127499a903453b199e69c5a'/>
<id>b6dce5370b0c90932127499a903453b199e69c5a</id>
<content type='text'>
* bump kotlin to 1.5.21

* Bump binary compatibility plugin

* update stdlib submodule

* Bump IJ to 202.8194.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bump kotlin to 1.5.21

* Bump binary compatibility plugin

* update stdlib submodule

* Bump IJ to 202.8194.7</pre>
</div>
</content>
</entry>
</feed>
