aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2016-01-12More algebra dependenciesGabriel Dos Reis1-13/+32
2016-01-11Algebra layer 0 now starts with basic typesGabriel Dos Reis1-192/+142
This cuts down on the number of domains that need to be built during bootstrapping.
2016-01-09Switch getDualSignature to avoiding interpreter databaseGabriel Dos Reis1-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-03More algebra dependency layering.Gabriel Dos Reis1-268/+424
2016-01-01More algebra layering and dependencies.Gabriel Dos Reis1-218/+247
2015-12-30Add more dependencies in the algberas' Makefile.am.Gabriel Dos Reis1-56/+183
2015-06-01Fix typos in configration scripts.dos-reis1-0/+1
2015-04-03Fix warnings in C++ codes; check for additional C++ compiler options.dos-reis1-7/+20
2014-11-16Check for LLVM frameworkdos-reis1-1/+3
2014-10-04Fix QT5 toAscii() compatibility issue.dos-reis1-1/+1
2014-08-18Add src/boot/Makefile.amdos-reis1-0/+1
2014-02-23FASLEXT is now AC_SUBSTdos-reis1-4/+1
2014-02-21Rename AXIOM_LISP to OA_LISPdos-reis1-1/+1
2014-02-21Set derived src and target directory variablesdos-reis1-22/+17
2014-02-21Set derived build directory variablesdos-reis1-4/+10
2014-02-10Clean up global variable names.dos-reis1-8/+8
2014-02-02Annual ChangeLog rotationdos-reis1-1/+1
2013-11-25Check for Windows PowerShell.dos-reis1-0/+1
2013-11-03Adjust timestampdos-reis1-1/+1
2013-07-01Bring closer to GCL-buildability.dos-reis1-0/+1
2013-06-29Remove stale algebra targets.dos-reis1-6/+5
2013-06-29Fix algebra build order an dependencydos-reis1-7/+5
2013-06-29Do not check for openServer being defined.dos-reis1-1/+1
2013-06-22(no commit message)dos-reis1-1/+1
2013-06-21 * include/dialect.H: New.dos-reis1-17/+45
* include/diagnostics.H: Likewise. * include/storage.H: Move from utils/.
2013-06-18 * algebra/catdef.spad.pamphlet (CommutativeOperatorCategory): New.dos-reis1-9/+6
(CommutativeOperation): Likewise. * algebra/Makefile.am (oa_algebra_layer_0): Include them.
2013-06-17Weaken conditions on parameter of partial differential domains.dos-reis1-2/+2
2013-06-17More algebra dependencies.dos-reis1-16/+28
2013-06-17More algebra dependencies.dos-reis1-7/+20
2013-06-17More algebra dependencies.dos-reis1-32/+119
2013-06-17More algebra dependencies.dos-reis1-0/+43
2013-06-16Recipe Make recipes.dos-reis1-15/+39
2013-06-16Reorder dependencies.dos-reis1-85/+60
2013-06-09More algebra dependencies.dos-reis1-132/+180
2013-06-09More algebra dependenciesdos-reis1-11/+39
2013-06-06Add some algebra dependenciesdos-reis1-33/+100
2013-06-02Add dependencies for bootstrapdos-reis1-8/+30
2013-06-02Add dependencies for bootstrapdos-reis1-6/+41
2013-06-02Add dependencies for bootstrapdos-reis1-0/+26
2013-06-01Support --output in compiler, for bootstrapping stage.dos-reis1-19/+5
2013-05-26Revert accidental commit.dos-reis1-1/+1
2013-05-22Tidy src/algebra/Makefile.amdos-reis1-15/+10
2013-05-22 * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extenddos-reis1-1/+1
Aggregate only. Adjust users. (BagAggregate): Explicitly extend HomogeneousAggregate. (AssociationListAggregate): Extend ShallowlyMutableAggregate.
2013-05-21Refactor src/algebra/Makefile.amdos-reis1-182/+66
2013-05-21Fix typos.dos-reis1-6/+6
2013-05-21Remove stale targetsdos-reis1-162/+7
2013-05-20 Use Functorial more often.dos-reis1-8/+11
2013-05-20Add Functorial categorydos-reis1-4/+9
2013-05-18 * algebra/tree.spad.pamphlet(BinaryTreeCategory): Extenddos-reis1-12/+15
ShallowlyMutableAggregate S. (BinarySearchTree): Remove redundant shallowlyMutable attribute. (BalancedBinaryTree): Likewise.
2013-05-18 * algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): New.dos-reis1-1/+2