1. 28 Apr, 2017 2 commits
    • Jean-Michaël Celerier's avatar
      4da5fa25
    • Jean-Michaël Celerier's avatar
      Add an optional final qualifier to types · 53138c20
      Jean-Michaël Celerier authored
      When building with GCC's -Wfinal-types, a lot of types of spdlog
      are marked as being more optimizable if they were marked final.
      
      This patch adds a possibility for the user of the library to `#define SPDLOG_FINAL final`
      and enjoy potentially better performance : GCC is then able to replace virtual calls by true
      function calls if it can ensure that there are no derived types).
      
      By default SPDLOG_FINAL is defined to nothing to not break existing code that
      may be inheriting of some of these types for some reason.
      53138c20
  2. 25 Apr, 2017 2 commits
  3. 07 Apr, 2017 7 commits
  4. 06 Apr, 2017 1 commit
  5. 02 Apr, 2017 1 commit
  6. 29 Mar, 2017 9 commits
  7. 28 Mar, 2017 1 commit
  8. 27 Mar, 2017 5 commits
  9. 26 Mar, 2017 1 commit
  10. 22 Mar, 2017 2 commits
  11. 20 Mar, 2017 2 commits
  12. 02 Mar, 2017 2 commits
  13. 28 Feb, 2017 1 commit
  14. 27 Feb, 2017 1 commit
  15. 21 Feb, 2017 1 commit
  16. 17 Feb, 2017 1 commit
  17. 16 Feb, 2017 1 commit