Skip to content
  1. Nov 09, 2016
  2. Nov 08, 2016
  3. Nov 05, 2016
  4. Nov 04, 2016
  5. Nov 03, 2016
  6. Nov 02, 2016
  7. Oct 31, 2016
  8. Oct 30, 2016
  9. Oct 28, 2016
  10. Oct 27, 2016
  11. Oct 26, 2016
  12. Oct 25, 2016
  13. Oct 24, 2016
    • Luker's avatar
      C RAW API: stop() should be common. · 31b69ba1
      Luker authored
      
      
      ...although you will rarely need it for the encoder.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      31b69ba1
    • Luker's avatar
      RAW API: Initialization check · 9ebdf6f7
      Luker authored
      
      
      should not be necessary, we made things typesafe.
      But there are strange people around...
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      9ebdf6f7
    • Luker's avatar
      Activate C RAW API · 4e3b02d8
      Luker authored
      
      
      And finally fix #3
      
      Testing is needed, though.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      4e3b02d8
    • Luker's avatar
      Big, useless commit. · 3ae18757
      Luker authored
      
      
      Spaces, not tabs.
      
      Actually, I liked tabs much more. But it seems a lot
      of IDEs and general reader do not handle them correctly,
      or do not let you configure "1 tab == 4 spaces", so the code
      was not always readable.
      
      "git diff -w" for this commit is en empty list.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      3ae18757
    • Luker's avatar
      Updated Eigen version · 760a0e79
      Luker authored
      
      
      I'd like Eigen to be a submodule,
      but their repo in is mercurial,
      and they do not have an official git mirror.
      
      Maybe I'll spend some time to add a tracker,
      but there seems to be problems with the conversion.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      760a0e79
    • Luker's avatar
      RAW without interleaver, typesafety, API changes · a778a39b
      Luker authored
      
      
      This was originally meant only to eradicate the interleaving
      code, so that the raw API could be slightly faster.
      
      Turns out a lot had to be done for that, and the API changed
      to reflect those changes.
      
      The RAW_Encoder template now has enabled/disabled methods,
      so that you can only use the right one, depending on
      whether you choose interleaving or not.
      
      While doing all of this, I realized a nice way to let the user
      choose the correct symbol number for the block. +1 for typesafety.
      
      And since the commit became really big, I threw in a couple
      of useless style changes, bringing back everything to 80 columns.
      
      Really, I should be doing smaller commits.
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      a778a39b
  14. Oct 18, 2016