- Mar 30, 2018
-
-
Luker authored
* the decoder was still working with the raw esi instead of the real (=raw - padding) * The de_interleaver too, was still working with max_symbols == extended_symbols instead of max_symbols == real_symbols also bakported a very minor out-of-one in the precode_solver that would probably not affect anything Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 29, 2018
-
-
Luker authored
missing template argument Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 28, 2018
-
-
Luker authored
This should have been fixed some time ago, the backporting was incomplete. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 17, 2018
-
-
Luker authored
2 bugs found in phase1 * wrong row tracking * did not account for non_zero == 1 Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 16, 2018
-
-
Luker authored
Loop from 'i' to 'M' instead of 'i' to 'L' during Gaussian elimination in the second phase. Signed-off-by: Anders Martinsson <anders.martinsson@intinor.se> Backport/manually cherry-picked from commit: dea18e54 Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 13, 2018
-
-
Luker authored
v0.1.X started with using tabs. V1.0 will use space-only, as that is more portable. but at this point we should really keep v0.1.X as tabs-only, so at least they are consistent with themselves. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
We ere not skipping the ESIs for the padding symbols, which is not RFC conformant Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
This should make things more RFC-compatible ...but v0.1.9 will not work with v0.1.10 :( Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 06, 2018
-
-
Luker authored
cleanup whitespace, and deactivate gitlab-runner deploy Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
maybe I should push *all* files Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 11, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 09, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
The RFC lies. Thanks to Mohammed Alasmar for pointing it out. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 02, 2016
-
-
Luker authored
Not many use this interface, uh? Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Oct 05, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 27, 2016
-
-
Luker authored
Squash a lot of warnings if build in 32 bit mode. also, bump up the version in the CMake :P Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Sep 06, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
RFC6330 lets you have 256 blocks at most. Check at the interleaver definition. The C interface did not check for correct C++ initialization. fix that, too. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 20, 2016
-
-
Luker authored
Luckily for us, this was never really used. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jul 15, 2016
-
-
Luker authored
Profiling was broken. We also were missing proper versioning support. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jun 02, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Pthread fix, clang support, gcc sanitizing Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 12, 2016
-
-
Luker authored
Sorry to ubuntu12/centos guys, but you don't even have a c++11 compiler, so you can also upgrade the cmake version. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 11, 2016
-
-
Luker authored
Ubuntu guys, either fix CMake or update it -.-' Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Mar 07, 2016
-
-
Luker authored
why stupid bugs are so hard to find? Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Tested on Ubuntu 14.04 Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Rewrote cmake, now a bit cleaner, checks for compiler flags. Added Eigen3, v3.2.8 in case it's not found on the system. 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>
-
- Dec 16, 2015
-
-
Luker authored
Make it compile everything, use cmake. Also force documentation rebuild. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
wrong git repository, we moved to forward iterators and we talked about encoding instead of decoding Signed-off-by: Luker <luker@fenrirproject.org>
-
Luker authored
Automatically compile and push documentation on wiki, but only if there are changes Signed-off-by: Luker <luker@fenrirproject.org>
-
- Dec 14, 2015
-
-
Luker authored
Clear up the project position on licensing and contributions Signed-off-by: Luker <luker@fenrirproject.org>
-
- Nov 05, 2015
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 04, 2015
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
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>
-