1. 06 6月, 2012 4 次提交
  2. 04 6月, 2012 2 次提交
    • B
      Remove const from ref_count.ref_count · 3b8fd9c4
      Behdad Esfahbod 提交于
      According to Tom Hacohen this was breaking build with some compilers.
      
      In file included from hb-buffer-private.hh:35:0,
                       from hb-ot-map-private.hh:32,
                       from hb-ot-shape-private.hh:32,
                       from hb-ot-shape.cc:29:
      hb-object-private.hh: In constructor '_hb_object_header_t::_hb_object_header_t()':
      hb-object-private.hh:97:8: error: uninitialized const member in 'struct hb_reference_count_t'
      hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count' should be initialized
      In file included from hb-ot-shape.cc:33:0:
      hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
      hb-set-private.hh:37:8: note: synthesized method '_hb_object_header_t::_hb_object_header_t()' first required here
      hb-ot-shape.cc: In function 'void hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, hb_set_t*)':
      hb-ot-shape.cc:521:12: note: synthesized method '_hb_set_t::_hb_set_t()' first required here
      3b8fd9c4
    • B
      Minor · 70600dbf
      Behdad Esfahbod 提交于
      70600dbf
  3. 28 5月, 2012 1 次提交
    • B
      Remove hb_atomic_int_set/get() · 0558d55b
      Behdad Esfahbod 提交于
      We never use them in fact...
      
      I'm just adjusting these as I better understand the requirements of
      the code and the guarantees of each operation.
      0558d55b
  4. 18 5月, 2012 1 次提交
  5. 11 5月, 2012 2 次提交
  6. 02 3月, 2012 1 次提交
  7. 25 2月, 2012 2 次提交
  8. 24 2月, 2012 1 次提交
  9. 22 10月, 2011 1 次提交
  10. 18 10月, 2011 1 次提交
  11. 17 9月, 2011 1 次提交
  12. 09 8月, 2011 1 次提交
  13. 05 8月, 2011 1 次提交
  14. 26 7月, 2011 3 次提交
  15. 15 6月, 2011 2 次提交
  16. 12 5月, 2011 1 次提交
  17. 11 5月, 2011 1 次提交
  18. 06 5月, 2011 6 次提交
  19. 05 5月, 2011 1 次提交
  20. 03 5月, 2011 2 次提交
  21. 28 4月, 2011 4 次提交
  22. 27 4月, 2011 1 次提交