1. 27 9月, 2018 1 次提交
  2. 17 9月, 2018 2 次提交
  3. 10 9月, 2018 1 次提交
  4. 26 8月, 2018 1 次提交
  5. 09 8月, 2018 7 次提交
  6. 02 8月, 2018 5 次提交
  7. 01 8月, 2018 8 次提交
  8. 31 7月, 2018 1 次提交
  9. 17 7月, 2018 2 次提交
  10. 16 7月, 2018 3 次提交
  11. 01 6月, 2018 1 次提交
  12. 04 1月, 2018 1 次提交
  13. 27 10月, 2017 1 次提交
  14. 17 5月, 2017 1 次提交
  15. 11 12月, 2015 1 次提交
  16. 10 12月, 2015 1 次提交
  17. 10 4月, 2015 1 次提交
  18. 09 4月, 2015 2 次提交
    • B
      Fixup · 2958f2c1
      Behdad Esfahbod 提交于
      2958f2c1
    • K
      Minor refactoring to the atomics implementation · 3f174cd0
      Konstantin Ritt 提交于
      s/atomic_int/atomic_int_impl/ and s/atomic_ptr/atomic_ptr_impl/
      to bring it in par with hb_mutex_impl_t, then re-introduce
      hb_atomic_int_t as a wrapper around hb_atomic_int_impl_t.
      
      In hb_reference_count_t, make it clear the non-atomic get and set
      are intentional due to nature of the cases they are used in
      (comparison to -1 and the debug output/tracing).
      3f174cd0