# # ChangeLog for libpolys/tests/coeffs_test.h in git # # Generated by Trac 1.2.3 # Apr 19, 2024, 11:29:33 AM Tue, 17 May 2011 22:45:57 GMT Oleksandr Motsak [99ae0c] * libpolys/tests/coeffs_test.h (modified) ADD: added more trivial tests due to inpAdd in n_Q (1+1==2?)... Tue, 10 May 2011 17:49:38 GMT Oleksandr Motsak [6c5f32] * libpolys/polys/monomials/p_polys.cc (modified) * libpolys/tests/coeffs_test.h (modified) * libpolys/tests/polys_test.h (modified) FIX: n_DivBy exists for rings only... FIX: p_Div_nn should always exist! Tue, 03 May 2011 10:16:01 GMT Frank Seelisch [26c66ae] * libpolys/coeffs/coeffs.h (modified) * libpolys/coeffs/test.cc (modified) * libpolys/polys/monomials/ring.cc (modified) * libpolys/tests/coeffs_test.h (modified) * libpolys/tests/common.h (modified) use n_Ext, only, for any type of extensions (after discussion with Hans) Wed, 27 Apr 2011 01:09:38 GMT Oleksandr Motsak [b27c052] * libpolys/polys/.gitignore (added) * libpolys/polys/monomials/p_polys.h (modified) * libpolys/tests/Makefile.am (modified) * libpolys/tests/coeffs_test.h (modified) * libpolys/tests/common.h (modified) * libpolys/tests/cxxtestgen.pl (modified) * libpolys/tests/polys_test.h (modified) * libpolys/tests/rings_test.h (added) ADD: first poly-tests (Sum Up integers 0..N) ADD: GlobalFixup made ... Tue, 26 Apr 2011 20:40:57 GMT Oleksandr Motsak [6c084af] * libpolys/coeffs/coeffWrite (added) * libpolys/coeffs/coeffs.h (modified) * libpolys/coeffs/numbers.cc (modified) * libpolys/coeffs/numbers.h (modified) * libpolys/coeffs/shortfl.cc (modified) * libpolys/tests/coeffs_test.h (modified) ADD: CoeffWrite for n_R (shortfl.cc) ADD: test function pointers ... Thu, 21 Apr 2011 14:41:50 GMT Mohamed Barakat [d9e190] * libpolys/resources/feResource.cc (modified) * libpolys/tests/coeffs_test.h (modified) * libpolys/tests/cxxtestgen.pl (modified) * libpolys/tests/polys_test.h (modified) got rid of program_invocation_name (non-portable) and replaced it by ... Thu, 21 Apr 2011 13:06:00 GMT Oleksandr Motsak [8480db] * libpolys/tests/Makefile.am (modified) * libpolys/tests/coeffs_test.h (modified) ADD: trying to use dynamic module (-rdynamic) Thu, 21 Apr 2011 11:40:35 GMT Oleksandr Motsak [ae85a3] * libpolys/tests/coeffs_test.h (modified) ADD: executables should use feInitResources ADD: try using ... Tue, 19 Apr 2011 16:16:27 GMT Oleksandr Motsak [e5422d] * libpolys/coeffs/numbers.cc (modified) * libpolys/coeffs/numbers.h (modified) * libpolys/coeffs/rmodulo2m.cc (modified) * libpolys/tests/coeffs_test.h (modified) fixed zero divisior issue in Z/2^mZ coauthor: Frank Seelisch ... Mon, 18 Apr 2011 19:06:26 GMT Oleksandr Motsak [4f684a] * libpolys/tests/Makefile.am (modified) * libpolys/tests/coeffs_test.h (modified) * libpolys/tests/common.h (added) * libpolys/tests/polys_test.h (added) ADD: unit tests for polys Mon, 18 Apr 2011 18:26:33 GMT Oleksandr Motsak [1820e7] * .gitignore (modified) * libpolys/coeffs/Makefile.am (modified) * libpolys/coeffs/test.cc (modified) * libpolys/misc/auxiliary.h (modified) * libpolys/tests/.gitignore (added) * libpolys/tests/Makefile.am (modified) * libpolys/tests/coeffs_test.h (added) * libpolys/tests/cxxtest/TestSuite.h (modified) * libpolys/tests/gftables (added) ADD: more unit tests via CxxTest and related changes FIX: NULLp for ...