<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/test/001_pieces/pieces_tests.c, 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>Update tests for oriented_cube_t</title>
<updated>2025-04-22T14:12:21Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-22T14:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=bab22e1946a656088804b61cf765461b48744971'/>
<id>urn:sha1:bab22e1946a656088804b61cf765461b48744971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated tests and added fixed =A to B32 output</title>
<updated>2025-04-22T09:14:06Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-22T09:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f'/>
<id>urn:sha1:cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use callback function to log to stderr</title>
<updated>2024-06-17T15:39:30Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-06-17T15:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=e986713657bc5f9880e91ed49dd9b0d0227f048d'/>
<id>urn:sha1:e986713657bc5f9880e91ed49dd9b0d0227f048d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remvoed cube_fast_t and more. More cleaning up to do.</title>
<updated>2024-06-09T10:43:49Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-06-09T10:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=c5c5017a335208881e27fc8f72c1d0145a04622a'/>
<id>urn:sha1:c5c5017a335208881e27fc8f72c1d0145a04622a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added roadmap for refactor and some simple routines</title>
<updated>2024-05-28T13:42:26Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-05-28T13:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=28ad019d62583b7e89b4e76922aa73857d5876eb'/>
<id>urn:sha1:28ad019d62583b7e89b4e76922aa73857d5876eb</id>
<content type='text'>
</content>
</entry>
</feed>
