<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/build.bat, branch c-portability</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=c-portability</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=c-portability'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-04-06T13:48:54Z</updated>
<entry>
<title>Fix integer conversions in code, tests and some tools</title>
<updated>2026-04-06T13:48:54Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T13:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=a1ad0db8a6d829eddf1478cee44ae976bbcd325f'/>
<id>urn:sha1:a1ad0db8a6d829eddf1478cee44ae976bbcd325f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore warnings</title>
<updated>2026-04-06T12:52:55Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T12:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ce4f47663d6baeb55fea253f17bb5f023ea48de1'/>
<id>urn:sha1:ce4f47663d6baeb55fea253f17bb5f023ea48de1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix C++ build with MSVC</title>
<updated>2026-04-06T10:08:29Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T10:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=05473ae999c9b01db17a8caa22805376e4d79c75'/>
<id>urn:sha1:05473ae999c9b01db17a8caa22805376e4d79c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some fix</title>
<updated>2026-04-06T09:34:00Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T09:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=59126161cb4760bcf2fb85ec9f383c0b6f1845de'/>
<id>urn:sha1:59126161cb4760bcf2fb85ec9f383c0b6f1845de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix .o -&gt; .obj in Windows</title>
<updated>2026-04-06T09:25:08Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T09:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=a3f814c63b9422d596931f3e1319d025158df843'/>
<id>urn:sha1:a3f814c63b9422d596931f3e1319d025158df843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix debug mode build for tests</title>
<updated>2026-04-06T08:19:26Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T08:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=0ca921f2f552072de575a5db738c8444bd8d571a'/>
<id>urn:sha1:0ca921f2f552072de575a5db738c8444bd8d571a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial support for MSVC, build broken</title>
<updated>2026-04-05T11:27:16Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-05T11:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=c9dca07b0389957238ce6177cc482e26561124dc'/>
<id>urn:sha1:c9dca07b0389957238ce6177cc482e26561124dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve Windows build support.</title>
<updated>2026-03-01T17:09:44Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-03-01T17:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2c291aed4bb80f07e8557284d3399cf1e2a4ccb9'/>
<id>urn:sha1:2c291aed4bb80f07e8557284d3399cf1e2a4ccb9</id>
<content type='text'>
- Use multithreading (works with a sufficiently recent version of
  the Microsoft developer tools / C SDK).
- Detect CPU architecture and use AVX2 or NEON when appropriate.
- Automatically detect python installation path.
</content>
</entry>
<entry>
<title>Added warning about build python</title>
<updated>2025-08-13T15:42:06Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-13T15:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=325778cb5f4b169ef7e197e179cfb889808d10c2'/>
<id>urn:sha1:325778cb5f4b169ef7e197e179cfb889808d10c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More build.bat options</title>
<updated>2025-08-13T15:38:21Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-13T15:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=9b94c7d039341afb8609075da0ce52a7a7aa705a'/>
<id>urn:sha1:9b94c7d039341afb8609075da0ce52a7a7aa705a</id>
<content type='text'>
</content>
</entry>
</feed>
