Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-27 | Use c++20 to build GUI (#30) | Igor Pashev | 1 | -1/+1 | |
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<std::same_as<bool> T> ``` | |||||
2017-01-21 | Fix minor breakage when building gui | Bill Page | 1 | -1/+1 | |
Added -lopen-axiom-core | |||||
2015-04-03 | check for additional C++ compiler options. | dos-reis | 1 | -1/+1 | |
2014-11-20 | Introduce forkStreamByName. | dos-reis | 1 | -4/+9 | |
2014-02-02 | Prefer mktemp over tempnam. | dos-reis | 1 | -1/+13 | |
2013-06-28 | Add src/rt for core runtime support. | dos-reis | 1 | -1/+2 | |
2013-06-26 | Rewrite s-expression reader. | dos-reis | 1 | -1/+2 | |
2013-06-23 | Fix font units. On Mac OS X, QT may return 0 for certain font metrics ↵ | dos-reis | 1 | -1/+1 | |
components. | |||||
2013-06-23 | Rename the gui interface to open-axiom. | dos-reis | 1 | -1/+1 | |
2013-04-08 | misc gui cleanup | dos-reis | 1 | -1/+1 | |
2013-04-07 | gui: misc cleanup | dos-reis | 1 | -1/+1 | |
2013-04-06 | gui: add new Server class | dos-reis | 1 | -2/+2 | |
2013-04-04 | Add initial io library files | dos-reis | 1 | -2/+6 | |
2013-04-03 | Fix up fallout from C++11 switch | dos-reis | 1 | -1/+1 | |
2011-07-05 | * gui/gui.pro.in [Mac OS X]: Don't build application bundle. | dos-reis | 1 | -1/+6 | |
2011-06-03 | Enable the new GUI interface as default driver | dos-reis | 1 | -2/+3 | |
on Windows platforms with QT available. | |||||
2011-06-03 | fix include path thinko from last commit | dos-reis | 1 | -0/+2 | |
2011-05-30 | Put the gui executable in the staged bin directory | dos-reis | 1 | -1/+7 | |
2011-05-29 | Rename C++ source files to have .cc extension | dos-reis | 1 | -1/+1 | |
2011-05-23 | Add new files | dos-reis | 1 | -2/+2 | |
2011-05-01 | * boot/utility.boot (applySubstNQ): New. | dos-reis | 1 | -2/+2 | |
* interp/compiler.boot (finishLambdaExpression): Use it. * interp/i-intern.boot (mkAtreeExpandMacros): Likewise. * interp/i-map.boot (addMap): Likewise. * interp/vmlisp.lisp (SUBLISNQ, SUBANQ, SUBB): Remove. | |||||
2011-05-01 | more cleanups | dos-reis | 1 | -0/+27 | |