source: git

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b5b9dc   13 years hannes fix poly_test fieker-DuValspielwiese
(edit) @bfde6c   13 years Oleksandr FIX: some silly bugs in tests... TODO: correct assumes...? fieker-DuValspielwiese
(edit) @b7d7eb   13 years Oleksandr ADD: deleting polynomials... fails fieker-DuValspielwiese
(edit) @f70f641   13 years hannes - rSum, rCopy0: uses now coeffs - some unused variables removed in ... fieker-DuValspielwiese
(edit) @b27c052   13 years Oleksandr ADD: first poly-tests (Sum Up integers 0..N) ADD: GlobalFixup made ... fieker-DuValspielwiese
(edit) @6c084af   13 years Oleksandr ADD: CoeffWrite for n_R (shortfl.cc) ADD: test function pointers ... fieker-DuValspielwiese
(edit) @3dbe0bf   13 years hannes rSum: test for equal coeffs mod_raw: simplified fieker-DuValspielwiese
(edit) @52f218   13 years Oleksandr FIX: mod_raw: check __ELF__ ADD: dynamic modules (quick and dirty hack ... fieker-DuValspielwiese
(edit) @d142260   13 years Oleksandr FIX: fixed dynamic loading on Mac OS X using dlfcn fieker-DuValspielwiese
(edit) @c11134   13 years Oleksandr FIX: fixed linkage under Mac OS X: one has to initialize global variables fieker-DuValspielwiese
(edit) @2dcf453   13 years mohamed.barakat do not compile dynamic modules unless ENABLE_P_PROCS_DYNAMIC=true fieker-DuValspielwiese
(edit) @6d28ba7   13 years mohamed.barakat ./configure --enable-p-procs-static now compiles fieker-DuValspielwiese
(edit) @d9e190   13 years mohamed.barakat got rid of program_invocation_name (non-portable) and replaced it by ... fieker-DuValspielwiese
(edit) @4f07ef   13 years Oleksandr minor fix (GF(25/5?)) fieker-DuValspielwiese
(edit) @44105a7   13 years hovinen * Use -module when linking p_Procs dynamic modules * Remove lib prefix ... fieker-DuValspielwiese
(edit) @fd22bf0   13 years hovinen Add AM_LDFLAGS to polys_test_LDFLAGS fieker-DuValspielwiese
(edit) @8480db   13 years Oleksandr ADD: trying to use dynamic module (-rdynamic) fieker-DuValspielwiese
(edit) @95c1fa   13 years Oleksandr FIX: fixes due to separating coeffs into 'cf' fieker-DuValspielwiese
(edit) @9b9ae7   13 years hannes removed rWrite stuff which is now in n_CoeffWrite fieker-DuValspielwiese
(edit) @7a8011   13 years hannes more CoeffWrite: rings, long R, long C fieker-DuValspielwiese
(edit) @8167af   13 years hannes nlCoeffWrite fieker-DuValspielwiese
(edit) @ae85a3   13 years Oleksandr ADD: executables should use feInitResources ADD: try using n_CoeffWrite... fieker-DuValspielwiese
(edit) @59a62bd   13 years Oleksandr ADD: feInitResources can use 'program_invocation_name' instead of ... fieker-DuValspielwiese
(edit) @01c1d0   13 years Oleksandr FIX: moved P/minpoly/parameters from ring to coeff fieker-DuValspielwiese
(edit) @0b7bf7   13 years Oleksandr FIX: fixed a bug (due to the sum test for Zn3), together with Frank ... fieker-DuValspielwiese
(edit) @c7e3d7   13 years hannes cfCoeffWrite introduced fieker-DuValspielwiese
(edit) @03bf55   13 years Oleksandr FIX: adaptation of var. name changes for arithmetik rings coauthor: ... fieker-DuValspielwiese
(edit) @17e473   13 years Oleksandr FIX: we can link against libpolys FIX: rField_*(r...) all should call ... fieker-DuValspielwiese
(edit) @1ddd04   13 years hannes rDefault via coeffs fieker-DuValspielwiese
(edit) @0ebd7e   13 years hannes add ksCheckCoeffs fieker-DuValspielwiese
(edit) @294537   13 years Oleksandr FIX: pMinPolyNormalize -> p_MinPolyNormalize fieker-DuValspielwiese
(edit) @c5412f   13 years Oleksandr FIX: use -ldl whenever linking against DYNAMIC version of libpolys... ... fieker-DuValspielwiese
(edit) @13366d   13 years Oleksandr FIX: rSetISReference FIX: sca should not rely on kNF/sca_bba for the ... fieker-DuValspielwiese
(edit) @dd693a   13 years hannes fix p_TakeOutComp add p_Vec2Polys fieker-DuValspielwiese
(edit) @9765f3   13 years hannes fixed pFDeg (not a global variable, but a member of ring) fixed ... fieker-DuValspielwiese
(edit) @7dce2d7   13 years hannes add comments to some coeff functions add p_EqualPolys fix warnings in ... fieker-DuValspielwiese
(edit) @7f602b   13 years Oleksandr ADD: added "#include <misc/auxiliary.h>" fieker-DuValspielwiese
(edit) @e5422d   13 years Oleksandr fixed zero divisior issue in Z/2^mZ coauthor: Frank Seelisch ... fieker-DuValspielwiese
(edit) @8c9912   13 years Oleksandr ADD: mod_raw is needed for dynamic linkage FIX: expose some needed ... fieker-DuValspielwiese
(edit) @e1761c   13 years mohamed.barakat define HAVE_DL in m4/p-procs.m4, SING_CHECK_P_PROCS fieker-DuValspielwiese
(edit) @72b880   13 years mohamed.barakat replaced the deprecated AC_LIBTOOL_DLOPEN/AC_PROG_LIBTOOL with ... fieker-DuValspielwiese
(edit) @41dde6   13 years mohamed.barakat - moved the definitions of HAVE_MULT_MOD, HAVE_DIV_MOD, and ... fieker-DuValspielwiese
(edit) @aa450d   13 years Oleksandr FIX: move some minor functions from polys.h -> p_polys.h fieker-DuValspielwiese
(edit) @a60e0b   13 years mohamed.barakat fixed the syntax for compilers in pedantic mood :) fieker-DuValspielwiese
(edit) @8184703   13 years hovinen * Remove references to libpolys/m4 * Add AC_CONFIG_AUX_DIR([.]) to ... fieker-DuValspielwiese
(edit) @ec0d9b   13 years mohamed.barakat merge libpolys/polys/configure.ac into polys/configure.ac fieker-DuValspielwiese
(edit) @1135a61   13 years hannes fix weight0.c fieker-DuValspielwiese
(edit) @f27003   13 years hannes find a place for our bitset optionbs from options.h fieker-DuValspielwiese
(edit) @0ffdec   13 years hannes fix pDebug fieker-DuValspielwiese
(edit) @4f684a   13 years Oleksandr ADD: unit tests for polys fieker-DuValspielwiese
(edit) @845729b   13 years Oleksandr Removed linear algebra stuff (Bareiss/Det etc) from matpol.cc TODO: ... fieker-DuValspielwiese
(edit) @1820e7   13 years Oleksandr ADD: more unit tests via CxxTest and related changes FIX: NULLp for ... fieker-DuValspielwiese
(edit) @d39b74   13 years hannes fix some typos fieker-DuValspielwiese
(edit) @3d65be   13 years hannes fix matpol: try to avoid _<capital letter> - it is reserved fieker-DuValspielwiese
(edit) @a2d993   13 years hannes fix simpleideals fieker-DuValspielwiese
(edit) @2f5547   13 years hannes id_FreeModule fieker-DuValspielwiese
(edit) @a665eb   13 years hannes id_HomIdeal, id_MaxIdeal fieker-DuValspielwiese
(edit) @b78996   13 years Oleksandr FIX: strting to fix sparse matrices (sparsmat.{h, cc}) fieker-DuValspielwiese
(edit) @2f5936   13 years hannes id_Add, id_Transp fieker-DuValspielwiese
(edit) @cf02b22   13 years Oleksandr FIX: last fixes to matpol.cc FIX: add "const" for (last) ring ... fieker-DuValspielwiese
(edit) @720156   13 years mohamed.barakat merge libpolys/coeffs/configure.ac into libpolys/configure.ac fieker-DuValspielwiese
(edit) @d11524   13 years mohamed.barakat - merge libpolys/{misc,reporter,resources}/configure.ac into ... fieker-DuValspielwiese
(edit) @691dba   13 years Oleksandr FIX: use #include "config.h" everywhere fieker-DuValspielwiese
(edit) @503a31   13 years Oleksandr FIX: some more fixes (adding ring) fieker-DuValspielwiese
(edit) @5d9aa6   13 years Oleksandr FIX: further fixes in matpol ADD: sparse matrices (sparsmat.*) - ... fieker-DuValspielwiese
(edit) @0a3a629   13 years Oleksandr FIX: fixed the matrix-related inteface: e.g. mpCopy(matrix) -> ... fieker-DuValspielwiese
(edit) @ee33a7   13 years Oleksandr FIX: eliminate some minor warnings (";") fieker-DuValspielwiese
(edit) @2e4757c   13 years hannes syntax fix fieker-DuValspielwiese
(edit) @91a72f   13 years hannes fix intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r) fieker-DuValspielwiese
(edit) @2e7dee   13 years hannes fix id_Copy, idInit .. fieker-DuValspielwiese
(edit) @6f3273   13 years hannes fix BOOLEAN id_IsConstant(ideal id, const ri ng r) fieker-DuValspielwiese
(edit) @3d0808   13 years hannes fix void id_DelDiv(ideal id, const ring r) fix p_DivisibleByRingCase fieker-DuValspielwiese
(edit) @c9c118   13 years hannes fix typo fieker-DuValspielwiese
(edit) @119853   13 years hannes fix void id_DelLmEquals(ideal id, const ring r) fieker-DuValspielwiese
(edit) @4a08e7   13 years hannes fix void id_DelEquals(ideal id, const ring r) fieker-DuValspielwiese
(edit) @9aa29b   13 years hannes fix void id_Norm(ideal id, const ring r) fieker-DuValspielwiese
(edit) @f5c2d02   13 years hannes fix void id_DelMultiples(ideal id, const ring r) fieker-DuValspielwiese
(edit) @f0cf96   13 years mohamed.barakat added the line [*-apple-darwin*], [SUPPORTS_DYNAMIC_MODULES=yes], to ... fieker-DuValspielwiese
(edit) @da55c8   13 years mohamed.barakat fixed some include pathes fieker-DuValspielwiese
(edit) @4aa8610   13 years mohamed.barakat created libpolys/tests and set up the beginning of a test-suite using ... fieker-DuValspielwiese
(edit) @f71e8c5   13 years hannes same missing include for simpleideals.* removed std stuff from ... fieker-DuValspielwiese
(edit) @1377c9   13 years Oleksandr ADD: ncSAMult.{h,cc} - the last of NC arithmetics fieker-DuValspielwiese
(edit) @2ad10e9   13 years Oleksandr ADD: started fixing simpleideals.cc matpol.{cc,h} (the later needs ... fieker-DuValspielwiese
(edit) @d6a97c3   13 years Oleksandr FIX: the rest of NC-related stuff can be compiled in now fieker-DuValspielwiese
(edit) @40d0649   13 years Oleksandr FIX: most of NC-stuff fieker-DuValspielwiese
(edit) @78e3fda   13 years Oleksandr ADD: gmp search path for Mac OS X (fink/macports) fieker-DuValspielwiese
(edit) @32d07a5   13 years Oleksandr Adding/Fixing currRing for non-commutative stuff fieker-DuValspielwiese
(edit) @9959c45   13 years hannes fix includes for p_Procs_(Dynamic/Static).cc fieker-DuValspielwiese
(edit) @f7a975   13 years hannes moved simple ideal stuff to simpleideals.h renamed ideals.cc to ... fieker-DuValspielwiese
(edit) @4021bb   13 years hannes all linux versions and solaris2 support dynamic modules fieker-DuValspielwiese
(edit) @812138   13 years hovinen * Create new macros SING_SYSTEM_SUPPORTS_DYNAMIC_MODULES and ... fieker-DuValspielwiese
(edit) @0ef3f51   13 years hannes moved compatiblity stuff to number.h moved public stuff (tersts) to ... fieker-DuValspielwiese
(edit) @94557c9   13 years hovinen Remove redundant variable-definitions fieker-DuValspielwiese
(edit) @9ef654   13 years hovinen Ignore config.log, config.h.in~, and (autogenerated) p_Procs.inc fieker-DuValspielwiese
(edit) @623f41   13 years hovinen Define DEFAULT_CHECKING_PATH in gmp-check.m4 so that the macro ... fieker-DuValspielwiese
(edit) @819bad   13 years hovinen Change order of libraries when building libpolys/coeffs/test to avoid ... fieker-DuValspielwiese
(edit) @ccd333   13 years mohamed.barakat - seperated public config macros in omalloc from private ones - ... fieker-DuValspielwiese
(edit) @028192   13 years Oleksandr FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers) fieker-DuValspielwiese
(edit) @3f2fb2   13 years Oleksandr ADD: matrices (from kernel) fieker-DuValspielwiese
(edit) @45d2332   13 years Oleksandr FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h! fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.