- Jun 02, 2016
- 
- 
Luker authoredport cmake differences from tag v0.1.6 Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- Jun 01, 2016
- 
- 
Luker authoredWe start breaking the API, too Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- May 31, 2016
- 
- 
Luker authoredWe might want to support more than one API version in the future. Prepare for that. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredMin repair symbol is at _symbol, not at K_padded Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- May 30, 2016
- 
- 
Luker authoredThere seems to be support for it everywhere. defines are bulky and error-prone Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredInclude the caches explanation, move readme to markdown Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredJust wrong indentation. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredFinally working. Cache needs a rewrite, though. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredPrecomputation not yet working. Need to fix either matrix generation or computation. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredQuite a messy commit, hopefully new ones should be shorter Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredHow come nobody told me I broke everything? Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredmake_tuple not necessary when constructing static data Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredI almost made this a header-only library. should I make the switch now? Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSupport for offline precomputation, without overhead if not needed. Not tested yet. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- Apr 01, 2016
- 
- 
Luker authoredStart 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 12, 2016
- 
- 
Luker authoredSorry 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 authoredUbuntu guys, either fix CMake or update it -.-' Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- Mar 07, 2016
- 
- 
Luker authoredwhy stupid bugs are so hard to find? Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredTested on Ubuntu 14.04 Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredRewrote 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 authoredtest_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 authoredMake sure the background threads actually finish before deleting the object. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- Dec 16, 2015
- 
- 
Luker authoredMake it compile everything, use cmake. Also force documentation rebuild. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredwrong git repository, we moved to forward iterators and we talked about encoding instead of decoding Signed-off-by:Luker <luker@fenrirproject.org> 
- 
Luker authoredAutomatically compile and push documentation on wiki, but only if there are changes Signed-off-by:Luker <luker@fenrirproject.org> 
 
- 
- Dec 14, 2015
- 
- 
Luker authoredClear up the project position on licensing and contributions Signed-off-by:Luker <luker@fenrirproject.org> 
 
- 
- Nov 05, 2015
- 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
- Nov 04, 2015
- 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredMultiblock 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 authoredI'll try to remember to check old codepaths when moving to new code :p Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredI don't even remember why... it was just wrong... Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredsymbol might not be aligned with the output iterator, which means that we'll need to pad it. Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredAlignment differences are harder than I thought... Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredSigned-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredWe were neither respecting sub-block differences, neither counting the alignment, which is not necessary the input data alignment... Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
- 
Luker authoredBro, do you even shift? Signed-off-by:Luca Fulchir <luker@fenrirproject.org> 
 
- 
