summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Rename liberasurecode_rsvand -> liberasurecode_rs_vandliberasurecode_rs_vand-renameTushar Gohad2015-06-221-1/+1
|
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-2/+2
|
* Remove excessive header install in src/Makefile.amKevin Greenan2015-06-181-6/+0
|
* Fix 'make test' to properly run null and installed backend tests.Kevin Greenan2015-06-181-0/+1
|
* Plugging new internal RS backend into liberasurecode.Kevin Greenan2015-06-181-0/+1
|
* Adding new built-in backend for RS VandermondeKevin Greenan2015-06-181-2/+4
| | | | This is meant to be used in cases where ISA-L and Jerasure cannot be used.
* v1.0.7v1.0.7Tushar Gohad2015-04-151-1/+1
|
* v1.0.5v1.0.5Tushar Gohad2015-03-131-1/+1
|
* v1.0.4v1.0.4Tushar Gohad2015-03-111-1/+1
|
* Fix so version to be 1.0.1 (was 0.9.10)v1.0.1Tushar Gohad2015-03-081-1/+1
|
* Fix isa_l backend source filename (botched during 'shss' backend merge)Tushar Gohad2015-02-251-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add NTT backend called "shss"ntt_backendKota Tsuyuzaki2015-02-101-3/+6
| | | | | | | | | | | | | | This introduces a new plug-able backend called "shss" made by Nippon Telegraph and Telephone corporation (NTT). Note that this produces a just plug-in to shss erasure coding binary so that users have to install a shss binary (i.e. libshss.so) aside from liberasurecode when using shss. Please contact us if you are insterested in the NTT backend (welcome!): Kota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp> Co-Author: Ryuta Kon <kon.ryuta@po.ntts.co.jp>
* Make install failing to find install-sh when installing docsKevin Greenan2015-01-121-0/+6
|
* Plugging-in the ISA-L backend... Still needs more documentation and a ↵Kevin Greenan2014-09-291-1/+2
| | | | little clean-up, but the tests are passing...
* Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-081-2/+6
| | | | | Currently only works on Linux (build/tests will run on OS X but coverage data is not generated).
* Plugged-in Cauchy RS.Kevin Greenan2014-07-231-1/+2
|
* null_code: First cutTushar Gohad2014-07-221-1/+2
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Ripping out galois.[ch] and dynamically pulling the multiplication functon ↵Kevin Greenan2014-07-221-5/+0
| | | | from jerasure
* Add encode postprocessing, checksum helpersTushar Gohad2014-07-211-1/+2
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add preprocessing for decode and reconstruct.Kevin Greenan2014-07-191-0/+1
| | | | | I'll fill-in the details of decode and reconstruct in a separate commit.
* Add get_aligned_data_size() to ec helpersTushar Gohad2014-07-171-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add liberasurecode helpers (take 1)Tushar Gohad2014-07-171-0/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* jerasure_rs_vand: Minor cleanup (jerasure_vand -> jerasure_rs_vand)Tushar Gohad2014-07-171-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Adding Jerasure backendKevin Greenan2014-07-171-1/+2
|
* Rename flat_xor_3 -> flat_xor_hdTushar Gohad2014-07-161-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Remove required gf-complete dependency from liberasurecode.Kevin Greenan2014-07-161-1/+5
| | | | | | | | 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.
* Bump version to 0.9.10Tushar Gohad2014-07-131-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Frontend/backend API split, make EC handle int typeTushar Gohad2014-07-131-1/+2
| | | | | | | .. also introduce a map for backend method stub name to backend library function names Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-0/+22
Facing some nasty dlopen() issues when testing with "test/liberasurecode_test" Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>