Timeline
Dec 20, 2011:
- 9:03 PM Changeset in git [9d9df3]spielwiese by
- build libfac at the correct (build) location FIX: building libfac correctly
- 9:01 PM Changeset in git [a3df16e]spielwiese by
- correct libfac distribution CHG: only distribute needed (?) files
- 6:37 PM Ticket #392 (bug in sqrfree) closed by
- fixed: fixed with 14462 (master) and c71a43 (spielwiese)
- 6:08 PM Changeset in git [88408d0]spielwiese by
- chg: switched off old factory factorization over Z chg: added some function declarations to FLINTconvert.h chg: added a lot of modular multiplication code and univariate arithmetic over Q and Q(a) using FLINT
- 5:35 PM Changeset in git [6a659c]spielwiese by
- wrong re-declarations of system wide functions NOTE: due to the removal of --no-exceptions
- 5:31 PM Changeset in git [0ee865]spielwiese by
- preparation for libparse standalone program ADD: started to add automake building rules for standalone libparse FIX: libparse may need libSingular/libfactory and thus needs mmInit etc.
- 5:28 PM Changeset in git [7c7495]spielwiese by
- preparation for using lex files directly from via automake CHG: .ll leads to .cc (whereas .l to .c)
- 11:42 AM Changeset in git [401911]spielwiese by
- chg: checking of FLINT version
- 11:05 AM Changeset in git [3ed6ccf]spielwiese by
- chg: check for Flint 2.3 in configure
- 10:46 AM Changeset in git [7cb5590]spielwiese by
- fix: some preprocessor commands
- 1:49 AM Changeset in git [ae3775]spielwiese by
- chg: use Flint factorization over finite fields instead of NTL
- 1:37 AM Changeset in git [7e8c9e]spielwiese by
- chg: use Flint GCD instead of NTL gcd
Dec 19, 2011:
- 7:09 PM Changeset in git [97a059]spielwiese by
- Started fork swSingularFlint from spielwiese chg: changed build system to be able to compile Singular with Flint add: conversion functions from factory to Flint and vice versa chg: added HAVE_FLINT to factory config.h
- 6:40 PM Ticket #396 (Another crash with factorize) closed by
- wontfix: Sorry, I don't see your problem here, the minimal polynomial you …
- 4:36 PM Changeset in git [4d0cbc7]spielwiese by
- further elimination of idhdl from libpolys/ & kernel/
- 3:54 PM Changeset in git [fea2af]spielwiese by
- SW cannot be built without factory FIX: fixed libpolys and Singular/eigenval_ip.cc (quick and dirty) TODO: make check in libpolys/tests -> all dynamic tests are missing SearchPATH :( TODO: undefined reference to strat_fac_debug & strat_nr? TODO: kernel? Singular?
- 3:35 PM Changeset in git [ebf138]spielwiese by
- adaptation to clang + disable a GMP hack CHG: removed gcc-specific flags --no-rtti --no-exceptions (since not available in clang) CHG: tricks with __cpluplus (around include gmp.h) lead can to errors (e.g. in clang)
Dec 17, 2011:
- 9:38 PM Changeset in git [f0549c8]spielwiese by
- fixes Manual tests: fglm and stdfglm
Dec 16, 2011:
- 7:00 PM Changeset in git [5acf7dc]spielwiese by
- adaptation due to libfac FIX: libfac uses factory.h (which includes factory/cf_gmp.h...)
- 6:34 PM Changeset in git [276374]spielwiese by
- Merge pull request #34 from mmklee/factory_without_ntl fix: issues with building factory without NTL
Dec 15, 2011:
- 9:07 PM Changeset in git [62b20a]spielwiese by
- Correction of Tst/New/gf_coeff_short.tst FIX: now it tests what is actually needed (CoeffsEqual for GF ffields is wrong)
- 3:58 PM Ticket #396 (Another crash with factorize) created by
- […]
- 3:37 AM Changeset in git [f0168a5]spielwiese by
- enable char_series FIX: readd / uncomment / enable char_series
Dec 14, 2011:
- 6:16 PM Changeset in git [81845eb]spielwiese by
- final adaptation to libfac merged into factory FIX: no libfac_* vars + correct include: factory/libfac/factor.h
- 6:14 PM Changeset in git [eb71ba4]spielwiese by
- another bug due to algext ADD: test rCompose of algext in the case of somewhat wrong basering
- 5:19 PM Changeset in git [d92d71]spielwiese by
- build libfac.a into factory FIX: libfac builds and uses factory/factory.h FIX: adaptation of Singular to use libfac staff
- 5:07 PM Changeset in git [67c1dc]spielwiese by
- adaptation of spielwiese for libfac chg: switched on interface for libfac stuff
- 5:00 PM Changeset in git [dccceb]spielwiese by
- moved libfac under factory/ CHG: moved libfac/ under factory/ Note: starting to merge libfac into factory (as a private library)
- 4:09 PM Changeset in git [54e73b]spielwiese by
- fix: more fixes for kDebugPrint
- 4:01 PM Changeset in git [93f7ef]spielwiese by
- fix: unify output of kDebugPrint
- 3:59 PM Changeset in git [6f6320]spielwiese by
- fix: issues with building factory without NTL
- 3:53 PM Changeset in git [739881]spielwiese by
- fix: kDebugPrint
- 3:21 PM Changeset in git [b0bb93f]spielwiese by
- extended nfCoeffsEqual to check for parameter names
- 2:41 PM Changeset in git [69ed52]spielwiese by
- fix: set r->pLexOrder from r->LexOrder
- 12:16 PM Changeset in git [5fb90e]spielwiese by
- chg: move P_setGlobals to ring.cc, to be called from rComplete
Dec 13, 2011:
- 8:02 PM Changeset in git [f41d12]spielwiese by
- Merge pull request #33 from mmklee/factory_sqrfree_sw chg: more changes of squarefree decomposition according to master
- 1:49 PM Changeset in git [f78374]spielwiese by
- chg: more changes of squarefree decomposition according to master
Dec 12, 2011:
- 8:26 PM Changeset in git [ae3ad6]spielwiese by
- move syBetti{1,2} to interpreter CHG: syBetti{1,2} are high level functions only used by interpreter => moved to ipshell.*
- 6:55 PM Changeset in git [5116a21]spielwiese by
- test syzygy and all kinds of resolutions via make check ADD: test syz + sres/lres/nres/mres on the kernel level! ADD: print syStrategy ADD: get length + Betti numbers ADD: minimize resolutions TODO: conversion to list of ideals?
- 5:46 PM Changeset in git [7efef7]spielwiese by
- fix: ideal/module definition
- 5:25 PM Changeset in git [679c53]spielwiese by
- fix(from master): better error messages for option(warn)
- 11:52 AM Ticket #395 (Fix parallel building of Singular) closed by
- fixed: rules added as proposed.
- 11:34 AM Changeset in git [5de1d4]spielwiese by
- chg: change omAlloc policy: OM_DEFAULT_PAGES_PER_REGION to 512 (2 MB)
Dec 10, 2011:
- 12:49 PM Ticket #395 (Fix parallel building of Singular) created by
- See also [trac.sagemath.org/sage_trac/ticket/12137]
- 12:51 AM Changeset in git [3ef9c8]spielwiese by
- chg: changes in factory interface and iparith.cc accordingly to master
Dec 9, 2011:
- 7:40 PM Changeset in git [ce21bd8]spielwiese by
- adaptation of Martin's "moreSparseHeuristic" for SW. FIX: factory/facSparseHensel.cc needed some more includes
- 7:34 PM Changeset in git [600d9a]spielwiese by
- chg: docu for sqrfree
- 7:34 PM Changeset in git [fb54b6]spielwiese by
- chg: docu for sqrfree
- 4:25 PM Changeset in git [c36096]spielwiese by
- test GB computation within test.cc (via make check) CHG: separated the old tests into TestSimpleRingArithmetcs ADD: TestGBEngine - compute GB of the classical Schreyer example
- 4:23 PM Changeset in git [da6156]spielwiese by
- moved tHomog to kernel/structs.h from libpolys/polys/monomials/ring.h CHG: libpolys make no use of tHomog since it is an option for GB-related high-level functions
- 2:51 PM Ticket #349 (MP not working) closed by
- wontfix: Occurs only for statically linked binaries.
Dec 8, 2011:
- 1:26 PM Ticket #394 (improving farey) created by
- 1. farey should return 0 if the result is not uniquely determined. 2. …
- 12:59 PM Changeset in git [9b58b4b]spielwiese by
- fixes problem with indepSet: Trac #387
Dec 7, 2011:
- 8:12 PM Ticket #387 (indepSet() gives strange result) closed by
- fixed: Fixed by Christian with commit ac830bd.
- 2:04 PM Changeset in git [1f03aba]spielwiese by
- fix(from master): bug in memeroy management of mpr_base.cc chg(from master): introduce RING_DECL_LIST
- 12:39 PM Ticket #308 (very slow multiplication/division in rational function field) closed by
- wontfix: Is already fixed in "Spielwiese", won't be fixed in classical SINGULAR.
Dec 6, 2011:
- 12:02 PM Changeset in git [fee24e]spielwiese by
- chg: sqrfree command now returns also multiplicities by default
Dec 5, 2011:
- 3:43 PM Changeset in git [ec16f0]spielwiese by
- chg: use sparse heuristic in precomputation of leading coefficients
- 2:54 PM Changeset in git [2d2e40]spielwiese by
- fix: warning messages: unsed variable/parameter
Dec 2, 2011:
- 11:43 AM Changeset in git [1f2d3b]spielwiese by
- add(from master): readlclassify.lib as experimental lib
- 9:29 AM Ticket #393 (need overflow check for map) created by
- […]
Dec 1, 2011:
- 6:39 PM Changeset in git [4fe8a3]spielwiese by
- add: switched on Lucks/Wang sparse heuristic
- 6:37 PM Changeset in git [eefc3a]spielwiese by
- chg: postpone shifting of evaluation point to zero until it is really needed
- 12:47 AM Changeset in git [635774]spielwiese by
- factory/src: silence compile warnings -Wint-to-pointer-cast Ideally, one should use uintptr_t (from <stdint.h>/<cstdint>), but I guess some lame compilers may still not have this yet. imm.h: In function "InternalCF* int2imm(int)": imm.h:59:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] imm.h: In function "InternalCF* int2imm_p(int)": imm.h:85:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] imm.h: In function "InternalCF* int2imm_gf(int)": imm.h:90:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
- 12:47 AM Changeset in git [0943bd]spielwiese by
- factory/build: libtool file updates Removes redundant statements, and adds the requires library dependencies. The library basename is enriched with the version number because there has been no trace of serious SO version numbering in previous releases been observed so far.
Nov 30, 2011:
- 8:09 PM Changeset in git [91ef34]spielwiese by
- fix(from master): sleftv::Eval needs to know CMD_M/CMD_1/ etc.
- 5:40 PM Changeset in git [fa90aa]spielwiese by
- fix(from master): table cleanup: removed never used entries
Nov 29, 2011:
- 2:36 PM Changeset in git [91788c0]spielwiese by
- add: code for sparse heuristic lifting a la Lucks/Wang moved: code for other sparse heuristic to facSparseHensel rm: unused function leadingCoeffReconstruction from facFqFactorize.cc
- 2:33 PM Changeset in git [6deedd]spielwiese by
- modified some helper functions and removed unneccessary inclusion of config.h
Nov 28, 2011:
- 5:40 PM Ticket #392 (bug in sqrfree) created by
- ring r=3,(x,y,z),dp; poly f=(x-y)3*(x+z)*(y-z); sqrfree(f); …
- 2:58 PM Changeset in git [47b5d7a]spielwiese by
- fix manual: use div instead of /
Nov 25, 2011:
- 5:22 PM Changeset in git [7f30e2]spielwiese by
- improve modstd.lib and parallel.lib modstd.lib: - change heuristics for variants - parallelize lifting - parallelize finding new primes parallel.lib: fix behaviour for several arguments applied to a kernel command
- 2:36 PM Changeset in git [016648]spielwiese by
- port: solaris does not like local structs
- 1:07 AM Changeset in git [8b46459]spielwiese by
- MP_INT -> mpz_t adaptation of libpolys/
Nov 24, 2011:
- 5:25 PM Changeset in git [f83129]spielwiese by
- Merge pull request #23 from steenpass/tests changes to Singular test-suite: 1. incompatibility with old Singular (better & consistent output) is declared to be a feature - not a bug! 2. new test: non-normalized output from zero_decomp (primdec.lib)
- 5:20 PM Changeset in git [ec2602]spielwiese by
- Merge pull request #20 from mmklee/factory_without_ntl error messages for factorization without NTL NOTE: factoryError = WerrorS (set via Singular main) and thus error messages are printed with "WerrorS", which also _supposed_ to set an error status in the Interpreter... which does NOT seem to happen!
- 5:17 PM Changeset in git [d3bf015]spielwiese by
- Merge pull request #22 from YueRen/patch-2 NOTE: Coeff.domain for a new poly.ring can NOT be set by NEW->(cf->)ch = rChar(OLD) (as in principle was done in old Singular) - one has to replace that with: NEW->cf = OLD->cf!
- 3:22 PM Changeset in git [0ef3bf5]spielwiese by
- Merge pull request #19 from mohamed-barakat/spielwiese gitignore libsingular-config, omalloc/omConfig.h.in
- 2:35 PM Changeset in git [a52291]spielwiese by
- replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
- 10:02 AM Changeset in git [a8c479]spielwiese by
- undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm already computed when reading, see commit 58f11d0e41884ac92b8aa12caa481d1e5f0b8c0c
- 9:36 AM Changeset in git [41530b]spielwiese by
- fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst )
Nov 23, 2011:
- 5:16 PM Changeset in git [513205]spielwiese by
- chg: missing else
- 5:14 PM Changeset in git [af117a]spielwiese by
- create new test Tst/New/trans_ext_normalize.tst The problem why this test fails in spielwiese also occurs in Tst/Manual/Primary_decomposition.tst.
- 4:59 PM Changeset in git [a875c3]spielwiese by
- replaced "rChar(currRing)" with "currRing->cf"
- 4:20 PM Ticket #391 (Problem with example part and map definition) created by
- The procs goodproc, goodproc2, badproc do nothing else than to return …
- 4:08 PM Changeset in git [48afda]spielwiese by
- Singular/MOD is usefull for in-tree building & testing...
- 3:52 PM Changeset in git [a43cca]spielwiese by
- error messages for factorization without NTL
- 3:49 PM Changeset in git [58f11d0]spielwiese by
- fix: normal form for algext::naRead, Test for algext
- 3:31 PM Changeset in git [da6ad4]spielwiese by
- fix: c comments instead of c++ for c-header
- 3:29 PM Changeset in git [1374bc]spielwiese by
- Fix: normalform for transext::ntDiv, Tests for transext
- 3:18 PM Changeset in git [b04606]spielwiese by
- declare output of Tst/New/print_minpoly.tst in spielwiese as correct This introduces an incompatibility with the old Singular.
- 12:08 PM Changeset in git [075570]spielwiese by
- gitignore libsingular-config, omalloc/omConfig.h.in
- 1:35 AM Changeset in git [a6e550e]spielwiese by
- static and dynamic tests for libpoly/tests/ ADD: all test variants: static & dynamic in addition to debug & release (libpolys/tests)
- 1:28 AM Changeset in git [44a76c]spielwiese by
- static and dynamic tests for libkernel/ ADD: more test variants: static & dynamic in addition to debug & release (kernel) CHG: minor cleanup (TODO: separate!!!)
- 1:27 AM Changeset in git [27ba59]spielwiese by
- static and dynamic tests for factory/ ADD: more test variants: static & dynamic in addition to debug & release (factory)
Nov 22, 2011:
- 8:20 PM Changeset in git [82102f]spielwiese by
- xalloc is usable instead of omalloc ADD: xalloc is a standalone (stub) library with configure.ac and Makefile.am ADD: added missing required macros and constants USAGE: just replace omalloc/ with xalloc/ (or sym-link)
- 8:04 PM Changeset in git [0c7a63]spielwiese by
- FIX: omConfig.h does NOT belong to the public interface of omalloc
- 8:02 PM Changeset in git [737b7c8]spielwiese by
- CHG/ADD: define CHAR_BIT & BIT_SIZEOF_LONG in misc/auxiliary.h
- 8:01 PM Changeset in git [bd948c]spielwiese by
- ADD: added ${PIPE} to *_CFLAGS in some Makefile.am
- 7:53 PM Changeset in git [f6c7bb1]spielwiese by
- CHG: one can run autogen.sh from any location (no need to CD to root)
- 7:51 PM Changeset in git [e7d5ef]spielwiese by
- FIX: consistenly include <misc/mylimits.h> (no omalloc/mylimits.h anymore!)
- 7:49 PM Changeset in git [8fee84]spielwiese by
- libfindexec separation CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any configure anymore) CHG: separation/removal of omFindExec from omalloc & xalloc ADD: use new findexec library
- 7:48 PM Changeset in git [1d3be3]spielwiese by
- ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS
- 7:33 PM Changeset in git [aa2b525]spielwiese by
- ADD/FIX: use omSizeWOfBin(bin_ptr) instead of ((bin_ptr)->sizeW) (due to xalloc)
- 7:19 PM Changeset in git [e554162]spielwiese by
- CHG: INT_MAX -> MAX_INT_VAL
- 12:23 PM Ticket #381 (weighted TOP ordering) closed by
- wontfix: There is no predefined weighted TOP ordering in Singular. However, …
Nov 21, 2011:
- 3:54 AM Changeset in git [383b2c8]spielwiese by
- CHG: mod2.h should better be included as <kernel/mod2.h>
- 3:03 AM Changeset in git [a250e1]spielwiese by
- static and dynamic tests for libpolys/coeffs/ ADD: more test variants: static & dynamic in addition to debug & release (libpolys/coeffs)
- 2:39 AM Changeset in git [097c71]spielwiese by
- static and dynamic tests for Singular/ ADD: more test variants: static & dynamic in addition to debug & release (Singular)
- 2:33 AM Changeset in git [843348]spielwiese by
- static and dynamic tests for omalloc/ ADD: more test variants: static & dynamic in addition to -g/-r/-m
- 2:30 AM Changeset in git [1f5a04]spielwiese by
- FIX: make ntl-check respect CXX/C-FLAGS
Note: See TracTimeline
for information about the timeline view.