- Sep 06, 2016
-
-
Luker authored
Also, cleanup Cmake. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Sep 02, 2016
-
-
Luker authored
caches makes sense for both RaptorQ and RFC6330 namespaces Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Sep 01, 2016
-
-
Luker authored
LZ4 dependency is now optional, even with caching. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jul 17, 2016
-
-
Luker authored
Note: somehow there is still some interleaving. Which is really bad. There's probably something wrong in both the interleaver and de-interleaver. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jul 14, 2016
-
-
Luker authored
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>
-
- Jul 11, 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
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 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>
-
Luker authored
tell people to get the LZ4 library correctly Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 02, 2016
-
-
Luker authored
Build, make deterministic and statically link the lz4 library if necessary. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
It is nice to have syntax highlighting on big files... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
port cmake differences from tag v0.1.6 Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- May 30, 2016
-
-
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
How come nobody told me I broke everything? 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>
-
- 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
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>
-
- Oct 27, 2015
-
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 12, 2015
-
-
Luker authored
Strange but true. Let things compile for them, too. Also: threads are required now, not optional Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Jun 11, 2015
-
-
Luker authored
worked on ArchLinux (cmake 3), plain wrong on Ubuntu (cmake 2.8) things should be ok now. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- May 12, 2015
-
-
Luker authored
used cppcheck, valgrind on the examples. fix the C interface free(), the example, the build type select. update the cppcheck files, add the clang scanbuild script Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Use link time optimization with gcc and clang. Also: add LTO to documentation, and warn that clang and profiling break deterministic builds Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- May 05, 2015
-
-
Luker authored
Enable Profiling for both gcc and clang. This should give us a small boost in performance, specially on few symbols per block. Also: mark CMake features as advanced and use a forward declaration instead of a struct in the C interface. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 15, 2015
-
-
Luker authored
Why... I don't.. even... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 14, 2015
-
-
Luker authored
lots of bugfixes, also due to the creation of a couple of examples for the C and C++ interface. Updated documentation accordingly Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 13, 2015
-
-
Luker authored
We have testsss! (And some embarassing bugfixes, too!) Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 10, 2015
-
-
Luker authored
Also add relative (optional) cmake target: "docs" Documentation is still incomplete, needs more work. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Again, I need tests. Working on tests, code and documentation together is kinda time-consuming.... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 08, 2015
-
-
Luker authored
These errors... Just... Just disregard this commit, please? I really need some test. Now please give me some time to code proper tests and repent for these sins. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 03, 2015
-
-
Luker authored
Also: CMake flags fix Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-