1. 05 Mar, 2018 13 commits
  2. 02 Mar, 2018 1 commit
  3. 01 Mar, 2018 2 commits
  4. 28 Feb, 2018 7 commits
  5. 27 Feb, 2018 16 commits
  6. 26 Feb, 2018 1 commit
    • David Neto's avatar
      Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX · 20074be1
      David Neto authored
      CMAKE_DEBUG_POSTFIX is a global configuration parameter, and
      changing it pollutes the configuration space for other projects
      that enclose this project.
      
      DEBUG_POSTFIX is better to use since it is a target-specific poperty.
      
      Fixes #1334
      Fixes #1268
      20074be1