<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/core/src/test/kotlin/utilities, 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>Restructure the project to utilize included builds (#3174)</title>
<updated>2023-11-10T10:46:54+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-11-10T10:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8e5c63d035ef44a269b8c43430f43f5c8eebfb63'/>
<id>8e5c63d035ef44a269b8c43430f43f5c8eebfb63</id>
<content type='text'>
* Refactor and simplify artifact publishing
* Update Gradle to 8.4
* Refactor and simplify convention plugins and build scripts

Fixes #3132

---------

Co-authored-by: Adam &lt;897017+aSemy@users.noreply.github.com&gt;
Co-authored-by: Oleg Yukhnevich &lt;whyoleg@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor and simplify artifact publishing
* Update Gradle to 8.4
* Refactor and simplify convention plugins and build scripts

Fixes #3132

---------

Co-authored-by: Adam &lt;897017+aSemy@users.noreply.github.com&gt;
Co-authored-by: Oleg Yukhnevich &lt;whyoleg@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright (#3149)</title>
<updated>2023-08-31T14:02:13+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-08-31T14:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=6a181a7a2b03ec263788d137610e86937a57d434'/>
<id>6a181a7a2b03ec263788d137610e86937a57d434</id>
<content type='text'>
* Add the default copyright profile and enable IDEA project settings
* Add the license notice file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the default copyright profile and enable IDEA project settings
* Add the license notice file</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSet (#3105)</title>
<updated>2023-08-14T17:45:32+00:00</updated>
<author>
<name>Vsevolod Tolstopyatov</name>
<email>qwwdfsad@gmail.com</email>
</author>
<published>2023-08-14T17:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=2269ac5e003b1cce90742b5f5ed9cd294dd099f4'/>
<id>2269ac5e003b1cce90742b5f5ed9cd294dd099f4</id>
<content type='text'>

* Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet
* Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable
* Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually
* Document DisplaySourceSet
* Replace Iterable&lt;DisplaySourceSet&gt;.sourceSetIDs with more straightforward Iterable&lt;DisplaySourceSet&gt;.computeSourceSetIds(), refactor all the usages, save some allocations
* Start caching CompositeSourceSetID properties to avoid excessive allocations
* Update integration tests on the latest revision with Knit version where the workaround is applied

Fixes #2897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

* Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet
* Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable
* Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually
* Document DisplaySourceSet
* Replace Iterable&lt;DisplaySourceSet&gt;.sourceSetIDs with more straightforward Iterable&lt;DisplaySourceSet&gt;.computeSourceSetIds(), refactor all the usages, save some allocations
* Start caching CompositeSourceSetID properties to avoid excessive allocations
* Update integration tests on the latest revision with Knit version where the workaround is applied

Fixes #2897
</pre>
</div>
</content>
</entry>
<entry>
<title>Deserialize DokkaConfiguration's Set as LinkedHashSet  (#3006)</title>
<updated>2023-07-12T15:12:23+00:00</updated>
<author>
<name>eunwoo-park</name>
<email>eeunwoop@gmail.com</email>
</author>
<published>2023-07-12T15:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=20e06e878ebbe09865ff36d64ff113fd4cff8905'/>
<id>20e06e878ebbe09865ff36d64ff113fd4cff8905</id>
<content type='text'>
Fixes #2999

Helps preserve order of Set elements.

Co-authored-by: 박은우/게임플랫폼클라팀/NE &lt;eunwoo.park@nhn.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2999

Helps preserve order of Set elements.

Co-authored-by: 박은우/게임플랫폼클라팀/NE &lt;eunwoo.park@nhn.com&gt;</pre>
</div>
</content>
</entry>
<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>Add the ability to pretty print DokkaConfiguration (#2872)</title>
<updated>2023-02-20T20:45:48+00:00</updated>
<author>
<name>Ignat Beresnev</name>
<email>ignat.beresnev@jetbrains.com</email>
</author>
<published>2023-02-20T20:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=fa22175d91fd63b833c537990b79569fa3e2f97d'/>
<id>fa22175d91fd63b833c537990b79569fa3e2f97d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let module name be configurable withing `AbstractDokkaTask` and remove concept of `moduleDisplayName`</title>
<updated>2020-08-31T13:10:04+00:00</updated>
<author>
<name>sebastian.sellmair</name>
<email>sebastian.sellmair@jetbrains.com</email>
</author>
<published>2020-08-27T13:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=8cd28416817dfd7d28bb66b28e849d97cc09012b'/>
<id>8cd28416817dfd7d28bb66b28e849d97cc09012b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it</title>
<updated>2020-08-17T09:52:28+00:00</updated>
<author>
<name>sebastian.sellmair</name>
<email>sebastian.sellmair@jetbrains.com</email>
</author>
<published>2020-08-17T08:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=a2be91ea289ddb1a8634c5fd252243f1b9ab7000'/>
<id>a2be91ea289ddb1a8634c5fd252243f1b9ab7000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use List for representing classpaths instead of Set</title>
<updated>2020-08-14T15:51:11+00:00</updated>
<author>
<name>sebastian.sellmair</name>
<email>sebastian.sellmair@jetbrains.com</email>
</author>
<published>2020-08-13T17:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=e3bf37c0ef8c88755f1d2d15d3ba6d07d649e005'/>
<id>e3bf37c0ef8c88755f1d2d15d3ba6d07d649e005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DokkaConfiguration: Use `Set` instead of `List` when collections are expected to be distinct</title>
<updated>2020-08-14T15:51:11+00:00</updated>
<author>
<name>sebastian.sellmair</name>
<email>sebastian.sellmair@jetbrains.com</email>
</author>
<published>2020-07-22T09:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=37d12bed40edc226d96d0e1a4b28a24583ece94f'/>
<id>37d12bed40edc226d96d0e1a4b28a24583ece94f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
