- Sep 28, 2016
-
-
Luker authored
Also: modify a bit the API for 32 bits. The user should not expect RQ to manage more memory than the 32 bit machine can handle. This means that some methods should work with and return size_t, not uint64_t Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Sep 27, 2016
-
-
Luker authored
Just a changelog update for v0.1.9 plus removal of useless modules Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Sep 26, 2016
-
-
Luker authored
We compile on FreeBSD 10.3 now. 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
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>
-
- 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 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
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>
-
- 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>
-
- 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 13, 2015
-
-
Luker authored
Also, the C interface should return uint64, not uint32 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>
-
- Mar 19, 2015
-
-
Luker authored
-