Timeline



Apr 3, 2021:

7:30 PM Changeset in git [1e09dec]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/gmp-check.m4: Fix handling of the --with-gmp=path option
7:16 PM Changeset in git [22774d]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/{gmp,flint}-check.m4: Do not use AC_CHECK_LIB in the search loop - it caches the failure
4:18 PM Changeset in git [a60663]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1075 from mkoeppe/DEFAULT_CHECKING_PATH_define_once_only m4/*.m4: Define DEFAULT_CHECKING_PATH once only
3:28 PM Changeset in git [5b3d51]spielwiese by Hans Schoenemann <hannes@…>
compiler warning (different type on diff. systems)
3:22 PM Changeset in git [cc4d1d4]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1074 from mkoeppe/DEFAULT_CHECKING_PATH_linker_option_1_arg Replace '-Wl,-rpath -Wl,...' by '-Wl,-rpath,...'
3:04 AM Changeset in git [667529]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/gmp-check.m4: Move AC_CHECK_HEADERS/LIB inside the search loop, put GMP_CPPFLAGS to the front of CFLAGS; do not check for header using 'test -e'
2:51 AM Changeset in git [aaa6f6]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/ntl-check.m4: In the search loop, put NTL_CPPFLAGS to the front of CXXFLAGS; use AC_CHECK_HEADER instead of 'test -r'
2:44 AM Changeset in git [1733ed]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/flint-check.m4: In the search loop, put FLINT_CFLAGS to the front of CFLAGS; use AC_CHECK_HEADER instead of 'test -r'
2:11 AM Changeset in git [605375]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/default_checking_path.m4: New, use macro SING_DEFAULT_CHECKING_PATH to remove duplication of its setting
1:41 AM Changeset in git [2b7db4b]spielwiese by Matthias Koeppe <mkoeppe@…>
Replace '-Wl,-rpath -Wl,...' by '-Wl,-rpath,...'

Apr 2, 2021:

10:06 PM Changeset in git [963d71]spielwiese by Hans Schoenemann <hannes@…>
compiler warning
9:51 PM Changeset in git [82ecc9]spielwiese by Hans Schoenemann <hannes@…>
allow fetch(2 args) for LP rings
8:46 PM Changeset in git [b59897]spielwiese by Viktor Levandovskyy <levandov@…>
big docu update in letterplace
8:46 PM Changeset in git [9de0282]spielwiese by Viktor Levandovskyy <levandov@…>
Merge branch 'spielwiese' of github.com:levandov/Sources into spielwiese
8:14 PM Changeset in git [077d5c]spielwiese by Viktor Levandovskyy <levandov@…>
removed loading lib from testLift and testSyz examples
7:55 PM Changeset in git [a975aa]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1072 from mkoeppe/DEFAULT_CHECKING_PATH_reverse_and_break configure: More DEFAULT_CHECKING_PATH loop cleanup
4:26 AM Changeset in git [e79c0c]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/readline-check.m4: Remove commented out DEFAULT_CHECKING_PATH
1:34 AM Changeset in git [be90e7]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/ntl-check.m4: Remove setting of unused variable 'ntl_checked'
1:33 AM Changeset in git [585444a]spielwiese by Matthias Koeppe <mkoeppe@…>
m4/gmp-check.m4: New; use macro SING_CHECK_GMP to replace multiple copies
1:10 AM Changeset in git [76d6af]spielwiese by Matthias Koeppe <mkoeppe@…>
configure.ac, {factory,libpolys}/configure.ac, m4/*.m4: Reverse DEFAULT_CHECKING_PATH and break the loop when library is found

Mar 31, 2021:

10:42 AM Changeset in git [9c5975]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'levandov-spielwiese' into spielwiese
10:41 AM Changeset in git [81356c]spielwiese by Hans Schoenemann <hannes@…>
fix: test for dmod_lib.tat
1:53 AM Changeset in git [3edb43]spielwiese by Viktor Levandovskyy <levandov@…>
Merge branch 'spielwiese' of github.com:levandov/Sources into spielwiese
1:53 AM Changeset in git [2c0928]spielwiese by Viktor Levandovskyy <levandov@…>
Merge remote-tracking branch 'upstream/spielwiese' into spielwiese
12:51 AM Changeset in git [773246]spielwiese by Hans Schoenemann <hannes@…>
fix: test (changed solve.lib)

Mar 30, 2021:

7:21 PM Changeset in git [7859a8]spielwiese by Viktor Levandovskyy <levandov@…>
two minor doc fixed
4:29 PM Changeset in git [f4dedc]spielwiese by Hans Schoenemann <hannes@…>
opt: kBucket_Mult_nn
3:11 PM Changeset in git [a1048f9]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1071 from ederc/solve_fix fixes functions for solving zero dimensional systems
2:52 PM Changeset in git [7c0376]spielwiese by Christian Eder
fixes functions for solving zero dimensional systems
12:51 AM Changeset in git [9e5a6c]spielwiese by Hans Schoenemann <hannes@…>
fix: add new test file letterpalec_vdim

Mar 29, 2021:

11:53 PM Changeset in git [a0abee]spielwiese by Hans Schoenemann <hannes@…>
removed unneeded #ifdef
11:50 PM Changeset in git [11b3b2c]spielwiese by Hans Schoenemann <hannes@…>
fix: test list Letterplace.lst
10:01 PM Changeset in git [95f15e]spielwiese by Karim Abou Zeid <karim23697@…>
Fix tests. Remove tests for lpGkDim and lpKDim because they are now just aliases for dim and vdim which are already tested.
3:35 PM Changeset in git [2daaae]spielwiese by Hans Schoenemann <hannes@…>
tests: removed duplicates

Mar 27, 2021:

7:56 PM Changeset in git [80dee2]spielwiese by Karim Abou Zeid <karim23697@…>
Deprecated LIB functions in favor of `dim` and `vdim`.
7:21 PM Changeset in git [a1ef3a2]spielwiese by Karim Abou Zeid <karim23697@…>
implement kdim in kernel as vdim

Mar 25, 2021:

2:23 PM Changeset in git [281f9f]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1066 from mkoeppe/configure_fix_DEFAULT_CHECKING_PATH_loops configure: Options --with-XXX=DIR should override, not prepend to DEFAULT_CHECKING_PATH
2:21 PM Changeset in git [1af8ad]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1067 from mkoeppe/doc_set_PERL5LIB doc/Makefile-docbuild.in: When setting PERLLIB, also set PERL5LIB
1:50 PM Changeset in git [c16bde]spielwiese by Hans Schoenemann <hannes@…>
chg: iv2arry: short* -> int*
1:46 PM Changeset in git [33b097]spielwiese by Hans Schoenemann <hannes@…>
chg: iv2arry: short* -> int*

Mar 24, 2021:

11:46 PM Changeset in git [280aec]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile-docbuild.in: When setting PERLLIB, also set PERL5LIB
10:48 PM Changeset in git [71ef94c]spielwiese by Matthias Koeppe <mkoeppe@…>
configure.ac, {factory,libpolys}/configure.ac, m4/ccluster-check.m4, m4/gfanlib-check.m4: Options --with-XXX=DIR should override, not prepend to DEFAULT_CHECKING_PATH This change makes the handling of these options consistent with m4/flint-check.m4 and m4/ntl-check.m4 Prior to this change, because the search loops do not use break, the explicitly passed directory DIR is not respected if an installation in one of the directories listed in DEFAULT_CHECKING_PATH is found.
3:36 PM Changeset in git [750639]spielwiese by Hans Schoenemann <hannes@…>
changed tests for fglm_solve

Mar 23, 2021:

11:42 PM Changeset in git [45cfbdd]spielwiese by Hans Schoenemann <hannes@…>
fix: fglm_solve for non-lex
3:19 PM Changeset in git [91e88f]spielwiese by Hans Schoenemann <hannes@…>
uniqueness for ssiRings
2:52 PM Changeset in git [83b708]spielwiese by Hans Schoenemann <hannes@…>
fix: bug_newstruct7 (print r_I)
1:47 PM Changeset in git [1f91b9]spielwiese by Hans Schoenemann <hannes@…>
rIncRefCnt, rDecRefCnt

Mar 22, 2021:

7:30 PM Changeset in git [fe19cbb]spielwiese by Hans Schoenemann <hannes@…>
doc: tag:gfan for tropiacl.lib
6:38 PM Changeset in git [b292502]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'mkoeppe-configure_doc' into spielwiese
6:34 PM Changeset in git [f7025f]spielwiese by Hans Schoenemann <hannes@…>
doc: test for gfan
6:26 PM Changeset in git [f316f6]spielwiese by Hans Schoenemann <hannes@…>
doc: Makefile-docbuil.in removed buildin part of SINGULARPATH add . to perl-path the (not installed) libparse is in buildir/Singular
6:23 PM Changeset in git [921354]spielwiese by Hans Schoenemann <hannes@…>
doc: tag:lrcalc for chern.lib
6:08 PM Changeset in git [bd8ff8]spielwiese by Hans Schoenemann <hannes@…>
doc: check for normliz
6:04 PM Changeset in git [60b6706]spielwiese by Hans Schoenemann <hannes@…>
doc: use tag:lrcalc
6:03 PM Changeset in git [56f10ff]spielwiese by Hans Schoenemann <hannes@…>
doc: test for lrcalc and python for docbuild
6:02 PM Changeset in git [c67f17]spielwiese by Hans Schoenemann <hannes@…>
doc: allow pyobject stuff to fail
5:34 PM Changeset in git [c040d9]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'configure_doc' of https://github.com/mkoeppe/Singular into mkoeppe-configure_doc
5:25 PM Changeset in git [bd9890]spielwiese by Hans Schoenemann <hannes@…>
error msg: checks args for chinrem
5:12 PM Changeset in git [d5b4b6]spielwiese by Hans Schoenemann <hannes@…>
error handling for ssi tcp links
2:02 PM Changeset in git [214c0c3]spielwiese by Michael Orlitzky <michael@…>
Singular/Makefile.am: drop -static linker flags. There are a few hard-coded "-static" flags in the Makefile.am for Singular that are causing weird problems for shared builds. The visible symptom on Gentoo was a few insecure rpaths being stripped from the "Singular" executable, but François Bissey was able to track down the root cause, namely the "-static" that is causing libtool to act weird. In retrospect, this problem was also reported on Stack Overflow at, https://stackoverflow.com/questions/17905121 The Gentoo bug is, https://bugs.gentoo.org/712004 No problems have been experienced in Gentoo after making this change.

Mar 19, 2021:

9:47 PM Changeset in git [d22802]spielwiese by Hans Schoenemann <hannes@…>
fix: newstruct (example projectiveBundle)
4:01 PM Changeset in git [2c5e69]spielwiese by Hans Schoenemann <hannes@…>
fix: assign rings for ring-dep stuff in newstruct
3:41 PM Changeset in git [f2f7da]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1064 from kliem/reorder_cdd_preference prefer cddlib/ over cdd/
3:26 PM Changeset in git [7f6fff]spielwiese by Karim Abou Zeid <karim23697@…>
Merge branch 'spielwiese' into letterplace-map
9:50 AM Changeset in git [52faf17]spielwiese by Jonathan Kliem <jonathan.kliem@…>
prefer cddlib/ over cdd/

Mar 18, 2021:

1:58 PM Changeset in git [e8b6b3]spielwiese by Hans Schoenemann <hannes@…>
fix: attrib. handling in assignments

Mar 17, 2021:

8:22 PM Changeset in git [83aaa6]spielwiese by Hans Schoenemann <hannes@…>
format

Mar 15, 2021:

8:38 PM Changeset in git [c833c0]spielwiese by Hans Schoenemann <hannes@…>
fix: idModulo with3 args
7:52 PM Changeset in git [bb06cf]spielwiese by Matthias Koeppe <mkoeppe@…>
If 'configure --enable-doc-build' is used, add doc archive to distribution

Mar 13, 2021:

11:20 PM Changeset in git [e1b5c2]spielwiese by Matthias Koeppe <mkoeppe@…>
.github/workflows/ci-sage.yml: Add dependencies to sage singular build
8:35 PM Changeset in git [788c7d]spielwiese by Matthias Koeppe <mkoeppe@…>
Merge remote-tracking branch 'singular/spielwiese' into configure_doc
7:33 PM Changeset in git [13931d]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1063 from mkoeppe/ci-sage-reduce-jobs CI sage: reduce jobs
7:49 AM Changeset in git [001cb1f]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/.gitignore: Ignore generated file singular.hlp
7:16 AM Changeset in git [2fa4e93]spielwiese by Matthias Koeppe <mkoeppe@…>
doc: exclude stanleyreisner.lib via tag:crash
5:41 AM Changeset in git [de878e]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile-docbuild.in: Fix up recursive make invocation
5:40 AM Changeset in git [4a21116]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile-docbuild.in: unset DISPLAY

Mar 12, 2021:

8:43 PM Changeset in git [28cbc6]spielwiese by Matthias Koeppe <mkoeppe@…>
.github/workflows/ci-sage.yml: Use sagetrac-mirror on GitHub instead of trac
8:29 PM Changeset in git [e8b3ae]spielwiese by Matthias Koeppe <mkoeppe@…>
.github/workflows/ci-sage.yml: Reduce macos test variations
8:28 PM Changeset in git [0c72bd]spielwiese by Matthias Koeppe <mkoeppe@…>
.github/workflows/ci-sage.yml: Run a quick test job before testing lots of platforms in parallel
8:28 PM Changeset in git [5598f5b]spielwiese by Matthias Koeppe <mkoeppe@…>
.github/workflows/ci-sage.yml: Run testsuites only for singular, pynac, pysingular, not for dependencies
5:56 PM Changeset in git [b6d72d]spielwiese by Hans Schoenemann <hannes@…>
test: changed algebra.lib
5:28 PM Changeset in git [e390b4]spielwiese by Matthias Koeppe <mkoeppe@…>
Merge remote-tracking branch 'singular/spielwiese' into configure_doc
2:54 PM Changeset in git [14fb1bd]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'mkoeppe-noinst-libgfan' into spielwiese
2:53 PM Changeset in git [f01b1a]spielwiese by Hans Schoenemann <hannes@…>
fix: building gfanlib depends on .... and cddlib
2:13 PM Changeset in git [0732b5d]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'noinst-libgfan' of https://github.com/mkoeppe/Sources into mkoeppe-noinst-libgfan
2:09 PM Changeset in git [acfb434]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1062 from zickgraf/liftstd5_fix Fix liftstd with 5 arguments and adapt tests
2:03 PM Changeset in git [0dd7e8b]spielwiese by Hans Schoenemann <hannes@…>
fix: parameter for types which do not have parameters
12:55 PM Changeset in git [7b8e28f]spielwiese by Hans Schoenemann <hannes@…>
fix: Singular.j power error (#386)
11:22 AM Changeset in git [24457e]spielwiese by Hans Schoenemann <hannes@…>
improve algebra_containment
9:36 AM Changeset in git [f02e60]spielwiese by Matthias Koeppe <mkoeppe@…>
configure.ac: Set DOC2TEX_EXAMPLE_EXCLUSIONS
7:40 AM Changeset in git [057332]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile.am: Update
7:38 AM Changeset in git [8f7fe2]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/packages: Unused, outdated - removed
6:17 AM Changeset in git [49a6feb]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/.gitignore: Ignore more
6:13 AM Changeset in git [6bd553a]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile.am: Add ...-local targets that delegate to Makefile-docbuild
6:05 AM Changeset in git [ac31506]spielwiese by Matthias Koeppe <mkoeppe@…>
Add doc/Makefile.am, rename doc/Makefile.in to doc/Makefile-docbuild.in
2:43 AM Changeset in git [caa791]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/.gitignore: Ignore more
2:25 AM Changeset in git [f9f263]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/singular.doc: Exclude polymake.lib via tag:polymake
2:25 AM Changeset in git [a725183]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile.in: Exclude tag pyobject if pyobject module is not built
1:34 AM Changeset in git [4a40053]spielwiese by Matthias Koeppe <mkoeppe@…>
doc: Exclude recover.lib via tag bertini
1:33 AM Changeset in git [29db35]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/singular.idx: Remove, generated file
12:40 AM Changeset in git [0c034d]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/help.cnf: New

Mar 11, 2021:

5:52 PM Changeset in git [3648b2]spielwiese by Fabian Zickgraf <f.zickgraf@…>
Fix liftstd with 5 arguments and adapt tests The line got lost in 17b0ccfd5d571f60393bcf29e604b2e379449352
3:06 PM Ticket #872 (resolution of singularity not working) closed by hannes
not a bug: Inside resolve there are many Groebner basis computations both for …
2:27 PM Ticket #872 (resolution of singularity not working) created by jxs2628@…
I tried to resolve the singularity below: LIB "resolve.lib"; LIB …
6:40 AM Changeset in git [77054f]spielwiese by Matthias Koeppe <mkoeppe@…>
gfanlib/Makefile.am: Build libgfan as a libtool convenience library, do not install library or headers
2:52 AM Changeset in git [b6c294]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/.gitignore: Ignore more
2:45 AM Changeset in git [509880]spielwiese by Matthias Koeppe <mkoeppe@…>
configure.ac: Use doc/cones.no.doc
12:58 AM Changeset in git [012df2]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile.in: Fix quoting

Mar 10, 2021:

8:43 PM Changeset in git [081b79]spielwiese by Matthias Koeppe <mkoeppe@…>
doc/Makefile.in: Use TESTS_ENVIRONMENT so that the non-installed Singular finds its libraries
8:00 PM Changeset in git [e11614]spielwiese by Matthias Koeppe <mkoeppe@…>
Merge remote-tracking branch 'singular/spielwiese' into configure_doc
3:49 PM Changeset in git [f7951d]spielwiese by Hans Schoenemann <hannes@…>
add fglmUni, fgmlQuot
3:48 PM Changeset in git [2fef40]spielwiese by Hans Schoenemann <hannes@…>
minor opt.
11:35 AM Changeset in git [690adf6]spielwiese by Hans Schoenemann <hannes@…>
reset idSyzygies
8:35 AM Changeset in git [d83b510]spielwiese by Hans Schoenemann <hannes@…>
doc: update README*texi

Mar 9, 2021:

4:04 PM Changeset in git [15ec95]spielwiese by Hans Schoenemann <hannes@…>
use idExtractG_T_S in idSyzygies
3:50 AM Changeset in git [cb0364]spielwiese by Matthias Koeppe <mkoeppe@…>
More .gitignore
3:42 AM Changeset in git [dc51da4]spielwiese by Matthias Koeppe <mkoeppe@…>
Fix for 'make distcheck'
3:22 AM Changeset in git [63a98f]spielwiese by Matthias Koeppe <mkoeppe@…>
Generate doc/version.texi and symlinks pyobject.doc, cones.doc
3:21 AM Changeset in git [3664599]spielwiese by Matthias Koeppe <mkoeppe@…>
More .gitignore

Mar 8, 2021:

11:55 PM Changeset in git [0c1493]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #1059 from kiwifb/ownership Make sure ownership of the content of the doc tarball is not preserve…
11:24 PM Changeset in git [ecc869]spielwiese by François Bissey <frp.bissey@…>
Make sure ownership of the content of the doc tarball is not preserved when installing as root.
10:58 PM Changeset in git [94116e]spielwiese by Matthias Koeppe <mkoeppe@…>
Configure subdirectory doc
7:01 PM Changeset in git [e312c9]spielwiese by Hans Schoenemann <hannes@…>
doc: typo
6:57 PM Changeset in git [e851a4]spielwiese by Hans Schoenemann <hannes@…>
doc: typo
6:55 PM Changeset in git [51566a4]spielwiese by Hans Schoenemann <hannes@…>
doc: typo
6:52 PM Changeset in git [a8f0b7]spielwiese by Hans Schoenemann <hannes@…>
doc: typo
6:49 PM Changeset in git [7cd437e]spielwiese by Hans Schoenemann <hannes@…>
doc: choose algorithm: which functions
4:41 PM Changeset in git [426329]spielwiese by Hans Schoenemann <hannes@…>
doc: string args to select Groeber basis algorithm
4:39 PM Changeset in git [504141]spielwiese by Hans Schoenemann <hannes@…>
add idExtractG_T_S, use it in idLiftStd, idModulo
11:36 AM Changeset in git [b67c34f]spielwiese by Hans Schoenemann <hannes@…>
FACTORYVERSION
9:53 AM Changeset in git [9188227]spielwiese by Hans Schoenemann <hannes@…>
Merge branch 'spielwiese' of cvs:singular into spielwiese

Mar 5, 2021:

3:46 PM Changeset in git [73d401]spielwiese by Hans Schoenemann <hannes@…>
update list of libs
3:44 PM Changeset in git [bbce69]spielwiese by Hans Schoenemann <hannes@…>
update tests
11:06 AM Changeset in git [0a3a248]spielwiese by Hans Schoenemann <hannes@…>
iparith.inc: modulo, liftstd
10:58 AM Changeset in git [bd00938]spielwiese by Hans Schoenemann <hannes@…>
fix: idModulo with 3 args
10:38 AM Changeset in git [944ec1]spielwiese by Hans Schoenemann <hannes@…>
dmodideal.lib to singular-libs

Mar 4, 2021:

3:32 PM Changeset in git [5ccf38]spielwiese by Hans Schoenemann <hannes@…>
use weights/homog. in idGroebner
2:56 PM Changeset in git [09d948]spielwiese by Hans Schoenemann <hannes@…>
fix: liftstd with 3 args
2:30 PM Changeset in git [3a17e5]spielwiese by Hans Schoenemann <hannes@…>
fix: idModulo with T
9:58 AM Changeset in git [39bce01]spielwiese by Hans Schoenemann <hannes@…>
doc/oder: prepareAss from primdec.lib
Note: See TracTimeline for information about the timeline view.