<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/core/moves.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>2026-04-06T13:55:33Z</updated>
<entry>
<title>Make the project build with Microsoft's broken C compiler.</title>
<updated>2026-04-06T13:55:33Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T13:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fc41f7917531693680b5baf71ffe38c47333fe84'/>
<id>urn:sha1:fc41f7917531693680b5baf71ffe38c47333fe84</id>
<content type='text'>
MSVC is not fully C11-compliant, even when compiling with /std:c11.
Some changes were needed to make the codebase compatible. Notably, the
notation a[static N] and a[n] for function parameters of array type is
not supported, so that had to be hidden behind a macro.  Atomic types
are also an experimental feature, apparently, but at least they work
with the correct compiler flag.

One thing that MSVC does well, however, is warning on integer conversions
on /W4 level. I am not sure if Clang and GCC have something similar,
so I took this chance to fix some of these.
</content>
</entry>
<entry>
<title>Added API function for solution variations</title>
<updated>2025-08-07T13:28:01Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-07T13:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=5355de2921126e2b75e24abd57e17556e22a6ed0'/>
<id>urn:sha1:5355de2921126e2b75e24abd57e17556e22a6ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added move sequence comparison function</title>
<updated>2025-07-31T07:47:57Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-31T07:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=992de12cc081e7dde16c3c231f83bfa77c67825a'/>
<id>urn:sha1:992de12cc081e7dde16c3c231f83bfa77c67825a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed VLA notation from function parameters.</title>
<updated>2025-05-27T07:03:51Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-05-27T07:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=7c934801f88c640970ad41b5ddd39f4e39609f28'/>
<id>urn:sha1:7c934801f88c640970ad41b5ddd39f4e39609f28</id>
<content type='text'>
I found out that this gives undefined behavior when then size is 0.
Better not to have it at all, it is confusing for other developers anyway.
</content>
</entry>
<entry>
<title>Give error when ( is not closed in NISS sequence</title>
<updated>2025-04-25T12:54:35Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-25T12:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=30020c71ecaa0cac5d1604503dd2d9ecfe2d161d'/>
<id>urn:sha1:30020c71ecaa0cac5d1604503dd2d9ecfe2d161d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NISS</title>
<updated>2025-04-25T08:09:22Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-25T08:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=7faca28009c5efb0ba2b897b34dbdcac47a1a6f3'/>
<id>urn:sha1:7faca28009c5efb0ba2b897b34dbdcac47a1a6f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests for inverse move</title>
<updated>2025-04-23T19:34:06Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-23T19:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=17e5a9e1e2b241c67956651f87f40236467fe7d8'/>
<id>urn:sha1:17e5a9e1e2b241c67956651f87f40236467fe7d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjusted solvers, fixed bug</title>
<updated>2025-04-23T12:52:58Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-23T12:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=039267a278bb9e0580e8aebd85ef5f3ed774688f'/>
<id>urn:sha1:039267a278bb9e0580e8aebd85ef5f3ed774688f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost added support for wide moves, only solve missing</title>
<updated>2025-04-23T10:26:52Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-23T10:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=d969dc0ad57d3e1e346df719cf9f2708ee87d2e7'/>
<id>urn:sha1:d969dc0ad57d3e1e346df719cf9f2708ee87d2e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'extend_moves'</title>
<updated>2025-04-22T16:48:40Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-22T16:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=6f750160507b87c9ea31899c0199e9b336e8ddae'/>
<id>urn:sha1:6f750160507b87c9ea31899c0199e9b336e8ddae</id>
<content type='text'>
</content>
</entry>
</feed>
