0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[params/mach_desc] fixed some typos More... over 13 years ago
update doc.
thome
as Emmanuel Thomé
More... over 13 years ago
exclude some binaries from the release builds, but not from the dev builds.
thome
as Emmanuel Thomé
More... over 13 years ago
better protection of sse-specific code in matops.c
thome
as Emmanuel Thomé
More... over 13 years ago
update doc: nowadays cadofactor.pl reads mach_desc only at the begining More... over 13 years ago
say early that remote tmpdir / bindir does not exist More... over 13 years ago
fix file lists
thome
as Emmanuel Thomé
More... over 13 years ago
also delete the file
thome
as Emmanuel Thomé
More... over 13 years ago
sieve_config.h carried a mark of being dead code, and trigger bugs for parallel builds. kill it.
thome
as Emmanuel Thomé
More... over 13 years ago
[misc.h] use macro GNUC_VERSION_ATLEAST More... over 13 years ago
[misc.h] fixed bug in slow variant of ctzl(), which was off by one, and was most likely never tested More... over 13 years ago
new cmake check for alloca.h -- fall back on malloc if not found.
thome
as Emmanuel Thomé
More... over 13 years ago
[sieve/las.c] check nnn > 0 in -mt nnn More... over 13 years ago
note MPI in README More... over 13 years ago
cleaned up the big-endian fix.
thome
as Emmanuel Thomé
More... over 13 years ago
In lingen, abort computation earlier in case the overflow occurs in a left branch of the recursion tree (which is bound to happen if there are many excess coefficients).
thome
as Emmanuel Thomé
More... over 13 years ago
removed unused #include <alloca.h> More... over 13 years ago
[factor.sh] /bin/bash -> /usr/bin/env bash More... over 13 years ago
[sqrt/CMakeLists.txt] crtalgsqrt is distributed but not compiled by default More... over 13 years ago
[scripts/call_cmake.sh] /bin/bash -> /usr/bin/env bash (bash is installed in /usr/local/bin on gcc64.fsffrance.org, which is under OpenBSD) More... over 13 years ago
[bwc/lingen_binary.cpp] enlarge safety net More... over 13 years ago
[linalg/characters.c] forgot cado-endian.h More... over 13 years ago
[utils/fix-endianness.c] fixed #ifdef More... over 13 years ago
last changes for big-endian machines (hopefully), but I have to check back with a fresh tarball that everything works More... over 13 years ago
[blockmatrix.c] small optimization More... over 13 years ago
[bit_matrices.c] more progress on big-endian machines More... over 13 years ago
more work to make cado-nfs work on gcc38.fsffrance.org, which is big endian *and* where mp_limb_t has 32 bits. Not working yet, but making progress... More... over 13 years ago
provide proper compile-time definition for byte order.
thome
as Emmanuel Thomé
More... over 13 years ago
[blockmatrix.c] oops, previous commit was buggy More... over 13 years ago
[blockmatrix.c] fixed endianness for blockmatrix_read_from_flat_file() More... over 13 years ago