summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged in dachary/gf-complete/wip-sse4-v1 (pull request #14) v1Kevin Greenan2014-04-101-2/+2
|\
| * do not compile if used in SSE4 code path onlyLoic Dachary2014-04-101-2/+2
* | Merged in dachary/gf-complete/wip-compilation-warning-v1 (pull request #15) Kevin Greenan2014-04-101-2/+1
|\ \
| * | increase compilation warning level to -WallLoic Dachary2014-04-101-2/+1
| |/
* | Merged in dachary/gf-complete/wip-pointer-v1 (pull request #17) Kevin Greenan2014-04-101-1/+1
|\ \
| * | fix void* arithmetic compilation warningLoic Dachary2014-04-101-1/+1
| |/
* | Merged in dachary/gf-complete/wip-gitignore-v1 (pull request #16) Kevin Greenan2014-04-101-0/+5
|\ \ | |/ |/|
| * .gitignore: ignore autotools stuffSage Weil2014-04-101-0/+4
| * create a .gitignoreLoic Dachary2014-04-101-0/+1
|/
* Merged in dachary/gf-complete/wip-compilation-warnings-v1 (pull request #9) Kevin Greenan2014-04-0923-722/+303
|\
| * remove unused static function gf_w128_group_r_sse_initLoic Dachary2014-03-281-1/+1
| * remove unused argument from SSE_AB2Loic Dachary2014-03-281-23/+23
| * main() returns intLoic Dachary2014-03-286-1/+6
| * remove unused variables from #if SSE blocsLoic Dachary2014-03-2810-141/+76
| * remove spurious i < in for loopLoic Dachary2014-03-281-1/+1
| * do not use gf_internal_t when it is nullLoic Dachary2014-03-281-1/+1
| * silence some warnings for unset variablesLoic Dachary2014-03-285-8/+11
| * remove duplicate headers from srcLoic Dachary2014-03-283-283/+0
| * move #if to avoid unused warningLoic Dachary2014-03-286-108/+104
| * initialize pointer early in the functionLoic Dachary2014-03-281-1/+2
| * cast void* to char* for pointer arithmeticLoic Dachary2014-03-286-33/+34
| * remove unused variablesLoic Dachary2014-03-2810-122/+45
|/
* Created new branch v1Kevin Greenan2014-03-050-0/+0
* 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
* Added PCLMUL to the autoconf macro...Kevin Greenan2013-12-3016-1096/+1452
* Some wordsmithing.Jim Plank2013-12-302-14/+18
* Version numbering, and pointing only to bitbucket.Jim Plank2013-12-302-6/+12
* Copmiler errors with %llx.Jim Plank2013-12-293-11/+11
* Added time_tool.sh to tools for quick timing.Jim Plank2013-12-2913-602/+256
* Merged in kmgreen2/gf-complete-testautoconf (pull request #2) James Plank2013-12-2872-64/+43013
|\
| * Group for w=128 was failing because SSE4 is enabled, but not ARCH_64 (on my L...Kevin Greenan2013-12-101-1/+1
| * Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) and...Kevin Greenan2013-12-0714-72/+90
| * Adding flag for SSSE3. Must have missed it when I updated the ax_ext() macro.Kevin Greenan2013-12-052-2/+2
| * Build failed... It was because the some headers were in the wrong place.Kevin Greenan2013-12-043-0/+284
| * Copy README.txt to READMEKevin Greenan2013-12-041-0/+13
| * Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-0469-11/+42645
|/
* Revision 1.01.Jim Plank2013-11-122-1/+1