summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* provide a configure flag to disable -Werror at compile timeEric Lambert2014-10-091-2/+15
|
* Reenable silent builds, for verbose builds use "make V=1"Tushar Gohad2014-10-011-3/+3
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Plugging-in the ISA-L backend... Still needs more documentation and a ↵Kevin Greenan2014-09-291-3/+3
| | | | little clean-up, but the tests are passing...
* Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapiEric Lambert2014-09-101-3/+45
|\
| * Integrate doxygen with autoconf infrastructureTushar Gohad2014-09-071-3/+45
| | | | | | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* | Compile in pedantic mode and fail compilation on warnings. Also cleanup all ↵Eric Lambert2014-09-101-2/+2
|/ | | | existing warnings.
* disable compile time optimization when gcov is enabledEric Lambert2014-08-181-0/+2
|
* Added ability to generate coverage data with configure --enable-gcov.Eric Lambert2014-08-081-0/+19
| | | | | Currently only works on Linux (build/tests will run on OS X but coverage data is not generated).
* Distributing the generated config.h (renamed to config_erasurecode.h), since ↵Kevin Greenan2014-07-311-1/+1
| | | | it is used by the publid headers...
* null_code: First cutTushar Gohad2014-07-221-0/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Ripping out galois.[ch] and dynamically pulling the multiplication functon ↵Kevin Greenan2014-07-221-17/+0
| | | | from jerasure
* Add syslog based logging routinesTushar Gohad2014-07-181-4/+4
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Fix --enable-debug target, make debug CFLAGS consistent (global)Tushar Gohad2014-07-171-10/+15
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Remove no-dependenciesTushar Gohad2014-07-171-1/+1
| | | | | | | ... Fixes issue with header dependencies not being tracked earlier Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Fixed problem with autoreconf. Systems running automake 1.10 or lessEric Lambert2014-07-181-1/+2
| | | | would fail because the AM_SILENT_RULES did not exist until 1.11.
* Remove required gf-complete dependency from liberasurecode.Kevin Greenan2014-07-161-4/+10
| | | | | | | | 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>
* autoconf: fix app name 'erasurecode' -> 'liberasurecode'Tushar Gohad2014-07-131-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoheader: Additional headers in liberasurecode_stdinc.hTushar Gohad2014-07-071-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Move AX_EXT() up in orderTushar Gohad2014-07-071-5/+5
| | | | | | | | .. so we don't add unnecessary libs to the AX_EXT compile lines .. this has a tendancy to report false failures if libraries .. are not found in LD_LIBRARY_PATH (e.g. -lgf_complete) Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* xor code backend implementation (WIP)Tushar Gohad2014-07-071-6/+11
| | | | | | | Facing some nasty dlopen() issues when testing with "test/liberasurecode_test" Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Make gf-complete dependency for algsig clearerTushar Gohad2014-07-061-4/+5
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Simplify Makefile.am by adding SUBDIRSTushar Gohad2014-07-061-30/+2
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Remove unused *VERSION macrosTushar Gohad2014-06-301-38/+0
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add placeholder xor backend routinesTushar Gohad2014-06-301-1/+0
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* chksum: Add gf_complete dep for algsigTushar Gohad2014-06-301-4/+14
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Add Xorcode pkgconfig, other minor fixesTushar Gohad2014-06-291-0/+12
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Incremental autoreconf fixes (take 2)Tushar Gohad2014-06-291-31/+4
| | | | | | | - No need for SIMD_FLAGS in the generic case - No need to compile against jerasure/gf_complete Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: Incremental autoreconf fixes (take 1)Tushar Gohad2014-06-291-1/+2
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add list.h, use include/<dir> for erasurecode hdrsTushar Gohad2014-06-291-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* autoconf: dlfcn.h is required for dlopen, dlsym etcTushar Gohad2014-06-291-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add xor scheme to builtins, algsig/crc32 code to utilsTushar Gohad2014-06-291-0/+2
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Library directory structure skeletonTushar Gohad2014-06-291-0/+134
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Start refactorTushar Gohad2014-06-291-66/+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-2/+16
| | | | link libjerasure and libgf_complete to binaries built by configure
* refactor workspace and buildEric Lambert2014-06-111-4/+14
|
* initial autoconf/automake workEric Lambert2014-06-101-14/+14
|
* Update version to 0.9.1Tushar Gohad2014-04-201-0/+42
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>