Skip to content
  1. Dec 13, 2022
  2. Apr 09, 2022
  3. Dec 07, 2018
    • Eugene Kim's avatar
      Fix ubsan linking · a5d42977
      Eugene Kim authored
      That is, do not manually pass -lubsan to the linker, but specify the
      same -fsanitize=XXX flags to the linker.  This is the correct way for
      both GCC and Clang.
      a5d42977
  4. Nov 12, 2018
  5. Aug 04, 2018
  6. Apr 14, 2018
  7. Apr 13, 2018
  8. Mar 30, 2018
  9. Mar 06, 2018
  10. Feb 05, 2018
  11. Jan 08, 2018
  12. Dec 11, 2017
  13. Nov 04, 2016
  14. Nov 02, 2016
  15. Oct 31, 2016
  16. Oct 28, 2016
  17. Oct 27, 2016
  18. Oct 26, 2016
  19. Oct 25, 2016
    • Luker's avatar
      Version Bump: 1.0.0-prealpha & smallfixes · 61ebd1a8
      Luker authored
      
      
      Compared to v0.1.X we already broke the whole API,
      and created 3 (three) new ones (C++ Raw, C RAW, C RFC),
      
      Since our versioning scheme tracks the API incompatibilities
      as the first version number, this seems like a good moment
      to bump it up.
      
      Things are finally stabilizing, too.
      Of course, it's still a prealpha....
      (read: precomputation sharing is incomplete/not tested enough)
      
      Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
      61ebd1a8
  20. Oct 24, 2016
    • 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
      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
  21. Oct 18, 2016
  22. Oct 09, 2016
  23. Sep 24, 2016
  24. Sep 21, 2016
  25. Sep 08, 2016
  26. Sep 06, 2016
  27. Sep 02, 2016
  28. Sep 01, 2016
  29. Jul 17, 2016