Timeline



Jul 1, 2019:

6:52 PM Changeset in git [4ee9dc]spielwiese by Viktor Levandovskyy <levandov@…>
further fixes incl. examples and statics
5:51 PM Changeset in git [709047b]spielwiese by Hans Schoenemann <hannes@…>
fix: tests
5:25 PM Changeset in git [919490]spielwiese by Hans Schoenemann <hannes@…>
disable flint-mpoly-gcd
4:34 PM Changeset in git [205005]spielwiese by Hans Schoenemann <hannes@…>
fix: Flint_GCD_MP: size of result
4:07 PM Changeset in git [e2af3af]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #936 from steenpass/execute replace some occurrences of execute()
3:36 PM Changeset in git [4142c90]spielwiese by Andreas Steenpass <steenpass@…>
regenerate broken tests
3:32 PM Changeset in git [aaa8358]spielwiese by Andreas Steenpass <steenpass@…>
fix usage of create_ring() in mprimdec.lib
3:16 PM Changeset in git [468f1c]spielwiese by Andreas Steenpass <steenpass@…>
load ring.lib when using create_ring()
2:09 PM Changeset in git [38f64f3]spielwiese by Andreas Steenpass <steenpass@…>
add parse_var() to ring.lib
2:07 PM Changeset in git [f2aefad]spielwiese by Andreas Steenpass <steenpass@…>
fix replacements of execute() by create_ring()
1:36 PM Changeset in git [77006c]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #935 from fingolfin/mh/cleanup Remove some useless files
11:24 AM Changeset in git [0c8bd5]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #934 from fingolfin/mh/register Fix compiler warning by removing use of `register`
1:39 AM Changeset in git [03bb93f]spielwiese by Viktor Levandovskyy <levandov@…>
Merge branch 'spielwiese' of github.com:levandov/Sources into spielwiese
1:36 AM Changeset in git [cd4b3f]spielwiese by Viktor Levandovskyy <levandov@…>
*levandov: before Sharwan makes changes: info
1:36 AM Changeset in git [1b73cf6]spielwiese by Viktor Levandovskyy <levandov@…>
*levandov: doc and example modified

Jun 30, 2019:

2:11 PM Changeset in git [d9ee44]spielwiese by Max Horn <max@…>
Remove some useless files The files AUTHORS, ChangeLog and NEWS were empty, let's remove them (they probably were there because automake complains if they are missing -- unless one passes the `foreign` option to it, which we do). The file clone_autogen_generated_stuff.sh clones a 6 year old repository, apparently in an effort to not make the user need autotools installed. Which seems like a bad idea to start with, but it also hasn't been kept up-to-date. So let's just ditch it.

Jun 29, 2019:

4:20 PM Changeset in git [67b671]spielwiese by Sachin <sachinkm308@…>
Replaced execute with create_ring() functions
3:08 PM Changeset in git [4abcd2]spielwiese by Hans Schoenemann <hannes@…>
add: gcd via flint (over QQ,ZZ/p)
11:24 AM Changeset in git [6fe48e]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #933 from fingolfin/mh/libsingular-config configure.ac: make libsingular-config executable

Jun 28, 2019:

7:16 PM Changeset in git [5e92a9]spielwiese by Max Horn <max@…>
Fix compiler warning by removing use of `register` For modern C compilers, this keyword has no effect at all (for GCC at least since GCC 3, released almost two decades ago).
7:15 PM Changeset in git [e54767c]spielwiese by Max Horn <max@…>
configure.ac: make libsingular-config executable
5:52 PM Changeset in git [d2a877]spielwiese by Hans Schoenemann <hannes@…>
chg: norm result of gcd over ZZ/p
5:43 PM Changeset in git [189ee8]spielwiese by Hans Schoenemann <hannes@…>
fix: dep. on TZ
12:15 PM Changeset in git [299cf9]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #931 from fingolfin/mh/iiAllStart-const-char iiAllStart: accept const char *
12:11 PM Changeset in git [2547a8]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #932 from sebasguts/sg/dummy_lib Added Dummy.lib
12:10 PM Changeset in git [e7a3e4]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #930 from steenpass/create_ring add support for parameters givien as strings in create_ring()
11:30 AM Changeset in git [a9a5c25]spielwiese by Hans Schoenemann <hannes@…>
fix: jjTIMES_P (Old/subexpr1)
10:06 AM Changeset in git [fbec29]spielwiese by Hans Schoenemann <hannes@…>
comments

Jun 27, 2019:

6:05 PM Changeset in git [5dd8f4]spielwiese by Sebastian Gutsche <gutsche@…>
Added Dummy.lib
4:34 PM Changeset in git [e84b19]spielwiese by Max Horn <max@…>
iiAllStart: accept const char *
1:31 PM Changeset in git [3bf60ea]spielwiese by Andreas Steenpass <steenpass@…>
add support for parameters givien as strings in create_ring()

Jun 26, 2019:

11:45 AM Changeset in git [469a11]spielwiese by Hans Schoenemann <hannes@…>
fix: jjTIMES_P

Jun 25, 2019:

