index
:
delta/liberasurecode.git
1.1.0-test
backend_metadata_adder
basic_rs
corrupted-header
doxygen_fixes
error_codes
fix-cleanup
fix-decode
fix-realloc-bm
fixCompileError
fix_m4_macros
frag_metadata_checksum
header_symlinks
internal_rs
issue_17
liberasurecode_rs_vand-rename
master
metadata_adder_new_patches
metadata_adder_new_patches2
new_commits_for_1_0_8
newapi
ntt_backend
revert_checksum
similar_to_issue_63
github.com: openstack/liberasurecode.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use absolute path for get_flags test program
Tushar Gohad
2015-12-10
1
-1
/
+1
*
Add missing pkg-config defns where required
Tushar Gohad
2015-12-10
1
-0
/
+23
*
Include major API version in pkg-config file name
Tushar Gohad
2015-12-10
1
-2
/
+24
*
Release 1.1.0
v1.1.0
Tushar Gohad
2015-10-20
1
-1
/
+1
*
Create header symlinks in std locations for backward compat
Tushar Gohad
2015-09-20
1
-0
/
+2
*
Release 1.0.9
v1.0.9
Tushar Gohad
2015-09-06
1
-1
/
+1
*
Release 1.0.8
v1.0.8
Tushar Gohad
2015-07-20
1
-1
/
+1
*
Merge remote-tracking branch 'origin/new_commits_for_1_0_8'
Tushar Gohad
2015-06-21
1
-0
/
+3
|
\
|
*
Properly detect 64-bit architecture.
Kevin Greenan
2015-06-18
1
-1
/
+3
|
*
Adding new built-in backend for RS Vandermonde
Kevin Greenan
2015-06-18
1
-0
/
+1
*
|
Silent autoconf warning for ac_cv_sizeof_long
Tushar Gohad
2015-06-21
1
-0
/
+1
*
|
Mimic Zaitcev's CFLAGS fix on the debug side
Tushar Gohad
2015-06-21
1
-1
/
+1
*
|
Remove remaining m4/ references
fix_m4_macros
Tushar Gohad
2015-06-21
1
-3
/
+0
|
/
*
Removing all m4 references for CPUID by creating special C program to parse
Kevin Greenan
2015-05-03
1
-0
/
+68
*
Make ./configure to obey CFLAGS
Pete Zaitcev
2015-04-30
1
-1
/
+1
*
v1.0.7
v1.0.7
Tushar Gohad
2015-04-15
1
-1
/
+1
*
v1.0.5
v1.0.5
Tushar Gohad
2015-03-13
1
-1
/
+1
*
v1.0.4
v1.0.4
Tushar Gohad
2015-03-11
1
-1
/
+1
*
Fix so version to be 1.0.1 (was 0.9.10)
v1.0.1
Tushar Gohad
2015-03-08
1
-1
/
+1
*
provide a configure flag to disable -Werror at compile time
Eric Lambert
2014-10-09
1
-2
/
+15
*
Reenable silent builds, for verbose builds use "make V=1"
Tushar Gohad
2014-10-01
1
-3
/
+3
*
Plugging-in the ISA-L backend... Still needs more documentation and a little...
Kevin Greenan
2014-09-29
1
-3
/
+3
*
Merge branch 'newapi' of https://bitbucket.org/tsg-/liberasurecode into newapi
Eric Lambert
2014-09-10
1
-3
/
+45
|
\
|
*
Integrate doxygen with autoconf infrastructure
Tushar Gohad
2014-09-07
1
-3
/
+45
*
|
Compile in pedantic mode and fail compilation on warnings. Also cleanup all e...
Eric Lambert
2014-09-10
1
-2
/
+2
|
/
*
disable compile time optimization when gcov is enabled
Eric Lambert
2014-08-18
1
-0
/
+2
*
Added ability to generate coverage data with configure --enable-gcov.
Eric Lambert
2014-08-08
1
-0
/
+19
*
Distributing the generated config.h (renamed to config_erasurecode.h), since ...
Kevin Greenan
2014-07-31
1
-1
/
+1
*
null_code: First cut
Tushar Gohad
2014-07-22
1
-0
/
+1
*
Ripping out galois.[ch] and dynamically pulling the multiplication functon fr...
Kevin Greenan
2014-07-22
1
-17
/
+0
*
Add syslog based logging routines
Tushar Gohad
2014-07-18
1
-4
/
+4
*
Fix --enable-debug target, make debug CFLAGS consistent (global)
Tushar Gohad
2014-07-17
1
-10
/
+15
*
autoconf: Remove no-dependencies
Tushar Gohad
2014-07-17
1
-1
/
+1
*
Fixed problem with autoreconf. Systems running automake 1.10 or less
Eric Lambert
2014-07-18
1
-1
/
+2
*
Remove required gf-complete dependency from liberasurecode.
Kevin Greenan
2014-07-16
1
-4
/
+10
*
Bump version to 0.9.10
Tushar Gohad
2014-07-13
1
-1
/
+1
*
autoconf: fix app name 'erasurecode' -> 'liberasurecode'
Tushar Gohad
2014-07-13
1
-1
/
+1
*
autoheader: Additional headers in liberasurecode_stdinc.h
Tushar Gohad
2014-07-07
1
-1
/
+1
*
autoconf: Move AX_EXT() up in order
Tushar Gohad
2014-07-07
1
-5
/
+5
*
xor code backend implementation (WIP)
Tushar Gohad
2014-07-07
1
-6
/
+11
*
autoconf: Make gf-complete dependency for algsig clearer
Tushar Gohad
2014-07-06
1
-4
/
+5
*
autoconf: Simplify Makefile.am by adding SUBDIRS
Tushar Gohad
2014-07-06
1
-30
/
+2
*
autoconf: Remove unused *VERSION macros
Tushar Gohad
2014-06-30
1
-38
/
+0
*
Add placeholder xor backend routines
Tushar Gohad
2014-06-30
1
-1
/
+0
*
chksum: Add gf_complete dep for algsig
Tushar Gohad
2014-06-30
1
-4
/
+14
*
autoconf: Add Xorcode pkgconfig, other minor fixes
Tushar Gohad
2014-06-29
1
-0
/
+12
*
autoconf: Incremental autoreconf fixes (take 2)
Tushar Gohad
2014-06-29
1
-31
/
+4
*
autoconf: Incremental autoreconf fixes (take 1)
Tushar Gohad
2014-06-29
1
-1
/
+2
*
Add list.h, use include/<dir> for erasurecode hdrs
Tushar Gohad
2014-06-29
1
-1
/
+1
*
autoconf: dlfcn.h is required for dlopen, dlsym etc
Tushar Gohad
2014-06-29
1
-1
/
+1
[next]