- Jul 09, 2016
-
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jul 06, 2016
-
-
Luker authored
API and decoder still wip Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jul 02, 2016
-
-
Luker authored
no big deal here Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Delete some files that should not have been tracked. Guess I should go back to cherry-picking which files to add manually with git-add Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jul 01, 2016
-
-
Luker authored
Groundwork started. Started moving things to RFC6330. Next steps will be cleanup & RaptorQ namespaces. Meanwhile we need better file naming. Supporting multiple versions of the same API should be easier now. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 30, 2016
-
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 29, 2016
-
-
Luker authored
Also, fix corner cases for misaligned sizes Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 24, 2016
-
-
Luker authored
Still, decoding does not work. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 01, 2016
-
-
Luker authored
We start breaking the API, too Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- May 31, 2016
-
-
Luker authored
We might want to support more than one API version in the future. Prepare for that. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Min repair symbol is at _symbol, not at K_padded Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- May 30, 2016
-
-
Luker authored
There seems to be support for it everywhere. defines are bulky and error-prone Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Just wrong indentation. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Finally working. Cache needs a rewrite, though. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Precomputation not yet working. Need to fix either matrix generation or computation. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Quite a messy commit, hopefully new ones should be shorter Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
make_tuple not necessary when constructing static data Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
I almost made this a header-only library. should I make the switch now? Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Support for offline precomputation, without overhead if not needed. Not tested yet. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 01, 2016
-
-
Luker authored
Start breaking the API. This was needed anyway, don't know why I didn't do it sooner... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Mar 03, 2016
-
-
Luker authored
test_c did not correctly calculate the memory size, although it was still fine due to the data types. the De_Interleaver was reading not-initialized data in the "skip > 0" case. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Make sure the background threads actually finish before deleting the object. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Nov 05, 2015
-
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Nov 04, 2015
-
-
Luker authored
Multiblock alignment decoding was wrong if the block size was not aligned with the output alignment. Also, what we were calling output iterator was really a forward iterator. Get it right. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Nov 03, 2015
-
-
Luker authored
I'll try to remember to check old codepaths when moving to new code :p Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
I don't even remember why... it was just wrong... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
symbol might not be aligned with the output iterator, which means that we'll need to pad it. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
We were neither respecting sub-block differences, neither counting the alignment, which is not necessary the input data alignment... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Bro, do you even shift? Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Nov 01, 2015
-
-
Luker authored
The C++ test now can be easily moved to using different alignments for testing or playing around. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also: tiny fix on an interleaver condition. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
It just might be good to see if we can actually do something Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Oct 27, 2015
-
-
Luker authored
Previous fix was hurried, and only fix one of the possible cases. Found the real cause and fixed it. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-