summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix comment/message on GF_E_SP128_A/GF_E_SP128_SDanny Al-Gaaf2014-04-222-4/+4
| * | gf_w8.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
| * | gf_w4.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
| * | gf_w32.c: add missing breaksDanny Al-Gaaf2014-04-221-0/+2
| * | gf_w16.c: add missing breakDanny Al-Gaaf2014-04-221-0/+1
| * | gf_general.c: fix pointless expressionDanny Al-Gaaf2014-04-221-1/+1
|/ /
* | Merged in dachary/gf-complete/wip-uint-8 (pull request #19) Kevin Greenan2014-04-106-29/+29
|\ \
| * | prefer uint8_t to char in pointer arithmeticLoic Dachary2014-04-105-28/+28
| * | Show pointer arithmetic warnings by defaultLoic Dachary2014-04-101-1/+1
* | | Merged in dachary/gf-complete/wip-hard-coded-note (pull request #18) Kevin Greenan2014-04-101-0/+1
|\ \ \ | |/ / |/| |
| * | TODO reminder for KMG/JSP about hardcoded constantLoic Dachary2014-04-101-0/+1
|/ /
* | Ran autogen to pick-up the changes needed to run 'make check'Kevin Greenan2014-04-0220-7655/+12881
* | Merged in dachary/gf-complete/wip-make-check (pull request #11) Kevin Greenan2014-04-023-0/+15
|\ \
| * | add make check target and basic testsLoic Dachary2014-04-023-0/+15
|/ /
* | Merged in dachary/gf-complete/wip-compilation-warnings (pull request #12) Kevin Greenan2014-03-311-1/+1
|\ \
| * | fix void* arithmetic compilation warningLoic Dachary2014-03-291-1/+1
* | | Merged in dachary/gf-complete/wip-sse4 (pull request #13) Kevin Greenan2014-03-311-2/+2
|\ \ \
| * | | do not compile if used in SSE4 code path onlyLoic Dachary2014-03-301-2/+2
| |/ /
* | | Merged in dachary/gf-complete/wip-gitignore (pull request #10) Kevin Greenan2014-03-311-0/+4
|\ \ \ | |/ / |/| |
| * | .gitignore: ignore autotools stuffSage Weil2014-03-281-0/+4
|/ /
* | Merged in dachary/gf-complete/wip-gitignore (pull request #6) Kevin Greenan2014-03-281-0/+1
|\ \
| * | create a .gitignoreLoic Dachary2014-03-191-0/+1
| |/
* | Merged in dachary/gf-complete/wip-compilation-warnings (pull request #3) Kevin Greenan2014-03-2824-724/+304
|\ \ | |/ |/|
| * remove unused static function gf_w128_group_r_sse_initLoic Dachary2014-03-281-1/+1
| * remove unused argument from SSE_AB2Loic Dachary2014-03-061-23/+23
| * main() returns intLoic Dachary2014-03-066-1/+6
| * remove unused variables from #if SSE blocsLoic Dachary2014-03-0610-141/+76
| * remove spurious i < in for loopLoic Dachary2014-03-061-1/+1
| * do not use gf_internal_t when it is nullLoic Dachary2014-03-061-1/+1
| * silence some warnings for unset variablesLoic Dachary2014-03-065-8/+11
| * remove duplicate headers from srcLoic Dachary2014-03-063-283/+0
| * move #if to avoid unused warningLoic Dachary2014-03-066-108/+104
| * initialize pointer early in the functionLoic Dachary2014-03-061-1/+2
| * cast void* to char* for pointer arithmeticLoic Dachary2014-03-066-33/+34
| * remove unused variablesLoic Dachary2014-03-0610-122/+45
| * increase compilation warning level to -WallLoic Dachary2014-03-061-2/+1
|/
* FormattingJim Plank2014-01-292-2/+18
* FormattingJim Plank2014-01-291-0/+1
* Updated manual and readme.Jim Plank2014-01-293-9/+12
* Changed %d to %u in gf_general.cJim Plank2014-01-251-2/+2
* Updated autoconf to put BSD license in COPYING.Kevin Greenan2014-01-072-675/+33
* Added more header files to the distribution, which will allowKevin Greenan2014-01-023-5/+2
* Revision 1.02 is done. Manual updated.Jim Plank2014-01-013-2/+2
* Removed GROUP/128/SSE. It wasn't compiling, and it needed an overhaul.Jim Plank2014-01-015-303/+3
* Fixed the problem with PCLMUL and gf_complete.h. RemovedJim Plank2013-12-317-48/+45
* Make INTEL_SSE4_PCLMUL flag consistent (was INTEL_PCLMUL in gf.c)Kevin Greenan2013-12-301-1/+1
* Third.1 time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-3024-9785/+7587
* Revert "Third time's a charm (autoconf non-sense for PCLMUL)."Kevin Greenan2013-12-3021-1156/+1426
* Third time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-3021-1426/+1156
* Added entry to configure.ac to avoid running autotools during normal build.Kevin Greenan2013-12-309-16/+99