summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.2.3v0.2.3Tushar Gohad2014-03-061-1/+1
* Supports Python2.6 as wellTushar Gohad2014-03-061-1/+1
* Switch to capsulethunk.hTushar Gohad2014-03-062-2/+106
* Use PyCObject_AsVoidPtr -> PyCapsule_GetPointer mappingTushar Gohad2014-03-052-3/+9
* No need to call sudo explicitlyTushar Gohad2014-03-051-2/+2
* Define runtime_library_dirs for defaultsTushar Gohad2014-03-051-3/+8
* Pass autoconf_arguments to build.shTushar Gohad2014-03-052-3/+12
* Revert "Pass setup.py prefix to autoconf install (c_eclib)"Tushar Gohad2014-03-052-33/+18
* Created new branch swiftKevin Greenan2014-03-050-0/+0
* Add compatibility layer for Python 2.6Tushar Gohad2014-03-052-0/+25
* Remove temp build env hints during c_eclib cleanupTushar Gohad2014-03-021-0/+1
* Fix reversed download program checkTushar Gohad2014-03-021-3/+3
* New Release 0.2.2Tushar Gohad2014-03-011-2/+2
* Pass setup.py prefix to autoconf install (c_eclib)Tushar Gohad2014-03-012-18/+33
* Extend setup.py clean for c_eclibTushar Gohad2014-02-282-1/+21
* Switch to using setuptools, formatting cleanup for toxTushar Gohad2014-02-281-74/+98
* Add a custom install stage to setup.pyTushar Gohad2014-02-284-6/+137
* Unify c_eclib build into one scriptTushar Gohad2014-02-272-28/+74
* Export CPPFLAGS, LDFLAGS, LIBS for use with pyeclib_cTushar Gohad2014-02-261-13/+39
* Rename .libs to ._libs to avoid confusion with autoconf dirsTushar Gohad2014-02-262-6/+6
* Build c_eclib from local include/libs, split install stageTushar Gohad2014-02-261-1/+8
* Generate include/lib deps sequentiallyTushar Gohad2014-02-251-2/+11
* Generate intermediate LDFLAGS for pyeclib buildTushar Gohad2014-02-251-35/+71
* Jerasure build script cleanup, defer installTushar Gohad2014-02-251-32/+26
* New release 0.2.1Tushar Gohad2014-02-241-2/+2
* Fix build_jerasure perms, Update MANIFESTTushar Gohad2014-02-242-90/+4
* Add get_segment_info() to READMETushar Gohad2014-02-241-6/+10
* Make the build_jerasure script a bit more robust...Kevin Greenan2014-02-161-12/+10
* Incorporate latest Jerasure and GF-Complete and set alignment on by default (...Kevin Greenan2014-02-1699-31114/+101
* Make autoconf notice crc32.c in alg_sig/Kevin Greenan2014-02-1517-9942/+7686
* Added in Intel SSE4.2 CRC32 intrinsic, which will be used, if supported!Kevin Greenan2014-02-152-0/+30
* Fixed Memory Faults during alg. sig. checks... It was a dumb bug with how we...Kevin Greenan2014-02-112-46/+56
* This makes CRC or Alg Sigs configurable... Alg Sigs can create memory faults...Kevin Greenan2014-02-104-30/+124
* Added support for CRC32. It currently will be computed by default and I have...Kevin Greenan2014-02-088-14/+180
* Wiring algebraic signatures in...Kevin Greenan2014-02-088-43/+594
* Did some refactoring to allow for small string encode (even down to 1 byte) andv0.2Kevin Greenan2014-02-024-129/+171
* Updating the info returned by get_segment_info()Kevin Greenan2014-01-282-15/+16
* Adding get_segment_info() for clients that want to segment a stream.Kevin Greenan2014-01-245-3/+244
* Bumping version #Kevin Greenan2014-01-111-1/+1
* Ooops... missed a -1Kevin Greenan2014-01-111-1/+1
* Support Apple's universal binaries...Kevin Greenan2014-01-111-3/+15
* Fix minor bug that does not specify return value in the algebraic signature c...Kevin Greenan2014-01-081-1/+1
* Minor bug in a boundary condition when enumerating the viable EC schemes.Kevin Greenan2013-12-271-1/+1
* Oops... Left out required arguements...Kevin Greenan2013-12-271-4/+4
* Added a new tool to help choose the best EC scheme, given a set ofKevin Greenan2013-12-273-11/+244
* Bumping version for PypiKevin Greenan2013-12-191-1/+1
* More PyPi bullshit!Kevin Greenan2013-12-191-1/+5
* Bumped version for PypiKevin Greenan2013-12-191-1/+1
* Fixing setup.py to not break when Jerasure is not installed...Kevin Greenan2013-12-191-14/+1
* Next try at fixing the buildKevin Greenan2013-12-1916-1133/+1502