Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-12 | Refactor Autconf macro for requiring C++ version. | Gabriel Dos Reis | 1 | -6/+6 | |
Require C++ 20. | |||||
2022-07-28 | Require C++17. | Gabriel Dos Reis | 1 | -4/+4 | |
2022-07-23 | Update configure. | Gabriel Dos Reis | 1 | -2/+4 | |
2017-12-27 | Remove antiquated check for alignas | Gabriel Dos Reis | 1 | -42/+0 | |
C++14 required, alignas and alignof are now well supported as C++11 features. | |||||
2017-01-15 | Require C++14. | Gabriel Dos Reis | 1 | -3/+3 | |
2016-12-29 | Add Boot support for native load unit specification in foreign | Gabriel Dos Reis | 1 | -1/+6 | |
function import. | |||||
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/+4 | |
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 | -0/+14 | |
2016-01-24 | Misc. fixes | Gabriel Dos Reis | 1 | -6/+9 | |
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-12-23 | Arrange the source include director to mirror expected build structure ↵ | Gabriel Dos Reis | 1 | -31/+0 | |
instead of creating links. | |||||
2015-11-03 | Fix bogus warning from Clang. | dos-reis | 1 | -1/+1 | |
2015-07-09 | Make sure AC_PROG_CC and AC_PROG_CXX are used only once | Igor Pashev | 1 | -4/+6 | |
2015-06-01 | Fix typos in configration scripts. | dos-reis | 1 | -2/+2 | |
2015-04-03 | Fix warnings in C++ codes; check for additional C++ compiler options. | dos-reis | 1 | -0/+36 | |
2014-11-29 | Move code from bemol.cc to library. | dos-reis | 1 | -0/+1 | |
2014-11-20 | Restore full build on Mac wby forcing Clang, the clearly preferred system ↵ | dos-reis | 1 | -9/+23 | |
compiler. | |||||
2014-11-20 | Preliminary test for Clang compiler. | dos-reis | 1 | -10/+14 | |
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -0/+21 | |
2014-08-26 | Add generic Boot and Spad tokenizer. | dos-reis | 1 | -0/+30 | |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 1 | -1/+3 | |
2014-08-16 | Avoid SBCL deprecated features. | dos-reis | 1 | -21/+0 | |
2014-05-02 | Invoke SBCL with --disable-debugger | dos-reis | 1 | -1/+1 | |
2014-02-23 | FASLEXT is now AC_SUBST | dos-reis | 1 | -6/+8 | |
2014-02-21 | Rename AXIOM_LISP to OA_LISP | dos-reis | 1 | -18/+18 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -13/+16 | |
2014-02-21 | Set derived build directory variables | dos-reis | 1 | -0/+11 | |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -67/+81 | |
2014-02-03 | Fix global variable names in Makefiles | dos-reis | 1 | -1/+3 | |
2014-02-02 | Prefer mktemp over tempnam. | dos-reis | 1 | -1/+7 | |
2013-11-27 | * include/storage.H (Arena<T>::allocate): Adjust spelling of | dos-reis | 1 | -4/+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 | -5/+7 | |
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -1/+12 | |
2013-07-04 | Fix typo. | dos-reis | 1 | -7/+7 | |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 1 | -6/+9 | |
2013-06-01 | * interp/category.boot (filterConditionalCategories): Fix thinko. | dos-reis | 1 | -0/+5 | |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -0/+1 | |
2013-05-30 | Update for modern ECL. | dos-reis | 1 | -11/+3 | |
2013-04-03 | Fix up fallout from C++11 switch | dos-reis | 1 | -1/+1 | |
2013-04-03 | * config/open-axiom.m4 (OPENAXIOM_REQUIRE_CXX11): New. | dos-reis | 1 | -1/+14 | |
* configure.ac: Use it. | |||||
2013-04-01 | More C cleanups | dos-reis | 1 | -0/+1 | |
2012-10-11 | 2012-10-10 Igor Pashev <pashev.igor@gmail.com> | dos-reis | 1 | -1/+1 | |
Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * config/open-axiom.m4 (OPENAXIOM_LISP_FLAGS): Inhibit system-wide or user-supplied initialization files. src/ChangeLog 2012-10-10 Igor Pashev <pashev.igor@gmail.com> Andrey G, Grozin <A.G.Grozin@inp.nsk.su> Gabriel Dos Reis <gdr@cs.tamu.edu> * utils/command.cc (build_rts_options) [sbcl_runtime]: Inhibit system-wide and user-supplied initialization files. | |||||
2012-08-19 | * configure.ac: Define Automake conditional OA_DELAYED_FFI. | dos-reis | 1 | -0/+19 | |
* config/open-axiom.m4 (OPENAXIOM_CHECK_DELAYED_FFI): New. (OPENAXIOM_HOST_COMPILERS): Call it. src/ * lisp/core.lisp.in (primitiveLoad): New. Export. ($delayedFFI): Likewise. * lisp/Makefile.in (oa_delay_ffi): New. (edit): Update. * interp/sys-utility.boot: import sys-constants instead of sys-os. * interp/sys-driver.boot (%sysInit): Do not loadSystemRuntimeCore. (loadDelayedFFI): New. (executeSpadScript): Call it. (compileSpadLibrary): Likewise. (buildInitdbHandler): Likewise. (systemMain): Likewise. * interp/util.lisp (BUILD-INTERPSYS): Likewise. * interp/Makefile.in (oa_target_moddir): New. (OA_FFI_MOD): Likewise. (OA_FFI_OBJ): Define conditionally. (OBJS): Use it. ($(oa_target_delayed)): New rule. (oa_target_delayed): New. (oa_target_ffi): Define conditionally. (${SAVESYS}): Require it. (${AXIOMSYS}): Likewise. (sys-utility.$(FASLEXT)): Now require sys-constants.$(FASLEXT). | |||||
2012-05-19 | * Makefile.in: Regenerate. | dos-reis | 1 | -4/+4 | |
* config/aclocal.m4: Move to toplevel. * config/libtool.m4: Remove. * config/ltoptions.m4: Likewise. * config/ltversion.m4: Likewise. * config/lt~obsolete.m4: Likewise. * config/open-axiom.m4 (OPENAXIOM_ALIGNMENT_OPERATOR): Use AC_LANG_SOURCE to generate test program. (OPENAXIOM_ALIGNAS_SPECIFIER): Likewise. | |||||
2012-02-03 | * config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New. | dos-reis | 1 | -1/+21 | |
(OPENAXIOM_CHECK_MISC): Use it. src/ * utils/vm.H: Add more VM data structures. * utils/vm.cc (BasicContext::make_operator): Define. * algebra/Makefile.in (SPADFILES): Include syntax.spad and spad-parser.spad. | |||||
2011-12-15 | * config/open-axiom.m4 (OPENAXIOM_DYNAMIC_MODULE_SUPPORT): Fix | dos-reis | 1 | -1/+1 | |
linker flags when building for Windows. * lisp/core.lisp.in: Do not require SB-SPROF or SB-POSIX on Windows. | |||||
2011-09-03 | * lib/pixmap.c: Include standard header. | dos-reis | 1 | -5/+8 | |
* include/xpm.h: Remove. | |||||
2011-07-07 | * config/open-axiom.m4 (ac_default_prefix): Set to C:/OpenAxiom on | dos-reis | 1 | -5/+4 | |
Windows platforms. | |||||
2011-07-05 | * config/open-axiom.m4: Don't test for GMP, just yet. | dos-reis | 1 | -1/+1 | |