1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 18 6月, 2019 1 次提交
  4. 26 5月, 2019 2 次提交
  5. 25 5月, 2019 2 次提交
  6. 27 3月, 2019 1 次提交
  7. 29 3月, 2018 1 次提交
  8. 18 10月, 2017 1 次提交
    • C
      CMake: Support building HarfBuzz-GObject · 53db2212
      Chun-wei Fan 提交于
      This adds support to the CMake build files to support building
      HarfBuzz-GObject, which is actually a little bit complicated,
      as we need to:
      
      -Run glib-mkenums, which is a Python (for newer GLib/GObject) or PERL
       (for older, pre 2.53.4, GLib/GObject) script.  This matters more for
       Visual Studio builds as shebang lines are not supported, so we need to
       test-run it with PERL or Python to determine which is the correct
       interpretor to use.
      
      -Next, we need to replace strings in the sources that we obtain from
       running glib-mkenums.  So, the solution here is to use a small utility
       CMake script for our purposes here, to maintain maximum compatibility.
      
      -Ensure that things do work in the Visual Studio IDE builds.
      53db2212
  9. 12 10月, 2017 1 次提交
  10. 02 10月, 2017 1 次提交
  11. 04 4月, 2017 1 次提交
  12. 29 12月, 2016 1 次提交
    • B
      Remove Android.mk · e053ccc5
      Behdad Esfahbod 提交于
      Android uses its own file these days and third-party developers should
      be using the autotools-based system against Android NDK.
      e053ccc5
  13. 22 2月, 2016 1 次提交
  14. 03 2月, 2016 1 次提交
    • C
      build: Support Visual Studio builds using NMake · d7b6636e
      Chun-wei Fan 提交于
      This adds a set of NMake Makefiles that can be used to build HarfBuzz, from
      the standard basic build building the minimal HarfBuzz DLL (consisting
      of OpenType, fallback and Uniscribe support only), to a full fledged build
      consisting of GLib and FreeType support, as well as building the utilities,
      the test programs in src/ and test/api, and HarfBuzz-ICU and
      HarfBuzz-GObject, and up to building the introspection files.  This means a
      flexible build mechanism is supported here, so anything that is supported
      for a Windows build (code-wise), should all be supported by this build
      system.
      
      As in an earlier commit, the source listings are shared with the autotools
      builds with the various Makefile.sources in src/, src/hb-ucdn and util/, and
      this set of NMake Makefiles will transform these lists into the form they
      want.
      
      In the current form, all the test programs in test/api pass, and this has
      been checked successfully with 'make -j8 distcheck'.
      d7b6636e
  15. 21 10月, 2015 2 次提交
  16. 27 2月, 2015 1 次提交
  17. 21 1月, 2015 1 次提交
  18. 05 3月, 2014 1 次提交
  19. 04 9月, 2013 1 次提交
  20. 30 8月, 2013 1 次提交
  21. 27 8月, 2013 1 次提交
    • A
      [gtk-doc] Initial setup · f7c72b42
      Anthony Carrico 提交于
      Initial setup of gtk-doc. Straight forward setup following the gtk-doc
      instructions. Ignore some troublesome types in src/hb-gobject.h. To
      build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
      harfbuzz/docs/reference/html/index.html.
      f7c72b42
  22. 31 5月, 2013 1 次提交
  23. 29 5月, 2013 1 次提交
    • B
      Generate harfbuzz-icu.pc · 22ce0961
      Behdad Esfahbod 提交于
      Currently it only works with ICU that has .pc files.  I'll
      wait till someone complains before fixing it for icu-config
      systems.
      22ce0961
  24. 05 3月, 2013 2 次提交
  25. 07 2月, 2013 1 次提交
  26. 22 12月, 2012 1 次提交
  27. 30 10月, 2012 1 次提交
    • B
      Include config.h.in in tree · 01013a0f
      Behdad Esfahbod 提交于
      I typically don't like including generating files in tree.  But like to
      make an exception for this, since this forms the canonical list of
      options one would need to go through when building with alternative
      build systems.
      01013a0f
  28. 03 10月, 2012 1 次提交
  29. 19 8月, 2012 1 次提交
  30. 11 8月, 2012 1 次提交
  31. 09 8月, 2011 1 次提交
  32. 28 5月, 2011 1 次提交
  33. 27 5月, 2011 2 次提交
  34. 11 5月, 2011 1 次提交
  35. 12 4月, 2011 1 次提交