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