]> git.apps.os.sepia.ceph.com Git - jerasure.git/commit
Merge branch 'wip-signed-integer-overflow-cppcheck' into 'master' master
authorLoic Dachary <loic-test4@dachary.org>
Mon, 10 Apr 2017 08:20:49 +0000 (08:20 +0000)
committerLoic Dachary <loic-test4@dachary.org>
Mon, 10 Apr 2017 08:20:49 +0000 (08:20 +0000)
commitde1739cc8483696506829b52e7fda4f6bb195e6a
treefb98f85c548038a5ff294141f89603dda70dd423
Merge branch 'wip-signed-integer-overflow-cppcheck' into 'master'

Wip signed integer overflow cppcheck

Fix for cppcheck signed integer overflow error

See merge request !7
58 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Examples/.gitignore [new file with mode: 0644]
Examples/Makefile.am [new file with mode: 0644]
Examples/cauchy_01.c [new file with mode: 0644]
Examples/cauchy_02.c [new file with mode: 0644]
Examples/cauchy_03.c [new file with mode: 0644]
Examples/cauchy_04.c [new file with mode: 0644]
Examples/decoder.c [new file with mode: 0644]
Examples/encode_decode.sh [new file with mode: 0755]
Examples/encoder.c [new file with mode: 0644]
Examples/jerasure_01.c [new file with mode: 0644]
Examples/jerasure_02.c [new file with mode: 0644]
Examples/jerasure_03.c [new file with mode: 0644]
Examples/jerasure_04.c [new file with mode: 0644]
Examples/jerasure_05.c [new file with mode: 0644]
Examples/jerasure_06.c [new file with mode: 0644]
Examples/jerasure_07.c [new file with mode: 0644]
Examples/jerasure_08.c [new file with mode: 0644]
Examples/liberation_01.c [new file with mode: 0644]
Examples/reed_sol_01.c [new file with mode: 0644]
Examples/reed_sol_02.c [new file with mode: 0644]
Examples/reed_sol_03.c [new file with mode: 0644]
Examples/reed_sol_04.c [new file with mode: 0644]
Examples/reed_sol_test_gf.c [new file with mode: 0644]
Examples/reed_sol_time_gf.c [new file with mode: 0644]
Examples/test_all_gfs.sh [new file with mode: 0755]
Examples/test_galois.c [new file with mode: 0644]
Examples/time_all_gfs_argv_init.sh [new file with mode: 0755]
License.txt [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Manual.pdf [new file with mode: 0644]
NEWS [new file with mode: 0644]
PERF.txt [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
include/cauchy.h [new file with mode: 0644]
include/galois.h [new file with mode: 0644]
include/jerasure.h [new file with mode: 0644]
include/liberation.h [new file with mode: 0644]
include/reed_sol.h [new file with mode: 0644]
include/timing.h [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_ext.m4 [new file with mode: 0644]
m4/ax_gcc_x86_avx_xgetbv.m4 [new file with mode: 0644]
m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
m4/ax_require_defined.m4 [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cauchy.c [new file with mode: 0644]
src/cauchy_best_r6.c [new file with mode: 0644]
src/galois.c [new file with mode: 0644]
src/jerasure.c [new file with mode: 0644]
src/liberation.c [new file with mode: 0644]
src/reed_sol.c [new file with mode: 0644]
src/timing.c [new file with mode: 0644]