<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gacrux/build.c, branch master</title>
<subtitle>A UCI compatible chess engine in C

</subtitle>
<id>https://git.aarghrai.com/gacrux/atom?h=master</id>
<link rel='self' href='https://git.aarghrai.com/gacrux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/'/>
<updated>2026-07-16T08:38:24+00:00</updated>
<entry>
<title>starting pos, move count, test pass</title>
<updated>2026-07-16T08:38:24+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-16T08:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=1a52152852ff29c727673fc80e8bf8eca5ed6365'/>
<id>urn:sha1:1a52152852ff29c727673fc80e8bf8eca5ed6365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restructed all the files + uci done now</title>
<updated>2026-07-13T16:28:18+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-13T16:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=f8c0dc54e36cc201c657aa12e5a22029b092e1bc'/>
<id>urn:sha1:f8c0dc54e36cc201c657aa12e5a22029b092e1bc</id>
<content type='text'>
also broke the symbol analyser in the process, i didn't help much, i had
to pull out the pen &amp; paper, but it made a cool graph never the less

multithreading was a pain! but it got it in the end

fixed the structs naming convention, if it's used outside by other
files, it's typedeffed, otherwise it's not

fixed the recursive imports issued i had in go_args*, where i was
casting it to void* in uci to make it work

now response.c doesn't deal with ipc, really happy with that change
now every single thing has its own responsibility
</content>
</entry>
<entry>
<title>moving header files to include directory &amp; moving resources in it's own directory</title>
<updated>2026-07-10T10:31:57+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-10T10:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=a14da2fe3864712dab4e7c4cfb5c323026d668de'/>
<id>urn:sha1:a14da2fe3864712dab4e7c4cfb5c323026d668de</id>
<content type='text'>
i know currently there is race condition, but the code is getting too
messy, i will continue to this after i make a vis tool to analyse how i
should split up files &amp; stuff

the code rn needs intense restructing for it to make any more progress
</content>
</entry>
<entry>
<title>thread spawning from the uci settings &amp; best move &amp; ponder is now sent</title>
<updated>2026-07-07T18:07:41+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-07T18:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=2761f8a533e2b025f209222a1e4ec70b91c7e8ee'/>
<id>urn:sha1:2761f8a533e2b025f209222a1e4ec70b91c7e8ee</id>
<content type='text'>
uci setup is ALMOST done, i can sense it
</content>
</entry>
<entry>
<title>removed unnescessary stuff + ipc with shared memory + somehow the build is faster?</title>
<updated>2026-07-06T18:09:55+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-06T18:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=3c540db464f4034d0a393b076c79a26851f68f47'/>
<id>urn:sha1:3c540db464f4034d0a393b076c79a26851f68f47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all in on uci</title>
<updated>2026-07-05T18:25:45+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-07-05T18:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=1876294f217d7faa2a07dbaaaab82d142ce42803'/>
<id>urn:sha1:1876294f217d7faa2a07dbaaaab82d142ce42803</id>
<content type='text'>
the old server.c &amp; log.c is gonna be removed soon
</content>
</entry>
<entry>
<title>license &amp; uci</title>
<updated>2026-06-19T17:41:10+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-06-19T17:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=b5d53cd4210a74c65a42b6387dd78c4e5bc9c17f'/>
<id>urn:sha1:b5d53cd4210a74c65a42b6387dd78c4e5bc9c17f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CC in build.c &amp; fen strings</title>
<updated>2026-05-31T07:37:46+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-31T07:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=8671756d141292d4ec9747ec8de6e9cf3324777d'/>
<id>urn:sha1:8671756d141292d4ec9747ec8de6e9cf3324777d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crazy working logging system, we are back to where we were yesterday, just with logs</title>
<updated>2026-05-29T08:27:07+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-29T08:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=26df2f9a8cbe3a249d54baa090edaf6a13ec883d'/>
<id>urn:sha1:26df2f9a8cbe3a249d54baa090edaf6a13ec883d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>logging system works</title>
<updated>2026-05-29T06:49:52+00:00</updated>
<author>
<name>Aargh Rai</name>
<email>aargh.rai+git@gmail.com</email>
</author>
<published>2026-05-29T06:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aarghrai.com/gacrux/commit/?id=c38475eb5d82f6e587faf2956a7eba3085890e99'/>
<id>urn:sha1:c38475eb5d82f6e587faf2956a7eba3085890e99</id>
<content type='text'>
</content>
</entry>
</feed>
