]> git-server-git.apps.pok.os.sepia.ceph.com Git - jerasure.git/commit
This is the squashed pull request from David Glessner, squashed
authorDavid Glessner <dw.g@gmx.com>
Sat, 8 Mar 2014 19:08:36 +0000 (13:08 -0600)
committerKevin Greenan <kmgreen2@gmail.com>
Fri, 28 Mar 2014 15:34:46 +0000 (08:34 -0700)
commite79904ea006e18a388e90e61f0c90a74f38d9e4d
tree2c7e36dc38d60de86c035f55a35b37dd120ce73a
parente84360f8113b330ed97139eb7aff2299d6e7b619
This is the squashed pull request from David Glessner, squashed
and reviewed by Kevin Greenan.

Updated README

Allow out-of-source builds. Quiet autogen.sh warnings.

Use AM_CPPFLAGS instead of INCLUDES. Use $(top_srcdir).

Add .gitignore to quiet git status.

Add project URL to AC_INIT.

Stop libtool from compiling files twice.

Have git ignore .deps/.

Don't override user CPPFLAGS.

(PIC options appear to be set already. INCLUDES already included.)

Clean configure.ac.

Make it closer to autoscan output.

Have autotools create INSTALL.

Use AC_MSG_FAILURE if GF-Complete not found.

Run autogen.sh.

(autoconf 2.69, automake 1.14.1, libtool 2.4.2)

Add some .gitignore files.

Fix configure cpuid unknown issue.

Move AX_EXT before AC_CHECK_LIB(gf_complete...) so that
-lgf_complete doesn't cause CPUID conftest compile to fail.

Don't check for internal gf_int.h header.

GF-Complete doesn't install it.

Quiet some autoreconf warnings.

INCLUDES is now AM_CPPFLAGS. Use single-argument AM_INIT_AUTOMAKE.

Remove some AC_REQUIRE whose conftest always failed.

Quiet configure warning.

(ARCH_64 doesn't appear to be used.)

CPUID "unknown" fix from upstream autoconf-archive.

Allow out-of-source builds. Use dependency tracking.

Remove config.h.in~.

Update ax_check_compile_flag.m4 from autoconf-archive.

Add .gitattributes.

Remove autoreconf-generated files.

Remove ACLOCAL_AMFLAGS.

See Automake 1.13 release notes.

Add files for 'make dist'.

Quiet some warnings.

getcwd() in <unistd.h>. Remove some vars.

Make headers compatible with C++.

Quiet some warnings.

Install additional headers in include/jerasure/.

Quiet some configure check internal failures.

Use new AX_REQUIRE_DEFINED instead of AC_REQUIRE, which expands
the macro and causes internal compile failure.

Fix file permissions.

Remove INTEL_SSE compiler defines.

(Can use HAVE_xxx or __xxx__ instead.)

Set default CFLAGS to '-g -O3 -Wall'.

Add more checks from autoscan.

Use AC_CONFIG_AUX_DIR([build-aux]).

Use processor time for timing.

Use clock() instead of gettimeofday().

Use common LDADD in Makefile.am.

Remove pre-autotools makefiles.

Ignore *.a. (Missed earlier.)

Quiet more warnings.

Document need for autoreconf -fi.

Removed README.nd and README.txt so changes don't need to be duplicated.

Remove autogen.sh.

Just use "autoreconf --force --install".
62 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Examples/.gitignore [new file with mode: 0644]
Examples/Makefile.am
Examples/Makefile.in [deleted file]
Examples/cauchy_01.c
Examples/cauchy_02.c
Examples/cauchy_03.c
Examples/cauchy_04.c
Examples/decoder.c
Examples/encoder.c
Examples/jerasure_01.c
Examples/jerasure_02.c
Examples/jerasure_03.c
Examples/jerasure_04.c
Examples/jerasure_05.c
Examples/jerasure_06.c
Examples/jerasure_07.c
Examples/jerasure_08.c
Examples/liberation_01.c
Examples/makefile.orig [deleted file]
Examples/reed_sol_01.c
Examples/reed_sol_02.c
Examples/reed_sol_03.c
Examples/reed_sol_04.c
Examples/reed_sol_test_gf.c
Examples/reed_sol_time_gf.c
INSTALL [deleted file]
Makefile.am
Makefile.in [deleted file]
README
README.nd [deleted file]
README.txt [deleted file]
aclocal.m4 [deleted file]
autogen.sh [deleted file]
config.guess [deleted file]
config.sub [deleted file]
configure [deleted file]
configure.ac
include/cauchy.h
include/config.h.in [deleted file]
include/config.h.in~ [deleted file]
include/galois.h
include/jerasure.h
include/liberation.h
include/reed_sol.h
include/timing.h [new file with mode: 0644]
install-sh [deleted file]
ltmain.sh [deleted file]
m4/ax_check_compile_flag.m4
m4/ax_ext.m4
m4/ax_require_defined.m4 [new file with mode: 0644]
m4/libtool.m4 [deleted file]
m4/ltoptions.m4 [deleted file]
m4/ltsugar.m4 [deleted file]
m4/ltversion.m4 [deleted file]
m4/lt~obsolete.m4 [deleted file]
makefile.orig [deleted file]
missing [deleted file]
src/Makefile.am
src/Makefile.in [deleted file]
src/timing.c [new file with mode: 0644]