Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-12 | More algebra dependencies | Gabriel Dos Reis | 1 | -13/+32 | |
2016-01-11 | Algebra layer 0 now starts with basic types | Gabriel Dos Reis | 1 | -192/+142 | |
This cuts down on the number of domains that need to be built during bootstrapping. | |||||
2016-01-09 | Switch getDualSignature to avoiding interpreter database | Gabriel Dos Reis | 1 | -1/+9 | |
Now that OpenAxiom emits the dual signature data also directly in the generated executable code for a constructor, there is no no need to consult the interpreter data base for that information. This change relies on the previous commit, e.g. getDualSignature should be considered invalid for builtin constructors. Any instanbility caused by this patch should be considered a latent bug that should be given high priority fixing. | |||||
2016-01-03 | More algebra dependency layering. | Gabriel Dos Reis | 1 | -268/+424 | |
2016-01-01 | More algebra layering and dependencies. | Gabriel Dos Reis | 1 | -218/+247 | |
2015-12-30 | Add more dependencies in the algberas' Makefile.am. | Gabriel Dos Reis | 1 | -56/+183 | |
2015-06-01 | Fix typos in configration scripts. | dos-reis | 1 | -0/+1 | |
2015-04-03 | Fix warnings in C++ codes; check for additional C++ compiler options. | dos-reis | 1 | -7/+20 | |
2014-11-16 | Check for LLVM framework | dos-reis | 1 | -1/+3 | |
2014-10-04 | Fix QT5 toAscii() compatibility issue. | dos-reis | 1 | -1/+1 | |
2014-08-18 | Add src/boot/Makefile.am | dos-reis | 1 | -0/+1 | |
2014-02-23 | FASLEXT is now AC_SUBST | dos-reis | 1 | -4/+1 | |
2014-02-21 | Rename AXIOM_LISP to OA_LISP | dos-reis | 1 | -1/+1 | |
2014-02-21 | Set derived src and target directory variables | dos-reis | 1 | -22/+17 | |
2014-02-21 | Set derived build directory variables | dos-reis | 1 | -4/+10 | |
2014-02-10 | Clean up global variable names. | dos-reis | 1 | -8/+8 | |
2014-02-02 | Annual ChangeLog rotation | dos-reis | 1 | -1/+1 | |
2013-11-25 | Check for Windows PowerShell. | dos-reis | 1 | -0/+1 | |
2013-11-03 | Adjust timestamp | dos-reis | 1 | -1/+1 | |
2013-07-01 | Bring closer to GCL-buildability. | dos-reis | 1 | -0/+1 | |
2013-06-29 | Remove stale algebra targets. | dos-reis | 1 | -6/+5 | |
2013-06-29 | Fix algebra build order an dependency | dos-reis | 1 | -7/+5 | |
2013-06-29 | Do not check for openServer being defined. | dos-reis | 1 | -1/+1 | |
2013-06-22 | (no commit message) | dos-reis | 1 | -1/+1 | |
2013-06-21 | * include/dialect.H: New. | dos-reis | 1 | -17/+45 | |
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/. | |||||
2013-06-18 | * algebra/catdef.spad.pamphlet (CommutativeOperatorCategory): New. | dos-reis | 1 | -9/+6 | |
(CommutativeOperation): Likewise. * algebra/Makefile.am (oa_algebra_layer_0): Include them. | |||||
2013-06-17 | Weaken conditions on parameter of partial differential domains. | dos-reis | 1 | -2/+2 | |
2013-06-17 | More algebra dependencies. | dos-reis | 1 | -16/+28 | |
2013-06-17 | More algebra dependencies. | dos-reis | 1 | -7/+20 | |
2013-06-17 | More algebra dependencies. | dos-reis | 1 | -32/+119 | |
2013-06-17 | More algebra dependencies. | dos-reis | 1 | -0/+43 | |
2013-06-16 | Recipe Make recipes. | dos-reis | 1 | -15/+39 | |
2013-06-16 | Reorder dependencies. | dos-reis | 1 | -85/+60 | |
2013-06-09 | More algebra dependencies. | dos-reis | 1 | -132/+180 | |
2013-06-09 | More algebra dependencies | dos-reis | 1 | -11/+39 | |
2013-06-06 | Add some algebra dependencies | dos-reis | 1 | -33/+100 | |
2013-06-02 | Add dependencies for bootstrap | dos-reis | 1 | -8/+30 | |
2013-06-02 | Add dependencies for bootstrap | dos-reis | 1 | -6/+41 | |
2013-06-02 | Add dependencies for bootstrap | dos-reis | 1 | -0/+26 | |
2013-06-01 | Support --output in compiler, for bootstrapping stage. | dos-reis | 1 | -19/+5 | |
2013-05-26 | Revert accidental commit. | dos-reis | 1 | -1/+1 | |
2013-05-22 | Tidy src/algebra/Makefile.am | dos-reis | 1 | -15/+10 | |
2013-05-22 | * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extend | dos-reis | 1 | -1/+1 | |
Aggregate only. Adjust users. (BagAggregate): Explicitly extend HomogeneousAggregate. (AssociationListAggregate): Extend ShallowlyMutableAggregate. | |||||
2013-05-21 | Refactor src/algebra/Makefile.am | dos-reis | 1 | -182/+66 | |
2013-05-21 | Fix typos. | dos-reis | 1 | -6/+6 | |
2013-05-21 | Remove stale targets | dos-reis | 1 | -162/+7 | |
2013-05-20 | Use Functorial more often. | dos-reis | 1 | -8/+11 | |
2013-05-20 | Add Functorial category | dos-reis | 1 | -4/+9 | |
2013-05-18 | * algebra/tree.spad.pamphlet(BinaryTreeCategory): Extend | dos-reis | 1 | -12/+15 | |
ShallowlyMutableAggregate S. (BinarySearchTree): Remove redundant shallowlyMutable attribute. (BalancedBinaryTree): Likewise. | |||||
2013-05-18 | * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New. | dos-reis | 1 | -1/+2 | |