summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix building with LD_LIBRARY_PATH setOndřej Nový2018-10-011-16/+8
* Fix warning on automake toolKota Tsuyuzaki2017-02-201-12/+2
* Fix valgrind-check and memory leakKota Tsuyuzaki2017-02-201-5/+14
* Get version from liberasurecode version headerTushar Gohad2015-12-101-1/+1
* Include major API version in pkg-config file nameTushar Gohad2015-12-101-0/+2
* Create includedir on call to install-exec-hookChris Lamb2015-12-021-1/+2
* Split helpers.h include for backward compatibilityTushar Gohad2015-09-221-2/+5
* Create header symlinks in std locations for backward compatTushar Gohad2015-09-201-0/+9
* Release 1.0.8v1.0.8Tushar Gohad2015-07-201-1/+3
* Merge remote-tracking branch 'origin/new_commits_for_1_0_8'Tushar Gohad2015-06-211-4/+5
|\
| * Fix 'make test' to properly run null and installed backend tests.Kevin Greenan2015-06-181-3/+3
| * Fixing issue #17 to namespace header files.Kevin Greenan2015-06-181-1/+2
* | Add get_flags_from_cpuid.c to distTushar Gohad2015-06-211-1/+1
* | Remove remaining m4/ referencesfix_m4_macrosTushar Gohad2015-06-211-2/+0
|/
* Fix a uint < 0 warning reported by ClangTushar Gohad2015-04-301-1/+1
* Sanitize fragments_to_string() errorcodes, add tests for frags w/o fmetadataTushar Gohad2015-03-281-2/+2
* Set runtime ld path to point to local so's when running testsTushar Gohad2015-03-101-6/+15
* Integrate doxygen with autoconf infrastructureTushar Gohad2014-09-071-1/+2
* Added libec_slap testEric Lambert2014-08-261-0/+2
* Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-081-1/+2
* Distributing the generated config.h (renamed to config_erasurecode.h), since ...Kevin Greenan2014-07-311-1/+2
* algsig: Move jerasure backend dlopen up a levelTushar Gohad2014-07-221-2/+2
* Disable alg_sig_test (take 2)Tushar Gohad2014-07-221-2/+2
* Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...Kevin Greenan2014-07-221-1/+0
* gf: Convert exit(1)s to return statementsTushar Gohad2014-07-211-0/+1
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-0/+2
* automake: Fix cscope targetTushar Gohad2014-07-181-1/+2
* Fix --enable-debug target, make debug CFLAGS consistent (global)Tushar Gohad2014-07-171-7/+1
* autoconf: Add erasurecode_helpers.hTushar Gohad2014-07-171-0/+1
* run liberasuretest as part of make testEric Lambert2014-07-181-0/+1
* alg_sig.h was moved to topdir/includeTushar Gohad2014-07-171-4/+5
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-131-3/+3
* Enable valgrind target for all testsTushar Gohad2014-07-071-2/+2
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-17/+4
* autoconf: Simplify Makefile.am by adding SUBDIRSTushar Gohad2014-07-061-32/+17
* autoconf: Add cscope targetTushar Gohad2014-07-051-0/+6
* Add placeholder xor backend routinesTushar Gohad2014-06-301-2/+0
* chksum: Add gf_complete dep for algsigTushar Gohad2014-06-301-4/+8
* autoconf: Add liberasurecode version for libtoolTushar Gohad2014-06-301-0/+3
* autoconf: Fix libXorcode LIBADD line, minor fixesTushar Gohad2014-06-301-4/+11
* autoconf: Fix CPPFLAGS/include pathTushar Gohad2014-06-291-1/+1
* autoconf: Add Xorcode pkgconfig, other minor fixesTushar Gohad2014-06-291-1/+2
* autoconf: Tell libtool about libXorcore versionTushar Gohad2014-06-291-0/+3
* autoconf: Incremental autoreconf fixes (take 2)Tushar Gohad2014-06-291-1/+1
* autoconf: Incremental autoreconf fixes (take 1)Tushar Gohad2014-06-291-5/+5
* autoconf: Re-add Makefile.am for the new library skeletonTushar Gohad2014-06-291-0/+56
* Start refactorTushar Gohad2014-06-291-38/+0
* Fixed typo in 'check' make target and moved valgrind targetEric Lambert2014-06-191-4/+9
* Override default behavior of AC_CHECK_LIB so that we no longerEric Lambert2014-06-121-1/+1
* refactor workspace and buildEric Lambert2014-06-111-1/+31