<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/gui, 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-27T09:31:14Z</updated>
<entry>
<title>Use c++20 to build GUI (#30)</title>
<updated>2022-10-27T09:31:14Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-10-27T09:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=467b6fb9eeb12d064c1f6fa4d7f87638e49685ca'/>
<id>urn:sha1:467b6fb9eeb12d064c1f6fa4d7f87638e49685ca</id>
<content type='text'>
Fixes error:

```
g++ -c -pipe -std=c++11 -Wno-mismatched-tags -Wno-string-plus-int -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../x86_64-pc-linux-gnu/include -I../../../src/gui -I../../../src/include -I../../config -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o server.o ../../../src/gui/server.cc
In file included from ../../../src/include/open-axiom/Lisp:43,
                 from ../../../src/gui/server.h:38,
                 from ../../../src/gui/server.cc:33:
../../../src/include/open-axiom/vm:177:21: error: ‘std::same_as’ has not been declared
  177 |       template&lt;std::same_as&lt;bool&gt; T&gt;
```</content>
</entry>
<entry>
<title>Fix minor breakage when building gui</title>
<updated>2017-01-22T03:09:41Z</updated>
<author>
<name>Bill Page</name>
<email>bill.page@newsynthesis.org</email>
</author>
<published>2017-01-22T03:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=e8d43279ac38c1afc20e6b353ec184f4a2c5cb79'/>
<id>urn:sha1:e8d43279ac38c1afc20e6b353ec184f4a2c5cb79</id>
<content type='text'>
Added -lopen-axiom-core
</content>
</entry>
<entry>
<title>check for additional C++ compiler options.</title>
<updated>2015-04-03T09:25:48Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-04-03T09:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=76cac1158adc1b9305d36fb43f64f837de26f460'/>
<id>urn:sha1:76cac1158adc1b9305d36fb43f64f837de26f460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce forkStreamByName.</title>
<updated>2014-11-20T14:08:30Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-11-20T14:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=f4f36ca38155309071be1bf845aed0029e29fd0f'/>
<id>urn:sha1:f4f36ca38155309071be1bf845aed0029e29fd0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix QT5 toAscii() compatibility issue.</title>
<updated>2014-10-04T00:50:57Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-10-04T00:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=564aff97f80abac84be64552f5238903cb126c33'/>
<id>urn:sha1:564aff97f80abac84be64552f5238903cb126c33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer mktemp over tempnam.</title>
<updated>2014-02-02T18:13:09Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2014-02-02T18:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=04d35cbbb03e68759fc6f05c0149daa8cd655fce'/>
<id>urn:sha1:04d35cbbb03e68759fc6f05c0149daa8cd655fce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* gui/conversation.cc (accumulate_paragraphs): Remove.</title>
<updated>2013-06-29T17:36:31Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-06-29T17:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b70114addd4c3e195c87d44b02d23fef7c75c8e9'/>
<id>urn:sha1:b70114addd4c3e195c87d44b02d23fef7c75c8e9</id>
<content type='text'>
	(read_output): Remove.
	(OutputTextArea::add_paragraph): Rewrite.
	(Conversation::read_reply): Likewise.

</content>
</entry>
<entry>
<title>Add src/rt for core runtime support.</title>
<updated>2013-06-28T05:02:14Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-06-28T05:02:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=50ec7502934e4632348f4c3c8e060181f199dfc8'/>
<id>urn:sha1:50ec7502934e4632348f4c3c8e060181f199dfc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add small Lisp evaluator for the benefit of new GUI.</title>
<updated>2013-06-27T17:34:51Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-06-27T17:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b52f0164b18f06db386d527be26e3a11deb1ab7d'/>
<id>urn:sha1:b52f0164b18f06db386d527be26e3a11deb1ab7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite s-expression reader.</title>
<updated>2013-06-26T11:43:56Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-06-26T11:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=7f57a915cee3c91cddd166fe9964655696666c4b'/>
<id>urn:sha1:7f57a915cee3c91cddd166fe9964655696666c4b</id>
<content type='text'>
</content>
</entry>
</feed>
