summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* use posix_memalign to align memory for SIMD region testsJanne Grunau2014-10-091-11/+37
| | | | Properly emulate aligned allocation if posix_memalign is not available.
* build: fix out of source tree buildJanne Grunau2014-10-091-2/+2
|
* Merge remote-tracking branch 'dalgaaf/wip-da-sca-20140513'Adam Disney2014-06-161-7/+13
|\
| * test/gf_unit.c: free memory after usageDanny Al-Gaaf2014-05-131-7/+13
| | | | | | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* | Fixed a few minor warnings when running autogen.sh.Adam Disney2014-06-161-1/+1
| |
* | Merge remote-tracking branch 'jayrde/wip-autoconf-cleanup'Adam Disney2014-06-161-623/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore INSTALL Makefile.in aclocal.m4 config.guess config.sub configure examples/Makefile.in include/config.h.in include/config.h.in~ install-sh ltmain.sh m4/libtool.m4 m4/ltversion.m4 missing src/Makefile.in test/Makefile.in tools/Makefile.in
| * remove autogenerated files from repositoryJens Rosenboom2014-03-181-452/+0
| |
* | Ran autogen to pick-up the changes needed to run 'make check'Kevin Greenan2014-04-021-104/+275
| |
* | main() returns intLoic Dachary2014-03-061-0/+1
| | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* | remove unused variables from #if SSE blocsLoic Dachary2014-03-061-13/+3
| | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* | silence some warnings for unset variablesLoic Dachary2014-03-061-0/+3
|/ | | | | | | By setting them when they are defined and when the compiler fails to see the logic is ok. Signed-off-by: Loic Dachary <loic@dachary.org>
* Third.1 time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-301-222/+102
|
* Revert "Third time's a charm (autoconf non-sense for PCLMUL)."Kevin Greenan2013-12-301-60/+130
| | | | | | The commit was not successfully pushed (not sure what happened). This reverts commit 762926920aa6b0067443e7c085bddf22d03a1d04.
* Third time's a charm (autoconf non-sense for PCLMUL).Kevin Greenan2013-12-301-130/+60
|
* Added entry to configure.ac to avoid running autotools during normal build.Kevin Greenan2013-12-301-3/+4
|
* Added PCLMUL to the autoconf macro...Kevin Greenan2013-12-301-60/+130
|
* Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) ↵Kevin Greenan2013-12-073-9/+14
| | | | and overrode autoconf's defaults for CFLAGS.
* Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-043-0/+939
Also re-organized the directory structure. Signed-off-by: Kevin Greenan <kmgreen2@gmail.com>