summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip-signed-integer-overflow-cppcheck' into 'master'HEADmasterLoic Dachary2017-04-104-4/+4
|\
| * Resolve cppcheck Signed integer overflow errorsBrad Hubbard2017-04-104-4/+4
|/
* Merge branch 'wip-18092' into 'master'Loic Dachary2016-12-081-5/+17
|\
| * gf_cpu.c: fix pclmul detection and add portable cpuid feature bit defsJohn Coyle2016-12-071-5/+17
|/
* Merge branch 'gf32-mul-silence-warning' into 'master'Loic Dachary2016-11-231-1/+1
|\
| * gf_w32.c: silence the -Wmaybe-uninitialized warningKefu Chai2016-11-181-1/+1
|/
* Merge branch 'simd-runtime-detection' into 'master'bassamtabbara2016-09-1432-2932/+1699
|\
| * Added --enable flags for debugging runtime SIMDBassam Tabbara2016-09-132-14/+23
| * gf_multby_one now checks runtime SIMD supportBassam Tabbara2016-09-131-63/+65
| * Simplify SIMD make scriptsBassam Tabbara2016-09-139-434/+79
| * Support for runtime SIMD detectionBassam Tabbara2016-09-1313-377/+810
| * Add SIMD test helpersBassam Tabbara2016-09-133-1/+381
| * Add support for printing functions selected in gf_initBassam Tabbara2016-09-1314-386/+420
| * Remove generated autotools files from the build. Also updateBassam Tabbara2016-09-136-1743/+7
|/
* Merge branch 'wip-valgrind' into 'master'Loic Dachary2016-09-134-2/+16
|\
| * log-zero-ext: workaround for uninitialized memoryLoic Dachary2016-09-131-1/+2
| * increase the verbosity of make check failuresLoic Dachary2016-09-131-0/+2
| * add --enable-valgrind for make checkLoic Dachary2016-09-132-1/+11
| * do not memcpy if src and dst are the sameLoic Dachary2016-09-131-1/+2
* | Merge branch 'neon_fixes' into 'master'Loic Dachary2016-09-132-139/+59
|\ \ | |/ |/|
| * Move conditional outside loop for NEON SPLIT4 implementationanimetosho2015-11-141-6/+29
| * Eliminate unnecessary VTRNs in SPLIT(16,4) NEON implementationanimetosho2015-11-121-79/+22
| * Use similar strategy for SPLIT(16,4) ALTMAP NEON implementation as SPLIT(32,4)animetosho2015-11-121-95/+41
| * Initial fix for SPLIT(16,4) ALTMAP NEON (non ARMv8)animetosho2015-11-121-17/+25
| * CARRY_FREE is currently only available for w=4 and w=8 on NEONanimetosho2015-11-121-1/+1
* | Merge branch 'manual' into 'master'Loic Dachary2016-09-131-96/+96
|\ \ | |/ |/|
| * Fix a number of conversion issues in the HTML manualanimetosho2015-11-021-96/+96
|/
* Merge branch 'wip-manual' into 'master'KMG2015-09-0410-0/+3888
|\
| * manual: convert from PDF to HTMLLoic Dachary2015-01-1410-0/+3888
* | add -Wsign-compare and address the warningsLoic Dachary2015-09-027-38/+39
* | ignore test-driver fileLoic Dachary2015-09-022-127/+1
* | Merge branch 'wip-da-SCA-coverity' into 'master'Loic Dachary2015-09-022-15/+5
|\ \ | |/ |/|
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-2/+2
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-06-181-1/+1
| * src/gf_w128.c: remove dead code and unused variableDanny Al-Gaaf2015-06-171-5/+0
| * src/gf_w64.c: remove dead codeDanny Al-Gaaf2015-06-171-5/+0
|/
* Merge branch 'wip-documentation' into 'master'KMG2015-01-081-1/+1
|\
| * jerasure.org is http, not httpsLoic Dachary2014-12-291-1/+1
|/
* Merge branch 'wip-dirstamp-ignore' into 'master'KMG2014-12-291-0/+1
|\
| * gitignore: add src/.dirstampGreg Farnum2014-12-251-0/+1
* | Merge branch 'wip-exit-v2' into 'master'KMG2014-12-290-0/+0
|\ \
| * | use assert(0) instead of exit(1)Loic Dachary2014-12-153-8/+11
* | | Merge branch 'wip-documentation' into 'master'KMG2014-12-293-23/+6
|\ \ \ | |_|/ |/| |
| * | documentation: update with jerasure.org new homeLoic Dachary2014-12-252-21/+6
| * | Revert "Removed PDF from the repo and added a note in the README that describ...Loic Dachary2014-12-252-4/+2
|/ /
* | Merge pull request #1 from dachary/wip-assertkmgreen22014-12-063-8/+11
|\ \ | |/ |/|
| * use assert(0) instead of exit(1)Loic Dachary2014-12-023-8/+11
|/
* Merged in jannau/gf-complete/neon (pull request #25) Kevin Greenan2014-10-2430-405/+2253
|\