Timeline
Dec 19, 2011:
- 7:09 PM Changeset in git [97a059]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- further elimination of idhdl from libpolys/ & kernel/
- 3:54 PM Changeset in git [fea2af]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- fixes Manual tests: fglm and stdfglm
Dec 16, 2011:
- 7:00 PM Changeset in git [5acf7dc]jengelh-datetimespielwiese by
- adaptation due to libfac FIX: libfac uses factory.h (which includes factory/cf_gmp.h...)
- 6:34 PM Changeset in git [276374]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- enable char_series FIX: readd / uncomment / enable char_series
Dec 14, 2011:
- 6:16 PM Changeset in git [81845eb]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- adaptation of spielwiese for libfac chg: switched on interface for libfac stuff
- 5:00 PM Changeset in git [dccceb]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- fix: more fixes for kDebugPrint
- 4:01 PM Changeset in git [93f7ef]jengelh-datetimespielwiese by
- fix: unify output of kDebugPrint
- 3:59 PM Changeset in git [6f6320]jengelh-datetimespielwiese by
- fix: issues with building factory without NTL
- 3:53 PM Changeset in git [739881]jengelh-datetimespielwiese by
- fix: kDebugPrint
- 3:21 PM Changeset in git [b0bb93f]jengelh-datetimespielwiese by
- extended nfCoeffsEqual to check for parameter names
- 2:41 PM Changeset in git [69ed52]jengelh-datetimespielwiese by
- fix: set r->pLexOrder from r->LexOrder
- 12:16 PM Changeset in git [5fb90e]jengelh-datetimespielwiese by
- chg: move P_setGlobals to ring.cc, to be called from rComplete
Dec 13, 2011:
- 8:02 PM Changeset in git [f41d12]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- chg: more changes of squarefree decomposition according to master
Dec 12, 2011:
- 8:26 PM Changeset in git [ae3ad6]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- fix: ideal/module definition
- 5:25 PM Changeset in git [679c53]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- chg: changes in factory interface and iparith.cc accordingly to master
Dec 9, 2011:
- 7:40 PM Changeset in git [ce21bd8]jengelh-datetimespielwiese by
- adaptation of Martin's "moreSparseHeuristic" for SW. FIX: factory/facSparseHensel.cc needed some more includes
- 7:34 PM Changeset in git [600d9a]jengelh-datetimespielwiese by
- chg: docu for sqrfree
- 7:34 PM Changeset in git [fb54b6]jengelh-datetimespielwiese by
- chg: docu for sqrfree
- 4:25 PM Changeset in git [c36096]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- chg: sqrfree command now returns also multiplicities by default
Dec 5, 2011:
- 3:43 PM Changeset in git [ec16f0]jengelh-datetimespielwiese by
- chg: use sparse heuristic in precomputation of leading coefficients
- 2:54 PM Changeset in git [2d2e40]jengelh-datetimespielwiese by
- fix: warning messages: unsed variable/parameter
Dec 2, 2011:
- 11:43 AM Changeset in git [1f2d3b]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- add: switched on Lucks/Wang sparse heuristic
- 6:37 PM Changeset in git [eefc3a]jengelh-datetimespielwiese by
- chg: postpone shifting of evaluation point to zero until it is really needed
- 12:47 AM Changeset in git [635774]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- fix(from master): sleftv::Eval needs to know CMD_M/CMD_1/ etc.
- 5:40 PM Changeset in git [fa90aa]jengelh-datetimespielwiese by
- fix(from master): table cleanup: removed never used entries
Nov 29, 2011:
- 2:36 PM Changeset in git [91788c0]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- fix manual: use div instead of /
Nov 25, 2011:
- 5:22 PM Changeset in git [7f30e2]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- port: solaris does not like local structs
- 1:07 AM Changeset in git [8b46459]jengelh-datetimespielwiese by
- MP_INT -> mpz_t adaptation of libpolys/
Nov 24, 2011:
- 5:25 PM Changeset in git [f83129]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- Merge pull request #19 from mohamed-barakat/spielwiese gitignore libsingular-config, omalloc/omConfig.h.in
- 2:35 PM Changeset in git [a52291]jengelh-datetimespielwiese by
- replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h
- 10:02 AM Changeset in git [a8c479]jengelh-datetimespielwiese by
- undoes commit 41530b32b7198e8d0329b176c28ccca479a59d69 normalForm already computed when reading, see commit 58f11d0e41884ac92b8aa12caa481d1e5f0b8c0c
- 9:36 AM Changeset in git [41530b]jengelh-datetimespielwiese by
- fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst )
Nov 23, 2011:
- 5:16 PM Changeset in git [513205]jengelh-datetimespielwiese by
- chg: missing else
- 5:14 PM Changeset in git [af117a]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- Singular/MOD is usefull for in-tree building & testing...
- 3:52 PM Changeset in git [a43cca]jengelh-datetimespielwiese by
- error messages for factorization without NTL
- 3:49 PM Changeset in git [58f11d0]jengelh-datetimespielwiese by
- fix: normal form for algext::naRead, Test for algext
- 3:31 PM Changeset in git [da6ad4]jengelh-datetimespielwiese by
- fix: c comments instead of c++ for c-header
- 3:29 PM Changeset in git [1374bc]jengelh-datetimespielwiese by
- Fix: normalform for transext::ntDiv, Tests for transext
- 3:18 PM Changeset in git [b04606]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- gitignore libsingular-config, omalloc/omConfig.h.in
- 1:35 AM Changeset in git [a6e550e]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- FIX: omConfig.h does NOT belong to the public interface of omalloc
- 8:02 PM Changeset in git [737b7c8]jengelh-datetimespielwiese by
- CHG/ADD: define CHAR_BIT & BIT_SIZEOF_LONG in misc/auxiliary.h
- 8:01 PM Changeset in git [bd948c]jengelh-datetimespielwiese by
- ADD: added ${PIPE} to *_CFLAGS in some Makefile.am
- 7:53 PM Changeset in git [f6c7bb1]jengelh-datetimespielwiese by
- CHG: one can run autogen.sh from any location (no need to CD to root)
- 7:51 PM Changeset in git [e7d5ef]jengelh-datetimespielwiese by
- FIX: consistenly include <misc/mylimits.h> (no omalloc/mylimits.h anymore!)
- 7:49 PM Changeset in git [8fee84]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS
- 7:33 PM Changeset in git [aa2b525]jengelh-datetimespielwiese by
- ADD/FIX: use omSizeWOfBin(bin_ptr) instead of ((bin_ptr)->sizeW) (due to xalloc)
- 7:19 PM Changeset in git [e554162]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- CHG: mod2.h should better be included as <kernel/mod2.h>
- 3:03 AM Changeset in git [a250e1]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese 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]jengelh-datetimespielwiese by
- FIX: make ntl-check respect CXX/C-FLAGS
Nov 19, 2011:
- 3:08 AM Changeset in git [cfbfd92]jengelh-datetimespielwiese by
- CHG: libpolys/polys/templates_p_Procs_Generate needs libomalloc???
- 3:06 AM Changeset in git [e050c2]jengelh-datetimespielwiese by
- FIX: .a -> .la in *_LDADD variables
- 3:04 AM Changeset in git [383ba5e]jengelh-datetimespielwiese by
- ADD: SOURCE AM (NODIST!!!) dependency of Singular(g)? on libSingular(_g).la => parallel make!
- 3:01 AM Changeset in git [7c5f743]jengelh-datetimespielwiese by
- ADD: try using ${abs_*}-variables in several Makefile.am's
- 2:56 AM Changeset in git [80c102]jengelh-datetimespielwiese by
- ADD: libtool initialization!
- 2:47 AM Changeset in git [eb0708]jengelh-datetimespielwiese by
- FIX: preparing dynamic linking: * Singular/utils.cc needs 'category_out' from Singular/libparse.cc * kernel/semic.cc appeared twice in SOURCE in Makefile.am :( * kernel/kutil.cc needed showOption... CHG: kernel/semic.{h,cc} have got a minor cleanup FIX: standalone.test/test.cc now respects factory reqs. CHG: kernel/test.cc needed iiArithCmdOpt from Singular/
Note: See TracTimeline
for information about the timeline view.