<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/rt, branch master</title>
<subtitle>open scientific computation system</subtitle>
<id>https://git.pashev.ru/open-axiom/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/open-axiom/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/'/>
<updated>2022-10-29T09:57:20Z</updated>
<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>Disable automatic re-run of configuration steps. (#29)</title>
<updated>2022-09-18T00:41:17Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>GabrielDosReis@users.noreply.github.com</email>
</author>
<published>2022-09-18T00:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=dbe239cd6eee022d1b8dccb9d8a1368acf52a8d7'/>
<id>urn:sha1:dbe239cd6eee022d1b8dccb9d8a1368acf52a8d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Dynamic` to `Boxed`</title>
<updated>2022-08-13T20:40:27Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>GabrielDosReis@users.noreply.github.com</email>
</author>
<published>2022-08-13T20:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=988f87a691af3c38ac6773b8c77b9a60d39f6aba'/>
<id>urn:sha1:988f87a691af3c38ac6773b8c77b9a60d39f6aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update configure.</title>
<updated>2022-07-24T01:40:12Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>GabrielDosReis@users.noreply.github.com</email>
</author>
<published>2022-07-24T01:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=50b19677e8a323abc641542bb2a957864959bd4b'/>
<id>urn:sha1:50b19677e8a323abc641542bb2a957864959bd4b</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>Add s-expression parsing to libopen-axiom-core.a</title>
<updated>2017-01-15T17:14:39Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-15T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=cea95f2cc443a5bee5cb69476ae73fd99d32fc0d'/>
<id>urn:sha1:cea95f2cc443a5bee5cb69476ae73fd99d32fc0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Boot support for native load unit specification in foreign</title>
<updated>2016-12-29T10:13:58Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-12-29T10:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=2bd3cc876cc90b8e28e0e8d88a5982f69729f867'/>
<id>urn:sha1:2bd3cc876cc90b8e28e0e8d88a5982f69729f867</id>
<content type='text'>
function import.
</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 typos in configration scripts.</title>
<updated>2015-06-01T04:05:15Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-06-01T04:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=804fb6bd7df06d47341ba360f7ea4f3705d29a64'/>
<id>urn:sha1:804fb6bd7df06d47341ba360f7ea4f3705d29a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings in C++ codes; check for additional C++ compiler options.</title>
<updated>2015-04-03T08:53:21Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-04-03T08:53:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=81f93e4aafbb83adf3c8b44b0cb81e1f3bac9776'/>
<id>urn:sha1:81f93e4aafbb83adf3c8b44b0cb81e1f3bac9776</id>
<content type='text'>
</content>
</entry>
</feed>
