source: git

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b2366e   13 years Oleksandr FIX: libpolys/coeffs/test was not compiled on FreeBSD (renamed into ... fieker-DuValspielwiese
(edit) @9eb0f9   13 years Oleksandr FIX: test coeffs using factory AND ntl (without public use of factory ... fieker-DuValspielwiese
(edit) @2f0314   13 years Oleksandr FIX: -lNTL/-lfactory in correct order fieker-DuValspielwiese
(edit) @4ecfbc   13 years Oleksandr FIX: factory needs NTL => -lntl AFTER -lfactory... :-/ fieker-DuValspielwiese
(edit) @fa1d48   13 years martinlee84 enabled factory by default and included factory.h in coeffs.h fieker-DuValspielwiese
(edit) @efce9a   13 years martinlee84 FIX: genftables fieker-DuValspielwiese
(edit) @e14941   13 years Oleksandr FIX: gengtables should be an extra program fieker-DuValspielwiese
(edit) @8872ef   13 years Oleksandr FIX: enable testing without factory fieker-DuValspielwiese
(edit) @6b61be   13 years Oleksandr ADD: optional building of factory (only with --enable-factory) fieker-DuValspielwiese
(edit) @c44985   13 years martinlee84 tried to get rid of factory.h fieker-DuValspielwiese
(edit) @502f5f6   13 years Oleksandr CHG: trying to fix compilation problems due to factory.h fieker-DuValspielwiese
(edit) @cfb500   13 years seelisch ending tests for alg field ext impl (all tests ok) fieker-DuValspielwiese
(edit) @09ed77   13 years hannes start to removed unneeded options from omalloc fieker-DuValspielwiese
(edit) @37c7fc1   13 years Oleksandr FIX: fixed a memory double destruction bug in p_Monic fieker-DuValspielwiese
(edit) @4a2260e   13 years seelisch more tests run (alg ext fields); some omCheck problems in longrat.cc ... fieker-DuValspielwiese
(edit) @c28ecf   13 years seelisch alg ext implementation now passing all coeffs and polys tests fieker-DuValspielwiese
(edit) @f0b01f   13 years seelisch alg ext fields: further development fieker-DuValspielwiese
(edit) @c54848   13 years Oleksandr ADD: another path to gftables fieker-DuValspielwiese
(edit) @2e9185   13 years Oleksandr ADD: ignores for standalone test fieker-DuValspielwiese
(edit) @f9dc520   13 years Oleksandr ADD: search for dynamic modules within the usual search pathes ADD: ... fieker-DuValspielwiese
(edit) @8d1a1ab   13 years Oleksandr ADD: standalone test for n_GF (gftables!) ADD: more search pathes for ... fieker-DuValspielwiese
(edit) @76388e   13 years Oleksandr ADD: improving resource handling (searching files...) fieker-DuValspielwiese
(edit) @9737a6   13 years Oleksandr FIX: out of tree building of templates fieker-DuValspielwiese
(edit) @1e837f   13 years Oleksandr ADD: new STANDALONE test program fieker-DuValspielwiese
(edit) @9144617   13 years Oleksandr ADD: trying to avoid factory as much as possible (build without...?) fieker-DuValspielwiese
(edit) @7829fb   13 years Oleksandr ADD: trying to solve circular dependencies due to matrix fieker-DuValspielwiese
(edit) @7d1a26   13 years Oleksandr CHG: prefer *limits.h from misc/ over it from omalloc/. fieker-DuValspielwiese
(edit) @e3b233   13 years Oleksandr CHG: include <coeffs/si_gmp.h> -> "si_gmp.h" (for local sources/headers) fieker-DuValspielwiese
(edit) @75ddac   13 years Oleksandr ADD: any (Singular) executable should look for gftables in its current ... fieker-DuValspielwiese
(edit) @ae6d28   13 years Oleksandr ADD: 0-pointer guards to avoid seg.faults fieker-DuValspielwiese
(edit) @c8204a   13 years Oleksandr ADD: some cleanup (LIB is not needed anymore, gftables may be symlinked...) fieker-DuValspielwiese
(edit) @148d3c   13 years Oleksandr FIX: fixing the build system (install needed headers on needed places) ... fieker-DuValspielwiese
(edit) @3199ac   13 years Oleksandr FIX: "make install" installs factory/gftables FIX: out of tree ... fieker-DuValspielwiese
(edit) @99ae0c   13 years Oleksandr ADD: added more trivial tests due to inpAdd in n_Q (1+1==2?)... fieker-DuValspielwiese
(edit) @9f1a52   13 years Oleksandr FIX: fixed the inplace addition in n_Q (longrat) fieker-DuValspielwiese
(edit) @2c41bc   13 years hannes assume cf!=NULL in rDefault fieker-DuValspielwiese
(edit) @17b0b05   13 years hannes fix loading of gftables - fix loading in nfReadTable - fix ... fieker-DuValspielwiese
(edit) @ea0001   13 years mohamed.barakat make check finds the gftables and dynamic modules (also out of tree) ... fieker-DuValspielwiese
(edit) @9a9034   13 years hannes fix: files names and loading of gftables fieker-DuValspielwiese
(edit) @613794   13 years hannes add: CoeffIsEqual/KillChar for n_Z2m, n_Z fieker-DuValspielwiese
(edit) @529fa4   13 years hannes add: nChineseRemainder/idChineseRemainder fieker-DuValspielwiese
(edit) @686f46   13 years hannes fix: cf_hnf.c does not compile fix: allow inplace compilation (for factory) fieker-DuValspielwiese
(edit) @cd6df87   13 years mohamed.barakat fixed linking against factory and commented out chinese remainder - ... fieker-DuValspielwiese
(edit) @e432a0   13 years hannes fix: memory leak in p_DivideM fieker-DuValspielwiese
(edit) @adb2ed   13 years mohamed.barakat Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to ... fieker-DuValspielwiese
(edit) @45e35b   13 years mohamed.barakat further fixes to build system - merged arithrings.m4 and plural.m4 ... fieker-DuValspielwiese
(edit) @37ed00   13 years Oleksandr ADD: test for a creation of a ring with specific ordering fieker-DuValspielwiese
(edit) @568cf0   13 years Oleksandr ADD: Enable arithmetical rings by default fieker-DuValspielwiese
(edit) @ca1eb1   13 years hannes readcf.cc generated again fieker-DuValspielwiese
(edit) @121fd9   13 years hannes add: ndCoeffsIsEqual: generic case,parameter unsed fix: some "unused ... fieker-DuValspielwiese
(edit) @50612e2   13 years hovinen Rename readcf.y to readcf.yy so that it is built as a C++-file fieker-DuValspielwiese
(edit) @2544e7   13 years hannes new: ndInit_bigint: no conversion, report error fieker-DuValspielwiese
(edit) @0276c1   13 years hannes fix: some "unused parameter" warnings fieker-DuValspielwiese
(edit) @6c5f32   13 years Oleksandr FIX: n_DivBy exists for rings only... FIX: p_Div_nn should always exist! fieker-DuValspielwiese
(edit) @577888   13 years hannes add ndKillChar to n_R, n_Q fieker-DuValspielwiese
(edit) @d524d48   13 years hannes fix: Makefile.am fieker-DuValspielwiese
(edit) @f8f0b7   13 years Oleksandr FIX: "#define" should be "#undef" in any public config.h.in ... fieker-DuValspielwiese
(edit) @05aa4b   13 years hannes cf_hnf does not compile: disabled fieker-DuValspielwiese
(edit) @b19ab84   13 years hannes add some missing routines to coeffs fieker-DuValspielwiese
(edit) @bea370   13 years Oleksandr ADD: new --enable-plural argument for enabling/disabling? PLURAL fieker-DuValspielwiese
(edit) @c74d6a   13 years Oleksandr FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL) fieker-DuValspielwiese
(edit) @087d2d   13 years hannes removed dep. on configure.in in factory fieker-DuValspielwiese
(edit) @19cbad8   13 years hannes be consistent: use HAVE_IOSTREAM to enable for new c++ headers fieker-DuValspielwiese
(edit) @c262d5   13 years hannes warnings removed from modulop.cc fieker-DuValspielwiese
(edit) @189f83   13 years Oleksandr FIX: C++ headers have no ".h" FIX: atoi/abort are from the C header ... fieker-DuValspielwiese
(edit) @2db7ae   13 years hannes disabled cf_hnf: does not compile with NTL with NTL_STD_CXX set fieker-DuValspielwiese
(edit) @e76d7a6   13 years mohamed.barakat just to get this out of the way, i need to catch my train fieker-DuValspielwiese
(edit) @9c6887   13 years hannes make include cstdio/cstdlib dependant on ifndef NOSTREAMIO fieker-DuValspielwiese
(edit) @69181b3   13 years Oleksandr ADD: initializeGMP is needed when linking against factory ADD: NTL ... fieker-DuValspielwiese
(edit) @468b57   13 years mohamed.barakat renamed libsingcf -> libfactory fieker-DuValspielwiese
(edit) @650f2d8   13 years mohamed.barakat renamed assert.h -> cf_assert.h in factory fieker-DuValspielwiese
(edit) @b58d47   13 years mohamed.barakat start eliminating `unused parameter' warnings fieker-DuValspielwiese
(edit) @643b1eb   13 years mohamed.barakat include ftmpl_inst.cc in libsingcf.a (template instantiations) - ... fieker-DuValspielwiese
(edit) @0654122   13 years seelisch fixes in impl. of alg. ext. field / ifdef factory stuff fieker-DuValspielwiese
(edit) @7d73857   13 years hannes fix include path for factory, name of libsingcf fieker-DuValspielwiese
(edit) @9af8a63   13 years mohamed.barakat invoke the macros to check for gmp and ntl in factory/configure.in - ... fieker-DuValspielwiese
(edit) @a11768   13 years hovinen * Begin migration of factory to GNU Automake * New file Makefile.am ... fieker-DuValspielwiese
(edit) @1983c3   13 years hannes removed unused global vars from modulop.cc fix for coeffs/test-g fieker-DuValspielwiese
(edit) @abb4787   13 years hannes conversion factory <->singular for poly fix coeff tests for factory fieker-DuValspielwiese
(edit) @0fb5991   13 years seelisch fixes so that libpoly builds without compiler errors in algext.cc ... fieker-DuValspielwiese
(edit) @3b0ba67   13 years seelisch small bug fix fieker-DuValspielwiese
(edit) @69fb9d0   13 years seelisch finished impl. of alg. ext. fields; now testing... fieker-DuValspielwiese
(edit) @ba2359   13 years seelisch almost finished impl. of algebraic extension fieker-DuValspielwiese
(edit) @fba6f18   13 years seelisch alg. ext. fields: 1st impl. and 1st tests fieker-DuValspielwiese
(edit) @ce3f53c   13 years martinlee84 adapted conversion to and from factory fieker-DuValspielwiese
(edit) @d75f15   13 years martinlee84 moved clapconv.h and clapconv.cc to polys changed includes of ... fieker-DuValspielwiese
(edit) @c5917f1   13 years hovinen * Add libpolys/libpolys-config.in as prototype for script to make it ... fieker-DuValspielwiese
(edit) @ad35b5   13 years hovinen Add M4-macro to check for NTL and to set NTL_CFLAGS, NTL_LIBS, and ... fieker-DuValspielwiese
(edit) @a934fc8   13 years hannes factory -> number: Q fieker-DuValspielwiese
(edit) @eca225   13 years hannes factory to number: Z/p fieker-DuValspielwiese
(edit) @e25a99   13 years Oleksandr FIX: rename 'ringflagb' into 'mod2mMask' for rings (Z/2m) fieker-DuValspielwiese
(edit) @84c376   13 years Oleksandr ADD: FreeBSD-related fixes in build system (no libdl, $^, $<) fieker-DuValspielwiese
(edit) @2271fcf   13 years Oleksandr FIX: don't delete cf_gmp.h (not generated anymore!) fieker-DuValspielwiese
(edit) @107b6a6   13 years Oleksandr ADD: more dependencies fieker-DuValspielwiese
(edit) @af598e   13 years Oleksandr ADD: factory-related wrappers (clapsing.cc/.h) FIX: ring-dependent ... fieker-DuValspielwiese
(edit) @02c42d   13 years Oleksandr FIX: nGetChar -> n_nGetChar fieker-DuValspielwiese
(edit) @2111465   13 years martinlee84 switched on HAVE_FACTORY in auxiliary.h.in deleted include of cf_gmp.h ... fieker-DuValspielwiese
(edit) @c2e9b1   13 years martinlee84 put assert.h before cf_gmp.h fieker-DuValspielwiese
(edit) @daa556   13 years Oleksandr FIX: cf_gmp.h should be included after asser.h.... ??!?! fieker-DuValspielwiese
(edit) @769f28   13 years mohamed.barakat - fixed --with-gmp in factory/configure.in to be compatible with gmp ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.