Skip to content
  1. 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
  2. Mar 29, 2018
  3. Mar 06, 2018
  4. Dec 11, 2017
  5. Nov 04, 2016
  6. Oct 24, 2016
    • 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
  7. Oct 15, 2016
  8. Oct 09, 2016
  9. Sep 28, 2016
  10. Sep 27, 2016
  11. Sep 26, 2016
  12. Jul 01, 2016
  13. Jun 24, 2016
  14. Jun 02, 2016
  15. May 30, 2016
  16. Mar 12, 2016
  17. Mar 07, 2016
  18. Jun 12, 2015
  19. May 05, 2015
    • Luker's avatar
      CMake: Profiling. · da3a054d
      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: default avatarLuca Fulchir <luker@fenrirproject.org>
      da3a054d
  20. Apr 15, 2015
  21. Apr 13, 2015
  22. Apr 10, 2015
  23. Mar 19, 2015