1. 09 1月, 2017 3 次提交
  2. 06 1月, 2017 3 次提交
  3. 05 1月, 2017 1 次提交
  4. 03 1月, 2017 1 次提交
  5. 29 12月, 2016 5 次提交
  6. 27 12月, 2016 3 次提交
  7. 24 12月, 2016 1 次提交
    • N
      Compilation Error for ASSERT_STATIC on Some Compilers (#380) · 7d1c5d82
      nvelinov 提交于
      * this pointer in type definitions is not interpreted as a constant.
      This rule is not enforced strictly by all compilers, but the Green Hills Software compiler will regard this as an error.
      
      * Merging branches for the DEFINE_SIZE_UNION macro
      Adding check for the existence of static_size field in the tested member.
      7d1c5d82
  8. 23 12月, 2016 2 次提交
  9. 22 12月, 2016 3 次提交
  10. 21 12月, 2016 3 次提交
  11. 18 12月, 2016 2 次提交
    • M
      Support building with older glib versions · 1c98ff87
      Mike Hommey 提交于
      It is desirable to be able to build against older versions of glib.
      
      fd7a245d changed the configure check to require glib > 2.38 for
      G_TEST_DIST. Before that, version 2.16 was required, but in fact,
      since aafe395a, G_PASTE is being used, which was introduced in 2.19.1.
      And since 0ef179e2, hb-glib uses GBytes, which were introduced in
      2.31.10.
      
      2.19.1 is rather old, but 2.38 is rather new. For Firefox, building
      against 2.22 is still supported, although we could probably get away
      with bumping that to 2.28. Either way, GBytes is not available.
      
      Arguably, if you build against a glib that doesn't support GBytes,
      you're not going to use the hb_glib_blob_create function, so we hide
      the function when building against such a glib.
      
      As for G_TEST_DIST, when building against versions of glib that don't
      support it, we can fallback to the previous behavior, which, AIUI, was
      just making the test not work when building in a separate directory.
      1c98ff87
    • V
  12. 17 12月, 2016 13 次提交