aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24Misc. fixesGabriel Dos Reis1-1/+0
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-19getConstructorCategory: get it from generated code for category constructors.Gabriel Dos Reis1-1/+3
2016-01-17subtractIfCan$CancellationAbelianMonoid: return the more principled Maybe %Gabriel Dos Reis1-1/+2
2016-01-17Rename Magma to FreeMagmaGabriel Dos Reis1-1/+1
A breeze, given previous compiler work. Renaming matches FriCAS's.
2016-01-16Reduce dependencies on databases to catgeory.daase during algebra buildGabriel Dos Reis1-3/+6
2016-01-13getSuperDomainFromDB: get data from generated codeGabriel Dos Reis1-1/+3
Don't call GETDATABASE to read the information. Rather, load the generated code for the contructor. Discovered mode algebra dependencies.
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