Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-25 | Don't remove entire '' directory on 'build clean'. | Gabriel Dos Reis | 1 | -3/+1 | |
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 | -1/+0 | |
2014-08-17 | Enabling all-rt from toplevel Makefile | dos-reis | 1 | -0/+1 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -4/+3 | |
2013-05-21 | Refactor src/algebra/Makefile.am | dos-reis | 1 | -3/+7 | |
2013-04-06 | Add token representation files | dos-reis | 1 | -1/+2 | |
2013-04-04 | Add initial io library files | dos-reis | 1 | -1/+2 | |
2012-06-03 | * interp/lexing.boot (%Line): Now a record structure. | dos-reis | 1 | -1/+1 | |
* boot/parser.boot (bpTypeName): Split out of bpTypeAliasDefinition. (bpStruct): Use it. Support parameterized structures. * boot/ast.boot (ctorName): New. (bfEnum): Use it for parameterized enums. (bfRecord): Use it for parameterized records. | |||||
2012-02-15 | tidy src/algebra/Makefile.in | dos-reis | 1 | -1/+1 | |
2011-08-24 | * algebra/Makefile.in: Support construction initial DB profile. | dos-reis | 1 | -4/+1 | |
* interp/database.boot (printInitdbInfo): New. (printAllInitdbInfo): Likewise. * interp/sys-driver.boot (initializeDatabases): Exit early if constructing initial DB profile. (buildInitdbHandler): New. Handle --build-initdb. * utils/command.cc (driver_table): Add map for --build-initdb. | |||||
2011-08-23 | * interp/sys-driver.boot (initializeDatabases): New. | dos-reis | 1 | -2/+3 | |
(initializeGlobalState): Use it. * interp/spad-parser.boot (parseSpadFile): Tidy. * interp/g-cndata.boot (installConstructor): Exit early it global table not initialized. * interp/database.boot (makeInitialDB): New. (populateDBFromFile): Likewise. * interp/daase.lisp: Introduce more DB accessors. * interp/br-util.boot (dbSourceFile): Remove. * interp/br-con.boot (kdPageInfo): Use getConstructorSourceFileFromDB instead of dbSourceFile. (kPage): Likewise. * algebra/Makefile.in (SPADFILES): Include domain.spad | |||||
2011-05-01 | more cleanups | dos-reis | 1 | -1/+2 | |
2010-11-29 | Add support for translator and linker in the driver | dos-reis | 1 | -0/+7 | |
2010-11-27 | (no commit message) | dos-reis | 1 | -0/+1 | |
2010-11-27 | * Makefile.am: Automake Makefile.in. | dos-reis | 1 | -2/+2 | |
* Makefile.in: Regenerate. | |||||
2010-11-27 | Fix 'make install' | dos-reis | 1 | -7/+6 | |
2010-11-26 | Fix from previous commit | dos-reis | 1 | -14/+10 | |
2010-11-26 | * Makefile.am: New. Automake existing top-level Makefile.in. | dos-reis | 1 | -0/+119 | |
* Makefile.in: Generate from Makefile.am. * config/aclocal.m4: Regenerate. |