Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-12 | Refactor Autconf macro for requiring C++ version. | Gabriel Dos Reis | 1 | -2/+2 | |
Require C++ 20. | |||||
2022-07-28 | Require C++17. | Gabriel Dos Reis | 1 | -2/+2 | |
2022-07-23 | Update configure. | Gabriel Dos Reis | 1 | -3417/+4557 | |
2018-01-01 | Name bracket pattern parser | Gabriel Dos Reis | 1 | -10/+10 | |
and update the boot translator Lisp cache. | |||||
2017-12-27 | Remove antiquated check for alignas | Gabriel Dos Reis | 1 | -76/+10 | |
C++14 required, alignas and alignof are now well supported as C++11 features. | |||||
2017-01-15 | Require C++14. | Gabriel Dos Reis | 1 | -1/+1 | |
2017-01-15 | TokenValue::Indent, TokenValue::Unindent, TokenValue::Justify | Gabriel Dos Reis | 1 | -10/+10 | |
Classify them as formatting tokens. Remove TokenValue::Artificial. | |||||
2017-01-02 | Include a native entry point for parsing Boot source files, and for | Gabriel Dos Reis | 1 | -10/+10 | |
transpiling to Lisp. | |||||
2016-12-29 | Add Boot support for native load unit specification in foreign | Gabriel Dos Reis | 1 | -0/+6 | |
function import. | |||||
2016-12-26 | * interp/i-output.boot (appChar): Don't modify string parameter. | Gabriel Dos Reis | 1 | -10/+10 | |
* algebra/Makefile.am (strap-1/FINITE.$(FASLEXT)): Update dependency. | |||||
2016-02-14 | Fix typo in calculation of X_PRE_LIBS | Bill Page | 1 | -1/+1 | |
The previous value set "-Xt" when it should have been "-lXt". | |||||
2016-02-07 | Fix #1 | Gabriel Dos Reis | 1 | -1/+16 | |
Add explicit check for <X11/Intrinsic.h> | |||||
2016-02-07 | Look for QT5 in /opt/local/libexec/qt5 on OS X | Gabriel Dos Reis | 1 | -10/+21 | |
2016-01-25 | Misc. cleanup | Gabriel Dos Reis | 1 | -2/+3 | |
2016-01-24 | Misc. fixes | Gabriel Dos Reis | 1 | -17/+19 | |
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. | |||||
2016-01-16 | Reduce dependencies on databases to catgeory.daase during algebra build | Gabriel Dos Reis | 1 | -10/+10 | |
2016-01-01 | More algebra layering and dependencies. | Gabriel Dos Reis | 1 | -10/+10 | |
2015-12-25 | Express '/include/open-axiom/config' as a link to generated ↵ | Gabriel Dos Reis | 1 | -4/+39 | |
config/openaxiom-c-macros.h | |||||
2015-12-23 | Arrange the source include director to mirror expected build structure ↵ | Gabriel Dos Reis | 1 | -63/+1 | |
instead of creating links. | |||||
2015-11-03 | Fix bogus warning from Clang. | dos-reis | 1 | -16/+16 | |
2015-07-09 | Make sure AC_PROG_CC and AC_PROG_CXX are used only once | Igor Pashev | 1 | -1133/+18 | |
2015-06-01 | Fix typos in configration scripts. | dos-reis | 1 | -1/+74 | |
2015-04-03 | Fix warnings in C++ codes; check for additional C++ compiler options. | dos-reis | 1 | -16/+18 | |
2014-11-29 | Move code from bemol.cc to library. | dos-reis | 1 | -1/+2 | |
2014-11-20 | Restore full build on Mac wby forcing Clang, the clearly preferred system ↵ | dos-reis | 1 | -204/+1143 | |
compiler. | |||||
2014-11-20 | Preliminary test for Clang compiler. | dos-reis | 1 | -20/+24 | |
2014-11-16 | Remove src/syntax Makefiles; make part of libOpenAxiom | dos-reis | 1 | -2/+1 | |
2014-11-16 | Remove src/io Makefiles; make part of libOpenAxiom | dos-reis | 1 | -2/+1 | |
2014-11-16 | Automtically generate src/utils/Makefile.in | dos-reis | 1 | -4/+2 | |
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -1/+177 | |
2014-10-04 | Fix QT5 toAscii() compatibility issue. | dos-reis | 1 | -101/+1 | |
2014-08-26 | Add generic Boot and Spad tokenizer. | dos-reis | 1 | -11/+81 | |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 1 | -5/+19 | |
2014-08-16 | Avoid SBCL deprecated features. | dos-reis | 1 | -728/+56 | |
2014-05-02 | Invoke SBCL with --disable-debugger | dos-reis | 1 | -11/+11 | |
2014-02-23 | FASLEXT is now AC_SUBST | dos-reis | 1 | -18/+34 | |
2014-02-21 | Rename AXIOM_LISP to OA_LISP | dos-reis | 1 | -29/+29 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -20/+33 | |
2014-02-21 | Set derived build directory variables | dos-reis | 1 | -0/+31 | |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -83/+89 | |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -2/+30 | |
2014-02-02 | Prefer mktemp over tempnam. | dos-reis | 1 | -1/+40 | |
2014-02-02 | Annual ChangeLog rotation | dos-reis | 1 | -10/+10 | |
2013-11-27 | * include/storage.H (Arena<T>::allocate): Adjust spelling of | dos-reis | 1 | -2/+6 | |
alignment query operator. (Arena<T>::Arena): Likewise. (HashTableEntry<T>): Adjust spelling of alignment specifier. | |||||
2013-11-25 | Check for alignof before __alignof | dos-reis | 1 | -4/+4 | |
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -2/+72 | |
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -11/+11 | |
2013-11-03 | Adjust timestamp | dos-reis | 1 | -11/+111 | |
2013-07-04 | Fix typo. | dos-reis | 1 | -10/+10 | |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 1 | -8/+12 | |