sort by:
Revision Author Date Message Commit Date
132f63c Fixed bug in total time and yield computations. 10 March 2014, 10:31:12 UTC
b2cdbc1 More detailed timings for Smithcopper. 07 March 2014, 16:54:48 UTC
8471136 Prefix relations with arbitrary strings in Smithcopper. Prefixing allows one to identify which rational polynomial the relations come from. Forgetting to specify prefixes falls back to the previous behaviour (numbering). 07 March 2014, 16:54:48 UTC
cc77e8c Report distinct timings for both sides. 07 March 2014, 16:54:48 UTC
65b7159 Allow to specify several LPBs for the algebraic side as well. Even though there is only one polynomial, it is possible that we want different large prime bounds for each DLP instance we are currently sieving. 27 February 2014, 19:48:01 UTC
b940f7a Dereference param_list to avoid warning in memset. 25 February 2014, 14:45:20 UTC
4954595 Working Smithcopper implementation. 25 February 2014, 14:45:20 UTC
aac51c8 Support for Smithcopper in makefb. 25 February 2014, 14:45:20 UTC
242ed79 Handle lists of strings as parameters. 25 February 2014, 14:45:19 UTC
d5a6504 test mpz_poly_power_mod_f_mod_mpz_Barrett() 25 February 2014, 07:36:15 UTC
10155e7 added test of barrett_mod 25 February 2014, 06:43:32 UTC
2a48dfb unit tests of mpz_poly_power_mod_f_mod_mpz 25 February 2014, 06:27:41 UTC
b806535 Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 24 February 2014, 15:39:06 UTC
49caca8 Fix carry propagation in C fall-back code 24 February 2014, 15:38:46 UTC
a9fd5b4 Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 24 February 2014, 15:38:05 UTC
a375582 added test of mpz_poly_power_mod_f_mod_ui 24 February 2014, 15:37:46 UTC
ae1e44c Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 24 February 2014, 15:08:48 UTC
cfb0c5a Use MurphyE in twoquadratics 24 February 2014, 15:08:15 UTC
ac2108b Small changes to fix MurphyE for two algebraic polynomials. Just use poly->pols[RATIONAL_SIDE] instead of poly->rat in case where the two pointers poly->rat and poly->alg are not set. 24 February 2014, 14:40:09 UTC
196d677 added test of mpz_poly_derivative 24 February 2014, 14:30:09 UTC
4bfbf74 more coverage for utils/mpz_poly.c 24 February 2014, 11:58:46 UTC
1651fa6 test mpz_poly_eval_several_mod_mpz_barrett with one zero polynomial 24 February 2014, 11:06:46 UTC
2559376 Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 24 February 2014, 10:43:53 UTC
3980586 use return value of mpz_poly_mul_tc 24 February 2014, 10:43:39 UTC
94af45c Allow disabling SSE and inline assembly from local.sh 24 February 2014, 10:32:12 UTC
98ca951 test mpz_poly_mul_mod_f_mod_mpz 24 February 2014, 10:02:07 UTC
06f8656 more coverage of utils/mpz_poly.c 24 February 2014, 07:12:34 UTC
97a969c fixed unit test 23 February 2014, 22:09:59 UTC
7a3ae5c more tests of mpz_poly.c 23 February 2014, 21:58:05 UTC
52857f2 improve coverage of mpz_poly.c 23 February 2014, 20:57:47 UTC
3e30c0c more coverage of utils/mpz_poly.c 23 February 2014, 19:49:32 UTC
f1c8239 Move some code from twoquadratics to utils/mpz_vector.c Will be reuse for others nonlinear polyselect code. 21 February 2014, 16:34:44 UTC
2d2b67b Move some code from WorkunitProcessor.run_commands() to run_command() to reduce code duplication 21 February 2014, 15:56:56 UTC
bcc4a1d Mention sieve area checksums in comments 21 February 2014, 14:54:11 UTC
ed66511 Change all line endings to LF 21 February 2014, 14:42:01 UTC
5029caf Mention sieve-area checksums with -v in help output 21 February 2014, 14:15:13 UTC
76485ab Remove stray "}" 21 February 2014, 13:45:32 UTC
5b229fb Some more state updates made atomic 21 February 2014, 13:30:51 UTC
8d6df9e Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 21 February 2014, 12:32:56 UTC
c58edf2 Fix modredcul_inv() case where x==y 21 February 2014, 12:32:14 UTC
a8ba64d Small fixes for polyselect2l with #define DEBUG_POLYSELECT2L 21 February 2014, 12:10:02 UTC
ade86af bug fixed, removed debug statements 21 February 2014, 10:49:36 UTC
3263373 still debugging 21 February 2014, 09:49:59 UTC
ccc521d Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 21 February 2014, 09:47:38 UTC
dfa232c missing assignment :-) 21 February 2014, 08:49:53 UTC
13fad17 More coverage for sm 21 February 2014, 08:49:19 UTC
5201dc8 To avoid bug in mpz_poly_sqr_mod_f_mod_mpz, allow d < 0 in mpz_poly_init. d < 0 is equivalent to d = -1 21 February 2014, 08:48:07 UTC
aabd9d6 more debug 21 February 2014, 07:49:56 UTC
a9bf014 fixed printing of coefficients 21 February 2014, 06:29:57 UTC
10116d6 more debug for 32-bit 21 February 2014, 06:26:18 UTC
7263665 new unit test file for modredcul_intinv() 20 February 2014, 22:34:14 UTC
358b11d added debug (for 32-bit centos) 20 February 2014, 21:19:11 UTC
66f95f3 cleaning up and more coverage of mpz_array.c 20 February 2014, 21:09:09 UTC
83dc0c4 poly_roots_uint64 calls mpz_poly_roots_mpz when uint64 > unsigned long 20 February 2014, 19:03:36 UTC
0b039ea Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 20 February 2014, 16:53:50 UTC
d3ca8db twoquadratics.c: can now generate skewed polynomials 20 February 2014, 16:53:02 UTC
1e74dfd Don't chmod() under Windows 20 February 2014, 16:49:56 UTC
9112e2c Assume latin-1 charset if server does not tell the encoding 20 February 2014, 16:49:35 UTC
4be626c Don't try file-locking under Windows for now, until I figure out how 20 February 2014, 16:48:59 UTC
3df61d1 Don't use close_fds for subprocess under Windows 20 February 2014, 16:47:44 UTC
744a265 Don't chmod under Windows 20 February 2014, 16:46:33 UTC
c29e97b Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 20 February 2014, 16:46:06 UTC
b298cc1 Decode with utf-8 instead of ascii or accented characters break 20 February 2014, 16:45:27 UTC
546066f On Windows, append .exe to binary names 20 February 2014, 15:43:26 UTC
c5c9057 more coverage of rootfinder.c 20 February 2014, 15:10:11 UTC
11e8869 Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 20 February 2014, 14:53:40 UTC
e23925b more coverage for rootfinder.c 20 February 2014, 14:53:21 UTC
0410003 On Windows, prefix wuclient2.py command line with Python3.exe 20 February 2014, 14:20:12 UTC
a5224d3 Make some DBDict updates atomic 20 February 2014, 14:19:50 UTC
89d9bd3 tasks.sieve.I -> tasks.I 20 February 2014, 13:43:56 UTC
6c7b068 Use "g" conversion to avoid excessive precision in siever statistics 20 February 2014, 13:06:00 UTC
cd3fa67 Remove support for old-style (i.e., Perl-script) parameter files 20 February 2014, 12:54:26 UTC
ce49be1 still more coverage for roots_mod.c 20 February 2014, 12:44:04 UTC
234359e more coverage of roots_mod.c 20 February 2014, 12:28:41 UTC
8e7b2de commented out unused code (continued) 20 February 2014, 08:11:20 UTC
4663dc6 put unused code inside #if 0 ... #endif 20 February 2014, 08:05:16 UTC
04bfc58 Add test of TRACE_K. Output not parsed yet 19 February 2014, 18:23:13 UTC
c690632 Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 19 February 2014, 17:22:27 UTC
12538b4 Add -traceab, -traceij, -traceNx parameters, add tracing-enabled las_tracek target 19 February 2014, 17:21:00 UTC
0000e70 Rewriting of twoquadratics.c. Will allow skewness soon. 19 February 2014, 17:08:57 UTC
8fe341b Remove unused function declaration 19 February 2014, 15:33:54 UTC
085eb56 RUn "make check" instead of "make test" 19 February 2014, 14:57:10 UTC
e23689e Add $(ARGS) to check target 19 February 2014, 14:12:10 UTC
04d936b Prettify overflow check 19 February 2014, 14:03:37 UTC
869d21a Add "check" target that builds binaries to be tested, some cleanups 19 February 2014, 13:00:52 UTC
03a971e Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/cado-nfs/cado-nfs 19 February 2014, 08:46:13 UTC
29a8e11 Add note on compatible license. 18 February 2014, 18:13:40 UTC
f17947b Wrapper around POSIX/Win file locking 18 February 2014, 17:11:47 UTC
5e97172 Note on installing Python 18 February 2014, 15:42:44 UTC
6d8e344 Faster inv_mod algo for 2^k case 18 February 2014, 15:01:52 UTC
0493cb8 document required_excess 17 February 2014, 16:32:26 UTC
9caacb8 I=15 is better for a c175 16 February 2014, 12:44:17 UTC
b359b10 removed useless code 15 February 2014, 20:43:31 UTC
f2c58ce added unit test for discriminant() 15 February 2014, 19:30:21 UTC
19ac141 added unit tests for bit_vector 15 February 2014, 09:16:20 UTC
087284d updated since we can now sieve with two non-linear polynomials 14 February 2014, 22:06:31 UTC
cf809dc Merge branch 'master' of git+ssh://scm.gforge.inria.fr/git/cado-nfs/cado-nfs 14 February 2014, 20:44:09 UTC
8fdab5a added #if 0 and #ifdef for unused code with default settings 14 February 2014, 20:43:29 UTC
093cf82 put unused code inside #if 0 ... #endif 14 February 2014, 19:50:23 UTC
a10d636 put unused code inside #if 0 ... #endif 14 February 2014, 17:22:07 UTC
back to top