summaryrefslogtreecommitdiff
path: root/include/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* algsig: Move jerasure backend dlopen up a levelTushar Gohad2014-07-221-9/+0
| | | | | | .. also check for errors Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add syslog based logging routinesTushar Gohad2014-07-181-12/+6
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Fix liberasurecode main routines for new API (take 2)Tushar Gohad2014-07-161-0/+3
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Remove required gf-complete dependency from liberasurecode.Kevin Greenan2014-07-161-4/+1
| | | | | | | | NOTE: We need to ensure that any erasure code backend using algebraic signatures *must use* the same exact GF as those used in this library. This usually means same 'w' and primitive polynomial. I plan to make the same change to Jerasure, so it will be compatible.
* autoheader: Additional headers in liberasurecode_stdinc.hTushar Gohad2014-07-071-0/+6
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-0/+3
| | | | | | | Facing some nasty dlopen() issues when testing with "test/liberasurecode_test" Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* chksum: Add gf_complete dep for algsigTushar Gohad2014-06-301-0/+3
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Add config.h templateTushar Gohad2014-06-291-0/+178
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Start refactorTushar Gohad2014-06-291-107/+0
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Override default behavior of AC_CHECK_LIB so that we no longerEric Lambert2014-06-121-6/+0
| | | | link libjerasure and libgf_complete to binaries built by configure
* initial autoconf/automake workEric Lambert2014-06-101-0/+6
|
* Update version to 0.9.1Tushar Gohad2014-04-201-0/+107
ChangeLog: * Python 3.x support for PyECLib + Test code * Minor API/naming changes (str -> bytes etc) * Documentation updates for Python 3.x support * Fixes for PEP8 compliance * Several build-related bugfixes Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>