| Commit message (Expand) | Author | Age | Files | Lines |
| * | Specify correct installroot in setup.py | Kevin Greenan | 2015-07-12 | 1 | -14/+4 |
| * | Bump master version to 1.0.8 (in turn fix #64) | Tushar Gohad | 2015-06-22 | 1 | -1/+1 |
| * | Fixing include path and adding other backends into ec_pyeclib_file_test.shnew_commits_for_1_0_8 | Kevin Greenan | 2015-06-18 | 1 | -1/+1 |
| * | Plugging in new internal RS backend into pyeclibplugin_internal_rs | Kevin Greenan | 2015-05-19 | 1 | -1/+1 |
| * | v1.0.5m (master version equivalent to v1.0.5 on pypi)v1.0.5m | Tushar Gohad | 2015-03-13 | 1 | -1/+1 |
| * | Emphasize the 'ldconfig' step in README | Tushar Gohad | 2015-03-13 | 1 | -10/+14 |
| * | Minor ld-related message cleanup in setup.py | Tushar Gohad | 2015-03-13 | 1 | -31/+19 |
| * | v1.0 | Tushar Gohad | 2015-03-11 | 1 | -3/+3 |
| * | Fix liberasurecode url in error messages | Tushar Gohad | 2015-03-08 | 1 | -3/+2 |
| * | Remove Jerasure build-time dependency for pyeclib | Tushar Gohad | 2015-03-08 | 1 | -1/+1 |
| * | v1.0-rc2v1.0-rc2 | Tushar Gohad | 2015-03-08 | 1 | -1/+1 |
| * | Refactor pyeclib python src tree for nosetests | Tushar Gohad | 2014-12-10 | 1 | -1/+1 |
| * | Fix backend names to match liberasurecode ++ | Tushar Gohad | 2014-07-27 | 1 | -2/+2 |
| * | Per Tushar, added a check to the setup script which checks that | Eric Lambert | 2014-06-27 | 1 | -0/+28 |
| * | Minor setup.py cleanup | Tushar Gohad | 2014-06-26 | 1 | -2/+2 |
| * | Revert "pyeclib_c: Split include, core, integrity_util" | Tushar Gohad | 2014-06-26 | 1 | -4/+2 |
| * | Revert "Postpone adding -lerasurecode .." | Tushar Gohad | 2014-06-26 | 1 | -1/+1 |
| * | pyeclib_c: Split include, core, integrity_util | Tushar Gohad | 2014-06-26 | 1 | -2/+4 |
| * | Postpone adding -lerasurecode .. | Tushar Gohad | 2014-06-23 | 1 | -1/+1 |
| * | Updated rev number and made some documentation changes. | Eric Lambert | 2014-06-16 | 1 | -1/+1 |
| * | Merge branch 'master' into split-libec | Eric Lambert | 2014-06-16 | 1 | -1/+2 |
| |\ |
|
| | * | Initial import of re-factoring the unit tests to exist in a central location | Mark Storer | 2014-06-04 | 1 | -1/+2 |
| * | | c_eclib has been migrated to liberasurecode. Pyeclib now relies on | Eric Lambert | 2014-06-16 | 1 | -50/+2 |
| |/ |
|
| * | Bump version to 0.9.2v0.9.2 | Tushar Gohad | 2014-04-21 | 1 | -4/+22 |
| * | Update version to 0.9.1v0.9.1 | Tushar Gohad | 2014-04-20 | 1 | -9/+9 |
| * | Fix open() calls to include explicit 'b' hints + cleanup | Tushar Gohad | 2014-04-08 | 1 | -1/+1 |
| * | Make print()s simpler for 3.x compatibility | Tushar Gohad | 2014-03-19 | 1 | -14/+14 |
| * | PEP8 indent fixes | Tushar Gohad | 2014-03-19 | 1 | -12/+16 |
| * | Make new build scripts work with Darwin... | Kevin Greenan | 2014-03-09 | 1 | -1/+20 |
| * | New Release 0.2.4 | Tushar Gohad | 2014-03-09 | 1 | -1/+1 |
| * | Build rpath with exec_prefix (embed in executables) | Tushar Gohad | 2014-03-09 | 1 | -49/+41 |
| * | Pass 'prefix' command line option to install script (try2) | Tushar Gohad | 2014-03-07 | 1 | -9/+33 |
| * | Bump version to 0.2.3v0.2.3 | Tushar Gohad | 2014-03-06 | 1 | -1/+1 |
| * | Define runtime_library_dirs for defaults | Tushar Gohad | 2014-03-05 | 1 | -3/+8 |
| * | Pass autoconf_arguments to build.sh | Tushar Gohad | 2014-03-05 | 1 | -2/+4 |
| * | Revert "Pass setup.py prefix to autoconf install (c_eclib)" | Tushar Gohad | 2014-03-05 | 1 | -23/+16 |
| * | New Release 0.2.2 | Tushar Gohad | 2014-03-01 | 1 | -2/+2 |
| * | Pass setup.py prefix to autoconf install (c_eclib) | Tushar Gohad | 2014-03-01 | 1 | -16/+23 |
| * | Extend setup.py clean for c_eclib | Tushar Gohad | 2014-02-28 | 1 | -1/+11 |
| * | Switch to using setuptools, formatting cleanup for tox | Tushar Gohad | 2014-02-28 | 1 | -74/+98 |
| * | Add a custom install stage to setup.py | Tushar Gohad | 2014-02-28 | 1 | -1/+36 |
| * | Unify c_eclib build into one script | Tushar Gohad | 2014-02-27 | 1 | -17/+4 |
| * | Export CPPFLAGS, LDFLAGS, LIBS for use with pyeclib_c | Tushar Gohad | 2014-02-26 | 1 | -13/+39 |
| * | Rename .libs to ._libs to avoid confusion with autoconf dirs | Tushar Gohad | 2014-02-26 | 1 | -3/+3 |
| * | Build c_eclib from local include/libs, split install stage | Tushar Gohad | 2014-02-26 | 1 | -1/+8 |
| * | New release 0.2.1 | Tushar Gohad | 2014-02-24 | 1 | -2/+2 |
| * | Fix build_jerasure perms, Update MANIFEST | Tushar Gohad | 2014-02-24 | 1 | -1/+1 |
| * | Incorporate latest Jerasure and GF-Complete and set alignment on by default (... | Kevin Greenan | 2014-02-16 | 1 | -1/+1 |
| * | Wiring algebraic signatures in... | Kevin Greenan | 2014-02-08 | 1 | -1/+1 |
| * | Did some refactoring to allow for small string encode (even down to 1 byte) andv0.2 | Kevin Greenan | 2014-02-02 | 1 | -1/+1 |