Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-24 | Misc. fixes | Gabriel Dos Reis | 1 | -1/+0 | |
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 <X11/xpm.h> 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. | |||||
2015-06-01 | Fix typos in configration scripts. | dos-reis | 1 | -0/+1 | |
2015-04-03 | Fix warnings in C++ codes; check for additional C++ compiler options. | dos-reis | 1 | -7/+18 | |
2014-11-18 | Add visitor to Dynamic values. | dos-reis | 1 | -75/+33 | |
2014-11-16 | Remove src/io Makefiles; make part of libOpenAxiom | dos-reis | 1 | -6/+9 | |
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -1/+3 | |
2014-10-04 | Fix QT5 toAscii() compatibility issue. | dos-reis | 1 | -1/+1 | |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 1 | -0/+1 | |
2014-02-23 | FASLEXT is now AC_SUBST | dos-reis | 1 | -1/+1 | |
2014-02-21 | Rename AXIOM_LISP to OA_LISP | dos-reis | 1 | -1/+1 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -9/+14 | |
2014-02-21 | Set derived build directory variables | dos-reis | 1 | -0/+10 | |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -7/+7 | |
2014-02-02 | Annual ChangeLog rotation | dos-reis | 1 | -1/+1 | |
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -0/+1 | |
2013-11-03 | Adjust timestamp | dos-reis | 1 | -1/+1 | |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 1 | -0/+1 | |
2013-06-28 | Add src/rt for core runtime support. | dos-reis | 1 | -0/+713 | |