summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip-warnings-v2' into 'v2'v2KMG2015-09-037-43/+44
|\
| * add -Wsign-compare and address the warningsLoic Dachary2015-09-027-38/+39
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-09-021-2/+2
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-09-021-1/+1
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-09-021-1/+1
| * gf_w64.c: fix integer overflowDanny Al-Gaaf2015-09-021-1/+1
|/
* Merge branch 'wip-exit-v2' into 'v2'v2.0KMG2015-01-083-8/+11
|\
| * use assert(0) instead of exit(1)Loic Dachary2014-12-153-8/+11
* | Merge branch 'wip-dirstamp-ignore-v2' into 'v2'KMG2015-01-081-0/+1
|\ \ | |/ |/|
| * gitignore: add src/.dirstampGreg Farnum2015-01-081-0/+1
|/
* Merged in jannau/gf-complete/neon (pull request #25) Kevin Greenan2014-10-2430-405/+2253
|\
| * arm: NEON optimisations for gf_w64Janne Grunau2014-10-244-37/+400
| * arm: NEON optimisations for gf_w32Janne Grunau2014-10-244-57/+358
| * arm: NEON optimisations for gf_w16Janne Grunau2014-10-244-51/+435
| * arm: NEON optimisations for gf_w8Janne Grunau2014-10-245-89/+428
| * arm: NEON optimisations for gf_w4Janne Grunau2014-10-244-50/+335
| * arm: NEON optimisations for XOR in gf_multby_oneJanne Grunau2014-10-091-0/+35
| * use posix_memalign to align memory for SIMD region testsJanne Grunau2014-10-093-13/+66
| * configure: add ARM/AArch64 NEON supportJanne Grunau2014-10-093-0/+74
| * simd: rename the region flags from SSE to SIMDJanne Grunau2014-10-0911-90/+99
| * check: split unit tests and support paralell executionJanne Grunau2014-10-093-12/+17
| * build: fix out of source tree buildJanne Grunau2014-10-094-8/+8
| * build: make CFLAGS user setableJanne Grunau2014-10-091-3/+3
|/
* Merged in dachary/gf-complete/wip-static-code-analysis (pull request #24) Kevin Greenan2014-10-032-2/+1
|\
| * remove dead code in create_gf_from_argvLoic Dachary2014-09-171-1/+0
| * disable gf_error_check test that requires >> 64Loic Dachary2014-09-171-1/+1
|/
* Merged in beol/gf-complete (pull request #23) Kevin Greenan2014-08-231-1/+6
|\
| * On CPU that doesn't support SSE4.2 instructions set, this will failLeo Laksmana2014-08-231-1/+6
|/
* Removed comments marking CARRY_FREE_GK additions.Adam Disney2014-06-165-12/+2
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-169-37/+37
|\
| * gf_w32.c: remove dead assignment with no effectDanny Al-Gaaf2014-05-141-1/+0
| * gf_time.c: remove dead assignment to 'elapsed'Danny Al-Gaaf2014-05-141-2/+0
| * gf_w32.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-8/+4
| * gf_w16.c: fix/remove some dead assignmentsDanny Al-Gaaf2014-05-141-2/+2
| * gf_w128.c: remove some dead assignmentsDanny Al-Gaaf2014-05-141-3/+0
| * gf_w8.c: fix dead assignment report from scan-buildDanny Al-Gaaf2014-05-141-1/+2
| * gf_w64.c: remove dead assignments and unused variable 'm2'Danny Al-Gaaf2014-05-141-3/+1
| * gf_w64.c: remove dead assigments in gf_w64_shift_multiply()Danny Al-Gaaf2014-05-141-3/+0
| * tools/gf_poly.c: fix undefined allocation of 0 bytesDanny Al-Gaaf2014-05-141-2/+8
| * gf_w32.c: fix dereference of undefined pointer valueDanny Al-Gaaf2014-05-131-1/+1
| * test/gf_unit.c: free memory after usageDanny Al-Gaaf2014-05-131-7/+13
| * gf_inline_time.c: fix memory leakDanny Al-Gaaf2014-05-131-4/+6
* | Fixed a few minor warnings when running autogen.sh.Adam Disney2014-06-165-20/+8
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-1623-42961/+69
|\ \
| * | ignore more library files and eecutablesJens Rosenboom2014-03-181-1/+21
| * | fixup AM_INIT_AUTOMAKE callJens Rosenboom2014-03-181-1/+1
| * | add autogen.sh call to READMEJens Rosenboom2014-03-181-0/+1
| * | cleanup unused flag leftover from commit fb0bbdcfJens Rosenboom2014-03-181-4/+0
| * | Merge branch 'wip-autoconf-cleanup' of https://bitbucket.org/jayrde/gf-comple...Jens Rosenboom2014-03-180-0/+0
| |\ \
| | * | Created new branch wip-autoconf-cleanupJens Rosenboom2014-03-180-0/+0