source: git/libpolys

Revision Log Mode:


Legend:

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