source: git

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2f64e   13 years hannes internal header: prCopyMacros.h fieker-DuValspielwiese
(edit) @fad7c58   13 years hannes p_Mult_q.h is an internal header, mod_raw.* moved to polys (it is not ... fieker-DuValspielwiese
(edit) @18dab28   13 years hannes fix unseless includes of polys-impl.h fieker-DuValspielwiese
(edit) @91c34a   13 years hannes removed empty polys-impl.h fieker-DuValspielwiese
(edit) @6a5b93   13 years hannes more internal headers: p_Procs_Set.h, p_Procs_Static.h, ... fieker-DuValspielwiese
(edit) @d0570be   13 years hannes p_Numbers.h is now an internal header fieker-DuValspielwiese
(edit) @304ad9b   13 years hannes p_MemCmp.h and p_MemCopy.h are now internal headers fieker-DuValspielwiese
(edit) @26a1eb   13 years hannes removed empty pInline0.* fieker-DuValspielwiese
(edit) @600ea9   13 years Oleksandr FIX: since most options are On by default - one can choose to DISABLE them fieker-DuValspielwiese
(edit) @2c7f28   13 years seelisch impl. of rat. funct. fields (no tests yet, no cancellation of gcd's yet) fieker-DuValspielwiese
(edit) @9bb5457   13 years hannes fixed warning about unused paramaters in coeffs fieker-DuValspielwiese
(edit) @7af488e   13 years hannes nRegister not needed any more for standard coeffs fieker-DuValspielwiese
(edit) @6ccdd3a   13 years seelisch renamed algring; comments; transext.* added fieker-DuValspielwiese
(edit) @5a4b26   13 years hannes fix build issue for disable-plural fieker-DuValspielwiese
(edit) @488808e   13 years seelisch removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions ... fieker-DuValspielwiese
(edit) @73a9ffb   13 years seelisch made sure that ch is properly set everywhere, and ch >= 0; more ASSUMEs fieker-DuValspielwiese
(edit) @e676cd   13 years Oleksandr FIX: Doxygen style comments fieker-DuValspielwiese
(edit) @cdf22a9   13 years seelisch using negative chars: needs to be discussed fieker-DuValspielwiese
(edit) @f0797c   13 years seelisch char and ringtype related stuff fieker-DuValspielwiese
(edit) @141342   13 years seelisch nExt replaced by n_algExt and n_transExt fieker-DuValspielwiese
(edit) @48a994   13 years seelisch factory-related includes fieker-DuValspielwiese
(edit) @fd01a8   13 years seelisch testing multivariate gcd from factory: problem in p_polys.cc ('longalg ... fieker-DuValspielwiese
(edit) @e0ae1c   13 years Oleksandr FIX: it seems (due to FreeBSD) that -lfactory should be before -lntl... fieker-DuValspielwiese
(edit) @71f6dbd   13 years Oleksandr ADD: adding cleanup ADD: instead of multiple soft links (*.so), do: ... fieker-DuValspielwiese
(edit) @11837b   13 years Oleksandr ADD: Show Resource-Settings at the beginning of each test-suit fieker-DuValspielwiese
(edit) @05b917   13 years Oleksandr FIX: enable the search for dynamic modules in SEARCH_PATH and load them fieker-DuValspielwiese
(edit) @e0f4de   13 years Oleksandr FIX: FreeBSD tried to compile prCopy.cc before generating prCopy.inc ... fieker-DuValspielwiese
(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
Note: See TracRevisionLog for help on using the revision log.