Commit Graph

36 Commits (e84360f8113b330ed97139eb7aff2299d6e7b619)

Author SHA1 Message Date
David Glessner e84360f811 Quiet configure warning.
(ARCH_64 doesn't appear to be used.)
2014-03-28 08:34:46 -07:00
James Plank da3b76730e Merged in dachary/jerasure/wip-compilation-warnings (pull request #2)
fix compilation warnings
2014-03-05 22:12:44 -05:00
Loic Dachary d4730bfd7d add missing return value to functions that require it
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-03-06 01:38:29 +01:00
Loic Dachary 87f301084d remove unused variables
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-03-06 01:38:29 +01:00
Jim Plank c21f772f11 Fixed some compiler warnings. 2014-02-07 12:12:54 -05:00
Jim Plank 8a85c829d6 Added compilation instructions for when you don't have GF-Complete
installed as root.
2014-02-07 11:39:19 -05:00
Jim Plank 01322795bf Added the user manual PDF to Manual.pdf 2014-01-29 16:39:29 -05:00
Jim Plank 39ff8b9b35 More formatting. 2014-01-29 16:35:36 -05:00
Jim Plank 1f72931215 Formatting. 2014-01-29 16:08:53 -05:00
Jim Plank 8907dee8f1 Added the user's manual. 2014-01-29 15:56:05 -05:00
James Plank 08d7edc092 Merged in kmgreen2/jerasure-kmg (pull request #1)
Time to update to jerasure 2.0
2014-01-25 10:58:24 -05:00
Jim Plank be40b4e549 Revision 2.0 is ready for prime time! 2014-01-25 10:55:29 -05:00
Jim Plank 7a502868f1 Needed .txt 2014-01-24 16:54:20 -05:00
Jim Plank b5ff7900d8 Making sure ht enew readme is there. 2014-01-24 16:53:09 -05:00
Jim Plank 9124ad1382 Ran through all of the examples to make them current. I'll have to
do another sanity-checking pass, and fix multby_2 in the reed_sol code,
but then we're done.
2014-01-24 16:50:41 -05:00
Kevin Greenan 9cca12d46f Make autoconf put BSD license in COPYING. 2014-01-07 08:40:05 -08:00
Jim Plank c9f420fdcd Minor typos and stuff. More later. 2014-01-01 15:02:19 -05:00
Kevin Greenan 16838859dc Added code to not use gf-complete mult_by_one if region size is small (less than 16 bytes). 2013-12-27 20:56:16 -08:00
Kevin Greenan c4ab254bbc Do SIMD XOR, where possible! 2013-12-20 08:21:46 -08:00
Kevin Greenan 1733366245 Fix README(s) 2013-12-04 23:11:29 -08:00
Kevin Greenan 00a17c0a7a Setup autoconf to work with Jerasure 2013-12-04 23:08:08 -08:00
Kevin Greenan 4a55d9ba9f Added performance numbers and more text to the README 2013-11-24 18:41:24 -08:00
Kevin Greenan d8c84dcbb9 Added tests for the GF init helper functions in galois.c
Updated the README to explain the GF change procedure.
2013-11-24 13:51:30 -08:00
Kevin Greenan e5170f7072 Error handling fixed in test scripts... 2013-11-23 12:18:29 -08:00
Kevin Greenan 44201cf436 Added new license header for version 2.0
Updated the README (Going to add detail on how to us GF-complete soon)
2013-11-23 12:05:19 -08:00
Kevin Greenan 8d673c08fc Re-org and re-named some stuff... 2013-11-23 10:35:28 -08:00
Kevin Greenan 5eb73fa7d1 Clean-up and use of aligned buffers in Test/
All of the new tests appear to pass.
2013-11-18 22:17:05 -08:00
Kevin Greenan 07de6b80f8 Make sure tests always grab aligned buffers (use valloc instead of malloc). 2013-11-18 21:13:59 -08:00
Kevin Greenan d23b6d5343 Move 'install' to $(INCDIR) instead of $(INCDIR)/jerasure 2013-10-19 07:40:57 -07:00
Tushar Gohad 67f236bba6 jerasure: Add -fPIC to CFLAGS
Signed-off-by: Tushar Gohad <tsg@swiftdev.(none)>
2013-10-15 19:29:19 -07:00
Kevin Greenan a6a9a0eba3 Added some performance tests, set the default GF for w=16 to SPLIT 16,4
and created function for autoconf to call during configure (spot check).
2013-10-16 09:09:02 -07:00
Kevin Greenan d23dfbc895 Incorporated more of GF-Complete and added some tests... 2013-10-15 08:29:09 -07:00
Kevin Greenan 67e2a28396 makefile works on Darwin and Linux 2013-10-11 19:47:49 -07:00
Kevin Greenan c28c67fab5 First (crude) pass at hooking GF-Complete into Jerasure. Just enough to do some testing before
doing the actual wiring.
2013-10-07 23:07:29 -07:00
Jim Plank ee163abb81 Character counting bug. 2013-10-01 13:26:24 -04:00
Jim Plank b5745fa4f1 Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00