1. 23 3月, 2017 2 次提交
    • C
      Visual Studio builds: Fix Introspection when UCDN enabled · b90fb83e
      Chun-wei Fan 提交于
      The sources in src/hb-ucdn and not included correctly into the NMake
      Makefiles, as we need their explicit relative location as we pass all the
      sources we used into the introspection scanner.  This was not an issue
      before as we excluded the UCDN sources in the build when we enabled
      introspection (meaning GLib is enabled), but since we default on using
      UCDN on all builds unless explicitly disabled, we need to deal with this.
      
      This did not affect builds using UCDN without introspection due to the use
      of NMake batch rules.
      
      Fix this by creating a NMake Makefile module on-the-fly with the correct
      subdir info, and using that list in there instead.
      b90fb83e
    • C
      Update Visual Studio builds for UCDN usage · f0aa167e
      Chun-wei Fan 提交于
      We now use UCDN by default, so make it so in the build files; however
      don't hardcode HAVE_UCDN as one may still opt not to use it (but pass
      it in as a CFLAG unless one explicitly disables UCDN by using NO_UCDN=1
      on the NMake command line).
      
      Note that we are not blocking builds where UCDN is disabled along with
      GLib and ICU, as that will trigger a build error anyways which will tell
      the user what needs to be done to remedy this.
      f0aa167e
  2. 11 3月, 2017 2 次提交
  3. 08 3月, 2017 1 次提交
  4. 06 3月, 2017 2 次提交
  5. 03 3月, 2017 1 次提交
  6. 02 3月, 2017 1 次提交
  7. 26 2月, 2017 3 次提交
  8. 21 2月, 2017 1 次提交
  9. 18 2月, 2017 1 次提交
  10. 17 2月, 2017 2 次提交
  11. 10 2月, 2017 1 次提交
  12. 09 2月, 2017 3 次提交
  13. 08 2月, 2017 4 次提交
  14. 04 2月, 2017 5 次提交
  15. 03 2月, 2017 1 次提交
  16. 02 2月, 2017 1 次提交
  17. 27 1月, 2017 2 次提交
  18. 24 1月, 2017 7 次提交