1. 06 Feb, 2018 3 commits
    • Sergei Golubchik's avatar
      Merge branch 'github/10.1' into 10.2 · 4771ae4b
      Sergei Golubchik authored
      4771ae4b
    • 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
  2. 05 Feb, 2018 4 commits
  3. 04 Feb, 2018 1 commit
  4. 03 Feb, 2018 5 commits
  5. 02 Feb, 2018 14 commits
  6. 01 Feb, 2018 13 commits