1. 16 Feb, 2018 1 commit
  2. 14 Feb, 2018 1 commit
  3. 13 Feb, 2018 2 commits
  4. 10 Feb, 2018 2 commits
  5. 09 Feb, 2018 3 commits
  6. 08 Feb, 2018 8 commits
  7. 07 Feb, 2018 1 commit
  8. 06 Feb, 2018 3 commits
    • Daniel Bartholomew's avatar
      bump the VERSION · b253a0c3
      Daniel Bartholomew authored
      b253a0c3
    • Sergei Golubchik's avatar
      correctly detect unsupported compiler flags · 0c25e58d
      Sergei Golubchik authored
      in gcc `-Wno-unsupported-something` will not be an error or even a warning,
      so cmake will think the flag is supported. But if there's any other
      warning during compilation, for any reason, unknown option will
      be a warning too. Or an error when -Werror, even if that "other warning"
      would not be an error on itself.
      
      So we need to detect whether `-Wno-unsupported-something` is *really*
      supported. Luckily, `-Wunsupported-something` will always fail with an
      error.
      
      So, whenever there's a need to detect if -Wno-something is supported,
      test -Wsomething instead.
      0c25e58d
    • Sergei Golubchik's avatar
      cleanup: simplify maintainer.cmake · 4418abb2
      Sergei Golubchik authored
      4418abb2
  9. 05 Feb, 2018 3 commits
  10. 04 Feb, 2018 1 commit
  11. 03 Feb, 2018 5 commits
  12. 02 Feb, 2018 7 commits
  13. 01 Feb, 2018 3 commits