<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/core/io_cube.h, branch master</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=master</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2025-04-21T08:33:46Z</updated>
<entry>
<title>Merged some files, renamed another</title>
<updated>2025-04-21T08:33:46Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-21T08:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=1d9b8acfeece68c4f55d2499d8aed127f98a383c'/>
<id>urn:sha1:1d9b8acfeece68c4f55d2499d8aed127f98a383c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some minor changes to the interface.</title>
<updated>2025-04-08T13:16:21Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-08T13:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=e4f356b9592599ad91aac34bf2265c9bcdfbb81f'/>
<id>urn:sha1:e4f356b9592599ad91aac34bf2265c9bcdfbb81f</id>
<content type='text'>
- Simplified logger to accept only a string, not a variadic list
  of args like printf(). This can still use some improvement,
  but now it is easier to use from other languages.
- Fixed some misuses of the logger (wrong types etc)
- Renamed some constants
- Fixed some typos in comments.
</content>
</entry>
<entry>
<title>Some safety with move arrays, small refactor appendchar</title>
<updated>2025-03-22T17:45:47Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-03-22T05:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ce3f1cc0ef9f46d70ab5387b1458e9098b40711d'/>
<id>urn:sha1:ce3f1cc0ef9f46d70ab5387b1458e9098b40711d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make writecube safer</title>
<updated>2024-10-12T09:11:28Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-12T09:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=da8fdd4955fd24666643915a6728678e9965a0d3'/>
<id>urn:sha1:da8fdd4955fd24666643915a6728678e9965a0d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved error messages and add some comments in nissy.h</title>
<updated>2024-10-10T17:49:48Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-10T17:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=5e291466fbbc45aed74f67a1b2e555d1f0c44d8f'/>
<id>urn:sha1:5e291466fbbc45aed74f67a1b2e555d1f0c44d8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert table-based transformations</title>
<updated>2024-10-04T10:15:37Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-04T10:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5'/>
<id>urn:sha1:0de1530f4cea21f2bc0a0e0f1cbf9da016c7bda5</id>
<content type='text'>
Long live the giant switch!
</content>
</entry>
<entry>
<title>Table-based transformations (will revert immediately)</title>
<updated>2024-10-04T10:01:41Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-04T10:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=80b065f757240af7920862b3e09f32a6dc06d392'/>
<id>urn:sha1:80b065f757240af7920862b3e09f32a6dc06d392</id>
<content type='text'>
This commit changes transformations to being based on a lookup
table intead of a big switch. This is something I had planned for a long
time and the code is nicer with this change. But unfortunately the performance
is noticeably worse, so I'll revert all these changes in the next commit.
I wanted to push this anyway so we can keep track of this.
</content>
</entry>
<entry>
<title>More renaming</title>
<updated>2024-09-05T08:04:34Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-09-05T08:04:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=b17411249b17133f35833c202e6c2e4bf43b3298'/>
<id>urn:sha1:b17411249b17133f35833c202e6c2e4bf43b3298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename constants from _underscore to CAPS</title>
<updated>2024-09-05T06:55:25Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-09-05T06:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fd5ddb3db9f50411ca579d84f225f265ca35b56a'/>
<id>urn:sha1:fd5ddb3db9f50411ca579d84f225f265ca35b56a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganized folder structure</title>
<updated>2024-08-18T12:26:45Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-08-18T12:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=18c9a8b8905304cf5f8fc15825769046a3144866'/>
<id>urn:sha1:18c9a8b8905304cf5f8fc15825769046a3144866</id>
<content type='text'>
</content>
</entry>
</feed>
