aboutsummaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2022-10-29Fix some compiler warnings & buffer overflowsIgor Pashev1-1/+1
2022-09-17Disable automatic re-run of configuration steps. (#29)Gabriel Dos Reis1-3/+4
2022-08-13Use `char8_t` in the tool hammerGabriel Dos Reis1-267/+276
2022-07-23Update configure.Gabriel Dos Reis1-42/+72
2022-07-24Fix inverted arguments in call to `memset`.Gabriel Dos Reis1-2/+2
2017-12-27Remove antiquated check for alignasGabriel Dos Reis1-2/+2
2017-01-15Require C++14.Gabriel Dos Reis2-3/+6
2017-01-15Add s-expression parsing to libopen-axiom-core.aGabriel Dos Reis3-22/+6
2017-01-02Include a native entry point for parsing Boot source files, and forGabriel Dos Reis2-45/+4
2016-12-29Add Boot support for native load unit specification in foreignGabriel Dos Reis1-0/+1
2016-01-24Misc. fixesGabriel Dos Reis1-1/+0
2015-12-23Arrange the source include director to mirror expected build structure instea...Gabriel Dos Reis3-172/+1
2015-11-03Fix bogus warning from Clang.dos-reis1-2/+2
2015-06-01Fix typos in configration scripts.dos-reis1-0/+1
2015-04-03check for additional C++ compiler options.dos-reis2-2/+4
2015-04-03Fix warnings in C++ codes; check for additional C++ compiler options.dos-reis1-7/+19
2014-11-30Misc cleanup.dos-reis2-3/+6
2014-11-29Move code from bemol.cc to library.dos-reis2-3/+33
2014-11-18Add visitor to Dynamic values.dos-reis2-5/+30
2014-11-16Remove src/syntax Makefiles; make part of libOpenAxiomdos-reis2-5/+25
2014-11-16Remove src/io Makefiles; make part of libOpenAxiomdos-reis2-11/+35
2014-11-16Automtically generate src/utils/Makefile.indos-reis2-37/+748
2014-08-31Rename BasicString to InternedStringdos-reis1-2/+2
2014-08-26Add generic Boot and Spad tokenizer.dos-reis1-21/+1
2014-02-24Rename CXXCOMPILE to COMPILE and CXXLINK to LINKdos-reis1-3/+3
2014-02-03Fix global variable names in Makefilesdos-reis1-4/+4
2013-11-27 * include/storage.H (Arena<T>::allocate): Adjust spelling ofdos-reis1-1/+1
2013-06-28Add src/rt for core runtime support.dos-reis3-354/+1
2013-06-27Add small Lisp evaluator for the benefit of new GUI.dos-reis6-383/+317
2013-06-26Rewrite s-expression reader.dos-reis1-1/+1
2013-06-25 * include/sexpr.H: Move from utils.dos-reis3-1432/+3
2013-06-23Rename the gui interface to open-axiom.dos-reis1-1/+1
2013-06-22Use token::value more.dos-reis2-25/+23
2013-06-22Add SourceFile.Hdos-reis1-8/+3
2013-06-22 * include/FileMapping.H: New.dos-reis3-1/+4
2013-06-22Use Byte for data from input source.dos-reis6-65/+72
2013-06-21 * include/dialect.H: New.dos-reis3-344/+19
2013-05-25 * utils/command.cc (print_usage): Document --verbose.dos-reis1-0/+2
2013-04-07tidy driver invokationdos-reis1-3/+3
2013-04-07small cleanupdos-reis1-6/+10
2013-04-03Fix up fallout from C++11 switchdos-reis1-51/+50
2013-04-02Add experimental --gui optiondos-reis1-0/+2
2012-10-112012-10-10 Igor Pashev <pashev.igor@gmail.com>dos-reis1-2/+4
2012-08-18 * boot/translator.boot (shoeOutParse): Fix thinko.dos-reis1-2/+2
2012-02-03 * config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New.dos-reis2-32/+118
2011-11-13 Fix SF/3436999dos-reis1-76/+0
2011-11-07 * utils/vm.H: Redefine value representation.dos-reis1-76/+97
2011-09-13 * utils/Makefile.in (libOpenAxiom_HEADERS): Include vm.H.dos-reis3-3/+318
2011-08-24 * algebra/Makefile.in: Support construction initial DB profile.dos-reis1-0/+1
2011-08-20 * interp/sys-utility.boot (constructorDB): New.dos-reis1-0/+76