1. 26 11月, 2018 1 次提交
  2. 24 11月, 2018 1 次提交
  3. 18 11月, 2018 2 次提交
    • C
      CMakeLists: Require CMake version 3.1 or newer · 7b2224cb
      Cosmin Truta 提交于
      Although CMake version 3.0.2 was previously required, the policies
      CMP0053 and CMP0054, introduced only in CMake version 3.1 and used
      in this CMakeLists file, can have surprising effects under an older
      CMake version.
      
      Simplify the CMakeLists file by setting the global policy version
      to 3.1, and remove the specific policy settings.
      
      As an added bonus, remove the vestigial workarounds for all ancient
      CMake versions.
      7b2224cb
    • C
      CMakeLists: Fix detection of libm · ee7967ee
      Cosmin Truta 提交于
      Only use libm on Unix and Unix-like systems, except for Apple (where
      it's unnecessary), and BeOS and Haiku (where it's unavailable).
      
      Avoid searching for libm at explicit locations. They may be incorrect,
      especially for cross-platform builds.
      ee7967ee
  4. 04 9月, 2018 7 次提交
  5. 19 8月, 2018 6 次提交
  6. 13 8月, 2018 1 次提交
  7. 11 8月, 2018 2 次提交
  8. 10 8月, 2018 1 次提交
  9. 01 8月, 2018 1 次提交
  10. 30 7月, 2018 2 次提交
  11. 29 7月, 2018 6 次提交
  12. 17 7月, 2018 3 次提交
  13. 16 7月, 2018 2 次提交
  14. 02 7月, 2018 1 次提交
  15. 18 6月, 2018 2 次提交
  16. 29 3月, 2018 2 次提交