<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/.gitattributes, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>Update to Gradle 6.5.1</title>
<updated>2020-08-24T17:48:03+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-07-09T13:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=a76545d600efcd6baea1d4e170fc8360382588c4'/>
<id>a76545d600efcd6baea1d4e170fc8360382588c4</id>
<content type='text'>
This commit updates the Gradle wrapper to version 6.5.1 to address some
of the issues we were having when importing the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the Gradle wrapper to version 6.5.1 to address some
of the issues we were having when importing the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finalize monorepo setup for OpenDC</title>
<updated>2020-08-24T14:32:31+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-08-24T14:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=b50558d6ce990ada3d4b4c1b4fbb6eaf582d5dad'/>
<id>b50558d6ce990ada3d4b4c1b4fbb6eaf582d5dad</id>
<content type='text'>
This change merges the four main OpenDC development repositories into a
single Git repository and performs final organization of the repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change merges the four main OpenDC development repositories into a
single Git repository and performs final organization of the repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare simulator repository for monorepo</title>
<updated>2020-08-24T14:18:13+00:00</updated>
<author>
<name>Georgios Andreadis</name>
<email>info@gandreadis.com</email>
</author>
<published>2020-06-29T14:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=46b06fb446e79c390c01953d31d700b8e73da24d'/>
<id>46b06fb446e79c390c01953d31d700b8e73da24d</id>
<content type='text'>
This change prepares the simulator Git repository for the monorepo residing at
https://github.com/atlarge-research.com/opendc. To accomodate for this, we
move all files into a simulator subdirectory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change prepares the simulator Git repository for the monorepo residing at
https://github.com/atlarge-research.com/opendc. To accomodate for this, we
move all files into a simulator subdirectory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare opendc repository for monorepo</title>
<updated>2020-08-24T14:04:00+00:00</updated>
<author>
<name>Georgios Andreadis</name>
<email>info@gandreadis.com</email>
</author>
<published>2020-06-29T14:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=4a79cefdf5d71715b6c575d5c8bb4fea418c2ba6'/>
<id>4a79cefdf5d71715b6c575d5c8bb4fea418c2ba6</id>
<content type='text'>
This change prepares the opendc repository for a monorepo setup by
moving all files to the core/ directory. After all repositories have
been merged into this repository, we will move the correct files back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change prepares the opendc repository for a monorepo setup by
moving all files to the core/ directory. After all repositories have
been merged into this repository, we will move the correct files back.
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: Fix Gradle build on Windows</title>
<updated>2020-03-16T18:55:22+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2020-03-16T18:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=e3e3128464e1a488cd14b8d29a3d24eac3572dbb'/>
<id>e3e3128464e1a488cd14b8d29a3d24eac3572dbb</id>
<content type='text'>
This change adds a workaround for the Windows build where Gradle fails
to compile the Kotlin code in `buildSrc` due to CRLF line endings.

See https://github.com/gradle/gradle/issues/12248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds a workaround for the Windows build where Gradle fails
to compile the Kotlin code in `buildSrc` due to CRLF line endings.

See https://github.com/gradle/gradle/issues/12248
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: Add .gitattributes for Gradle wrapper</title>
<updated>2019-11-21T09:14:25+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2019-11-21T09:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=4326c2ee0e50a6ba6cfd9bb8258a015aa7c6adf3'/>
<id>4326c2ee0e50a6ba6cfd9bb8258a015aa7c6adf3</id>
<content type='text'>
This change ensures that the batch file for invoking the Gradle wrapper
is treated as a file with Windows line endings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change ensures that the batch file for invoking the Gradle wrapper
is treated as a file with Windows line endings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitattribute to not convert LF to CRLF</title>
<updated>2017-02-15T23:29:45+00:00</updated>
<author>
<name>Sacheendra Talluri</name>
<email>sacheendra.t@gmail.com</email>
</author>
<published>2017-02-15T23:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=9e6b0f7861ddc4ce4f1e8e73dfb3a98a0be5db1c'/>
<id>9e6b0f7861ddc4ce4f1e8e73dfb3a98a0be5db1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
