index
:
delta/gf-complete.git
master
v1
v2
v3
lab.jerasure.org: jerasure/gf-complete.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
add -Wsign-compare and address the warnings
Loic Dachary
2015-09-02
7
-38
/
+39
*
gf_w64.c: fix integer overflow
Danny Al-Gaaf
2015-09-02
1
-2
/
+2
*
gf_w64.c: fix integer overflow
Danny Al-Gaaf
2015-09-02
1
-1
/
+1
*
gf_w64.c: fix integer overflow
Danny Al-Gaaf
2015-09-02
1
-1
/
+1
*
gf_w64.c: fix integer overflow
Danny Al-Gaaf
2015-09-02
1
-1
/
+1
*
use assert(0) instead of exit(1)
Loic Dachary
2014-12-15
3
-8
/
+11
*
arm: NEON optimisations for gf_w64
Janne Grunau
2014-10-24
3
-37
/
+350
*
arm: NEON optimisations for gf_w32
Janne Grunau
2014-10-24
3
-57
/
+287
*
arm: NEON optimisations for gf_w16
Janne Grunau
2014-10-24
3
-51
/
+369
*
arm: NEON optimisations for gf_w8
Janne Grunau
2014-10-24
4
-89
/
+329
*
arm: NEON optimisations for gf_w4
Janne Grunau
2014-10-24
3
-50
/
+272
*
arm: NEON optimisations for XOR in gf_multby_one
Janne Grunau
2014-10-09
1
-0
/
+35
*
simd: rename the region flags from SSE to SIMD
Janne Grunau
2014-10-09
8
-84
/
+91
*
build: fix out of source tree build
Janne Grunau
2014-10-09
1
-2
/
+2
*
remove dead code in create_gf_from_argv
Loic Dachary
2014-09-17
1
-1
/
+0
*
disable gf_error_check test that requires >> 64
Loic Dachary
2014-09-17
1
-1
/
+1
*
Removed comments marking CARRY_FREE_GK additions.
Adam Disney
2014-06-16
3
-10
/
+1
*
Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'
Adam Disney
2014-06-16
5
-22
/
+10
|
\
|
*
gf_w32.c: remove dead assignment with no effect
Danny Al-Gaaf
2014-05-14
1
-1
/
+0
|
*
gf_w32.c: fix/remove some dead assignments
Danny Al-Gaaf
2014-05-14
1
-8
/
+4
|
*
gf_w16.c: fix/remove some dead assignments
Danny Al-Gaaf
2014-05-14
1
-2
/
+2
|
*
gf_w128.c: remove some dead assignments
Danny Al-Gaaf
2014-05-14
1
-3
/
+0
|
*
gf_w8.c: fix dead assignment report from scan-build
Danny Al-Gaaf
2014-05-14
1
-1
/
+2
|
*
gf_w64.c: remove dead assignments and unused variable 'm2'
Danny Al-Gaaf
2014-05-14
1
-3
/
+1
|
*
gf_w64.c: remove dead assigments in gf_w64_shift_multiply()
Danny Al-Gaaf
2014-05-14
1
-3
/
+0
|
*
gf_w32.c: fix dereference of undefined pointer value
Danny Al-Gaaf
2014-05-13
1
-1
/
+1
*
|
Fixed a few minor warnings when running autogen.sh.
Adam Disney
2014-06-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'
Adam Disney
2014-06-16
1
-654
/
+0
|
\
\
|
*
|
remove autogenerated files from repository
Jens Rosenboom
2014-03-18
1
-464
/
+0
*
|
|
Implemented CARRY_FREE_GK. Sections added are tagged with a comment //ADAM
Adam Disney
2014-06-06
3
-6
/
+152
|
|
/
|
/
|
*
|
gf_w4.c: remove some dead code
Danny Al-Gaaf
2014-04-22
1
-1
/
+0
*
|
gf.c: fix pointless expression
Danny Al-Gaaf
2014-04-22
1
-6
/
+5
*
|
fix comment/message on GF_E_SP128_A/GF_E_SP128_S
Danny Al-Gaaf
2014-04-22
1
-2
/
+2
*
|
gf_w8.c: add missing breaks
Danny Al-Gaaf
2014-04-22
1
-0
/
+2
*
|
gf_w4.c: add missing breaks
Danny Al-Gaaf
2014-04-22
1
-0
/
+2
*
|
gf_w32.c: add missing breaks
Danny Al-Gaaf
2014-04-22
1
-0
/
+2
*
|
gf_w16.c: add missing break
Danny Al-Gaaf
2014-04-22
1
-0
/
+1
*
|
gf_general.c: fix pointless expression
Danny Al-Gaaf
2014-04-22
1
-1
/
+1
*
|
Merged in dachary/gf-complete/wip-uint-8 (pull request #19)
Kevin Greenan
2014-04-10
5
-28
/
+28
|
\
\
|
*
|
prefer uint8_t to char in pointer arithmetic
Loic Dachary
2014-04-10
5
-28
/
+28
*
|
|
TODO reminder for KMG/JSP about hardcoded constant
Loic Dachary
2014-04-10
1
-0
/
+1
|
/
/
*
|
Ran autogen to pick-up the changes needed to run 'make check'
Kevin Greenan
2014-04-02
1
-101
/
+291
*
|
Merged in dachary/gf-complete/wip-compilation-warnings (pull request #12)
Kevin Greenan
2014-03-31
1
-1
/
+1
|
\
\
|
*
|
fix void* arithmetic compilation warning
Loic Dachary
2014-03-29
1
-1
/
+1
*
|
|
do not compile if used in SSE4 code path only
Loic Dachary
2014-03-30
1
-2
/
+2
|
/
/
*
|
remove unused static function gf_w128_group_r_sse_init
Loic Dachary
2014-03-28
1
-1
/
+1
*
|
remove unused argument from SSE_AB2
Loic Dachary
2014-03-06
1
-23
/
+23
*
|
remove unused variables from #if SSE blocs
Loic Dachary
2014-03-06
6
-123
/
+70
*
|
do not use gf_internal_t when it is null
Loic Dachary
2014-03-06
1
-1
/
+1
*
|
silence some warnings for unset variables
Loic Dachary
2014-03-06
2
-4
/
+4
[next]