<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/hyper, branch new-build</title>
<subtitle>open scientific computation system</subtitle>
<id>https://git.pashev.ru/open-axiom/atom?h=new-build</id>
<link rel='self' href='https://git.pashev.ru/open-axiom/atom?h=new-build'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/'/>
<updated>2026-03-17T09:28:16Z</updated>
<entry>
<title>WIP</title>
<updated>2026-03-17T09:28:16Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-10-29T13:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=306845937841124a71ebaf03d5dff59014398948'/>
<id>urn:sha1:306845937841124a71ebaf03d5dff59014398948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old build system</title>
<updated>2022-10-29T13:05:40Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-10-29T13:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=088873fbc7f92c3d8d582f29eb44e39a136e944d'/>
<id>urn:sha1:088873fbc7f92c3d8d582f29eb44e39a136e944d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compiler warnings &amp; buffer overflows</title>
<updated>2022-10-29T09:57:20Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-10-28T02:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=8df721df25864f89772c58a4486314855bf1a37e'/>
<id>urn:sha1:8df721df25864f89772c58a4486314855bf1a37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove antiquated check for alignas</title>
<updated>2017-12-27T12:38:07Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-12-27T12:38:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=83ff2c1707b3c1e304feb2127503d9878b05fa9d'/>
<id>urn:sha1:83ff2c1707b3c1e304feb2127503d9878b05fa9d</id>
<content type='text'>
C++14 required, alignas and alignof are now well supported as C++11
features.
</content>
</entry>
<entry>
<title>Remove various crufts.</title>
<updated>2016-01-25T10:26:12Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-25T10:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=82b46badba16f7b40891e7d5e45bb3da828b6203'/>
<id>urn:sha1:82b46badba16f7b40891e7d5e45bb3da828b6203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc. cleanup</title>
<updated>2016-01-25T09:10:43Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-25T09:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=0093f04cb53e58151ad3bdfbff328d564ff17caf'/>
<id>urn:sha1:0093f04cb53e58151ad3bdfbff328d564ff17caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc. fixes</title>
<updated>2016-01-24T23:27:30Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-24T23:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=ffe9a032601ffb59a10141bce13b4322a1584e87'/>
<id>urn:sha1:ffe9a032601ffb59a10141bce13b4322a1584e87</id>
<content type='text'>
With the siwtch to a C++ compiler, the AC_PATH_XTRA has become less
effective as it internally relies on the C compiler invokation.  Fixed
CXXFLAGS, CPPFLAGS, and LDFLAGS when detecting &lt;X11/xpm.h&gt; usability.

Various bitmasks in src/hyper and src/graph were bogusly using 'char'
(instead of 'unsigned char') when they specify values larger than 127.
Caught by the C++ compiler, thanks to no-narrowing conversion.  Fixed.

Eventually the X11-based HD interface and graphics should be replaced
by a more modern GUI interface.
</content>
</entry>
<entry>
<title>Fix misc warnings.</title>
<updated>2015-03-08T18:54:04Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-03-08T18:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b75f75e80ea1130b3d3f21d5c0da1789ce988d1c'/>
<id>urn:sha1:b75f75e80ea1130b3d3f21d5c0da1789ce988d1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CXXCOMPILE to COMPILE and CXXLINK to LINK</title>
<updated>2014-02-24T03:54:45Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-02-24T03:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=d445d40c7948ab323be419569bb0e95ace3f0c25'/>
<id>urn:sha1:d445d40c7948ab323be419569bb0e95ace3f0c25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up global variable names.</title>
<updated>2014-02-10T15:55:48Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-02-10T15:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=6e38720187fc1ec374e19e03c248a74141b9ac2b'/>
<id>urn:sha1:6e38720187fc1ec374e19e03c248a74141b9ac2b</id>
<content type='text'>
</content>
</entry>
</feed>
