]> git-server-git.apps.pok.os.sepia.ceph.com Git - jerasure.git/log
jerasure.git
11 years agomake galois_init_default_field(int w) extern
Loic Dachary [Tue, 8 Apr 2014 22:05:18 +0000 (00:05 +0200)]
make galois_init_default_field(int w) extern

So that the application can initialize gfp_array and gfp_is_composite
instead of relying on initialization happening implicitly when the
multiply or xor functions are called. The init function can be called
once when the application guarantees thread safety. And the multiply and
xor functions can be called from multiple threads without risking races.

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 5c9577172c9ba29890c821692dd4a9f9790b20d8)

11 years agoMerged in dachary/jerasure/wip-gitignore-v2 (pull request #13)
Kevin Greenan [Mon, 31 Mar 2014 15:21:41 +0000 (08:21 -0700)]
Merged in dachary/jerasure/wip-gitignore-v2 (pull request #13)

backport of .gitignore files from master

11 years agobackport of .gitignore files from master
Loic Dachary [Sat, 29 Mar 2014 21:46:36 +0000 (22:46 +0100)]
backport of .gitignore files from master

Signed-off-by: Loic Dachary <loic@dachary.org>
11 years agoMerged in dachary/jerasure/wip-gitignore (pull request #10)
Kevin Greenan [Fri, 28 Mar 2014 14:21:41 +0000 (07:21 -0700)]
Merged in dachary/jerasure/wip-gitignore (pull request #10)

create a .gitignore

11 years agocreate a .gitignore
Loic Dachary [Tue, 18 Mar 2014 17:51:05 +0000 (18:51 +0100)]
create a .gitignore

Signed-off-by: Loic Dachary <loic@dachary.org>
11 years agoMerged in dachary/jerasure/v2 (pull request #3)
Kevin Greenan [Thu, 6 Mar 2014 21:54:30 +0000 (13:54 -0800)]
Merged in dachary/jerasure/v2 (pull request #3)

backport compilation warnings to v2

11 years agoadd missing return value to functions that require it
Loic Dachary [Thu, 6 Mar 2014 00:29:12 +0000 (01:29 +0100)]
add missing return value to functions that require it

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit d4730bfd7d7c65850221083dcaf837a3a5672fe8)

11 years agoremove unused variables
Loic Dachary [Thu, 6 Mar 2014 00:28:35 +0000 (01:28 +0100)]
remove unused variables

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 87f301084ddccf58c5206d949209b49adecccf55)

11 years agoCreated new branch v2
Kevin Greenan [Wed, 5 Mar 2014 18:20:33 +0000 (18:20 +0000)]
Created new branch v2

12 years agoFixed some compiler warnings.
Jim Plank [Fri, 7 Feb 2014 17:12:54 +0000 (12:12 -0500)]
Fixed some compiler warnings.

12 years agoAdded compilation instructions for when you don't have GF-Complete
Jim Plank [Fri, 7 Feb 2014 16:39:19 +0000 (11:39 -0500)]
Added compilation instructions for when you don't have GF-Complete
installed as root.

12 years agoAdded the user manual PDF to Manual.pdf
Jim Plank [Wed, 29 Jan 2014 21:39:29 +0000 (16:39 -0500)]
Added the user manual PDF to Manual.pdf