- 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>
-
Luker authored
blocks, sizes, symbols. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Mar 30, 2015
-
-
Luker authored
Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Mar 24, 2015
-
-
Luker authored
-
- Mar 19, 2015
-
-
Luker authored
-