You need to sign in or sign up before continuing.
  1. 13 3月, 2018 1 次提交
    • C
      configure.ac/CMake: Check for round() and stdbool.h · 89dbabff
      Chun-wei Fan 提交于
      Not all the compilers that HarfBuzz is buildable on supports round() and
      has the header stdbool.h, so we check for them and define HAVE_ROUND and
      HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only
      when they are found, or use fallback implementations when necessary.
      
      Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be
      set for running the tests.
      89dbabff
  2. 12 3月, 2018 2 次提交
  3. 10 3月, 2018 4 次提交
  4. 09 3月, 2018 10 次提交
  5. 08 3月, 2018 9 次提交
  6. 07 3月, 2018 11 次提交
  7. 06 3月, 2018 1 次提交
  8. 05 3月, 2018 2 次提交