1. c62d6f4 Third attempt of updating HarfBuzz to 6.0.0 by Seigo Nonaka · 2 years ago
  2. a089370 Revert "Revert "Revert "Update HarfBuzz to 6.0.0""" by Dan Shi · 2 years, 1 month ago
  3. 0ed724b Revert "Revert "Update HarfBuzz to 6.0.0"" by Seigo Nonaka · 2 years, 1 month ago
  4. 4d4a715 Revert "Update HarfBuzz to 6.0.0" by Dan Shi · 2 years, 1 month ago
  5. d2a2670 [iter] Simplify has() interface implementations by Behdad Esfahbod · 2 years, 3 months ago
  6. b172f88 Fix a warning by Behdad Esfahbod · 2 years, 9 months ago
  7. e9c0a74 Fix clang -Wcomma warnings by Behdad Esfahbod · 2 years, 9 months ago
  8. 58f848d [set/map] Adjust hash function return type by Behdad Esfahbod · 2 years, 10 months ago
  9. 124f9ae [set] Make hb_set_t hashable by Behdad Esfahbod · 2 years, 10 months ago
  10. 1f578b5 [set] Add pre-allocation internal API by Behdad Esfahbod · 2 years, 10 months ago
  11. c81198b [set] Tweak move operators a bit by Behdad Esfahbod · 2 years, 10 months ago
  12. 0a38878 [set] Minor touch-up on the previous commit by Behdad Esfahbod · 3 years ago
  13. 0182988 [set] Add call to export set contents to an array. (#3500) by Andrew John · 3 years ago
  14. 38debba [set] Add successful check in swap() by Behdad Esfahbod · 3 years, 4 months ago
  15. 11eadb5 [bit-set-invertible] Implement standard-5 methods & swap by Behdad Esfahbod · 3 years, 4 months ago
  16. d3e09bf [set] Make all operators null-safe again by Behdad Esfahbod · 3 years, 7 months ago
  17. 84c2a30 [bit-set-invertible] Second try fixing previous() by Behdad Esfahbod · 3 years, 7 months ago
  18. 8f88747 [bit-set-invertible] Fix previous() iteration by Behdad Esfahbod · 3 years, 7 months ago
  19. 92908c1 [bit-set-invertible] Remove extra check by Behdad Esfahbod · 3 years, 7 months ago
  20. 1babe80 [bit-set-invertible] Fix last remaining corner-case by Behdad Esfahbod · 3 years, 7 months ago
  21. e8911d1 [bit-set-invertible] Implement a couple other missing corner cases by Behdad Esfahbod · 3 years, 7 months ago
  22. 2579dc6 [bit-set-invertible] Move code around by Behdad Esfahbod · 3 years, 7 months ago
  23. 2dfc104 [bit-set-invertible] Implement is_empty() for inverted case as well by Behdad Esfahbod · 3 years, 7 months ago
  24. 87885e6 [bit-set-invertible] Fix next/previous() logic by Behdad Esfahbod · 3 years, 7 months ago
  25. eec1a25 [bit-set-invertible] Rewrite get_min/max() in terms of next/previous() by Behdad Esfahbod · 3 years, 7 months ago
  26. f4fd7ba [bit-set-invertible] Fix subtract() logic by Behdad Esfahbod · 3 years, 7 months ago
  27. f317d8e [bit-set-invertible] Fix intersect() logic by Behdad Esfahbod · 3 years, 7 months ago
  28. b21038d [bit-set-invertible] Rewrite next/previous_range() in terms of s.next/previous() by Behdad Esfahbod · 3 years, 7 months ago
  29. eb98bc1 [bit-set-invertible] Rewrite next/previous() using s.next/previous_range() by Behdad Esfahbod · 3 years, 7 months ago
  30. 248ad3b [bit-set-invertible] Implement next/previous by Behdad Esfahbod · 3 years, 7 months ago
  31. c27f5b1 [bit-set-invertible] Plug in next_range()/previous_range() by Behdad Esfahbod · 3 years, 7 months ago
  32. f6aa371 [bit-set-invertible] Fix process logic for inverted [# On branch set-invert by Behdad Esfahbod · 3 years, 7 months ago
  33. b119b48 [bit-set-invertible] Add unlikely() around inverted checks by Behdad Esfahbod · 3 years, 7 months ago
  34. b94f24e [bit-set-invertible] Implement set algebra by Behdad Esfahbod · 3 years, 7 months ago
  35. 8aa92ff [bit-set-invertible] Implement get_min/max by Behdad Esfahbod · 3 years, 7 months ago
  36. 669b97d [bit-set-invertible] Implement iterator by Behdad Esfahbod · 3 years, 7 months ago
  37. c66894d [bit-set-invertible] Write a subset branch as dagger by Behdad Esfahbod · 3 years, 7 months ago
  38. c39d2f7 [bit-set-invertible] Implement add_array / add_sorted_array / intersects by Behdad Esfahbod · 3 years, 7 months ago
  39. f0c3804 [set] Add hb_bit_set_invertible_t and resurrect hb_set_invert() by Behdad Esfahbod · 3 years, 7 months ago