3:01 PM Changeset in git [637fe17]spielwiese by Hans Schoenemann <hannes@…>
interpreter: avoid copy with *(poly)
12:05 PM Changeset in git [b81f75]spielwiese by Hans Schoenemann <hannes@…>
debug: better kTestTS
11:10 AM Changeset in git [7cdcaa]spielwiese by Hans Schoenemann <hannes@…>
doc: removed system("freegb"/"stest"/"btest") -> freealgebra.so

Jun 18, 2019:

3:52 PM Changeset in git [be8ff5]spielwiese by Hans Schoenemann <hannes@…>
add doc: VecField_lib
11:54 AM Changeset in git [1eb3ab]spielwiese by Hans Schoenemann <hannes@…>
format

Jun 17, 2019:

3:22 PM Changeset in git [cce4a76]spielwiese by Hans Schoenemann <hannes@…>
add: --with-libparse: optional compile and install libparse
3:20 PM Changeset in git [5ae4c18]spielwiese by Hans Schoenemann <hannes@…>
Revert "port: OsX and NTL-threads": was a confusion betweeen diff. ntl versions This reverts commit 5e1cd1390888f5e83d6fb20b650a97ea0f829e2d.

Jun 14, 2019:

3:18 PM Changeset in git [fb0642]spielwiese by Hans Schoenemann <hannes@…>
fix: flint <2.5.0
12:22 PM Changeset in git [a7442d]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #929 from mohamed-barakat/spielwiese updated .gitignore
11:33 AM Changeset in git [4b35c33]spielwiese by Mohamed Barakat <mohamed.barakat@…>
updated .gitignore
11:12 AM Changeset in git [c67034]spielwiese by Hans Schoenemann <hannes@…>
fix: name conflict Methods (groebner)
10:58 AM Changeset in git [c606c0]spielwiese by Hans Schoenemann <hannes@…>
fix: flint <2.5.3
10:52 AM Changeset in git [81b4e3]spielwiese by Hans Schoenemann <hannes@…>
fix: allow flint before 2.5.3

Jun 13, 2019:

4:54 PM Changeset in git [5e1cd1]spielwiese by Hans Schoenemann <hannes@…>
port: OsX and NTL-threads
11:59 AM Changeset in git [39f6c80]spielwiese by Hans Schoenemann <hannes@…>
fix: _p_Mult_q for vector

Jun 12, 2019:

7:38 PM Changeset in git [25fef3f]spielwiese by Hans Schoenemann <hannes@…>
fix: _p_Mult_q (memory leak)

Jun 11, 2019:

3:02 PM Changeset in git [d073cd2]spielwiese by Hans Schoenemann <hannes@…>
fix: p_setExpVL: deeine comp to 0

Jun 8, 2019:

5:47 PM Changeset in git [6a8ec4]spielwiese by Hans Schoenemann <hannes@…>
chg: magic consts for choosing multiplication

Jun 7, 2019:

5:15 PM Changeset in git [d07021]spielwiese by Hans Schoenemann <hannes@…>
opt: conversion to/from flint (mpoly)
3:55 PM Changeset in git [e62b7e]spielwiese by Hans Schoenemann <hannes@…>
fix: fmpq_t must be initialized

Jun 6, 2019:

4:39 PM Changeset in git [09b001]spielwiese by Hans Schoenemann <hannes@…>
add; multiplication via flint_mpoly for ZZ/p,QQ
3:38 PM Changeset in git [f299e2b]spielwiese by Hans Schoenemann <hannes@…>
fix: bug in wurzel.tst (nlMapLongR)
3:37 PM Changeset in git [20e7e19]spielwiese by Hans Schoenemann <hannes@…>
opt: nrMapQ
1:40 PM Changeset in git [c38d732]spielwiese by Hans Schoenemann <hannes@…>
Merge pull request #928 from steenpass/ordering support strings representing general orderings in create_ring()

Jun 5, 2019:

5:24 PM Changeset in git [c808ea3]spielwiese by Hans Schoenemann <hannes@…>
fix: rRing_ord_pure_dp/Dp/lp
5:23 PM Changeset in git [306ffa]spielwiese by Hans Schoenemann <hannes@…>
fix: p_SetExpVL
5:23 PM Changeset in git [6c63c4]spielwiese by Hans Schoenemann <hannes@…>
fix: compiler warnings
3:34 PM Changeset in git [4f7c32]spielwiese by Hans Schoenemann <hannes@…>
add rRing_ord_pure_dp/Dp/lp (for conversion to flint)
2:52 PM Changeset in git [e3f8c8]spielwiese by Hans Schoenemann <hannes@…>
change string->int: no automatic conversion
12:51 PM Changeset in git [12045b]spielwiese by Andreas Steenpass <steenpass@…>
support strings representing general orderings in create_ring()

Jun 4, 2019:

10:10 PM Changeset in git [34d599]spielwiese by Murray Heymann <heymann.murray@…>
Add extract terms script
10:10 PM Changeset in git [da1ec3]spielwiese by Murray Heymann <heymann.murray@…>
Add extract terms script
4:19 PM Changeset in git [f33394]spielwiese by Hans Schoenemann <hannes@…>
add: conversion string -> int
2:33 PM Changeset in git [d906dc]spielwiese by Karim Abou Zeid <karim23697@…>
Merge branch 'spielwiese' into stable
Note: See TracTimeline for information about the timeline view.