- 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>
-
- 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>
-
- 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 17, 2015
-
-
Luker authored
Also, fix a bit the C example. 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
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also, the C interface should return uint64, not uint32 Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Apr 12, 2015
-
-
Luker authored
Worst case: 1-byte alignment, decoding of 881GB of data. We need 40 bits. 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>
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Let everything be called by our C friends. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-