1. 632713b Always enable atexit on Android (#971) by Ebrahim Byagowi · 7 years ago
  2. f24b0b9 Update the links and revive the dead ones by Ebrahim Byagowi · 7 years ago
  3. c14b24f Add HB_NO_ATEXIT by Behdad Esfahbod · 7 years ago
  4. ebccd01 More ULL fixes by Behdad Esfahbod · 7 years ago
  5. 7ec3ba2 Define uint64_t constants with ULL suffix by Behdad Esfahbod · 7 years ago
  6. 19256be hb-private.hh: Add fallback implementation for round() by Chun-wei Fan · 7 years ago
  7. 86a0ac2 Revert "hb-private.hh: Add fallback implementation for round()" by Behdad Esfahbod · 7 years ago
  8. b9dcbb1 hb-private.hh: Add fallback implementation for round() by Chun-wei Fan · 7 years ago
  9. 97a7110 Fix BitScanForward() usage by Behdad Esfahbod · 7 years ago
  10. cd11107 Another bitops fallback fix by Behdad Esfahbod · 7 years ago
  11. 4e517ec Another bitops fallback impl fix by Behdad Esfahbod · 7 years ago
  12. 6a91a2e Fix wide bitops implemenetation by Behdad Esfahbod · 7 years ago
  13. 6d5c0bf Fix bitops fallback impl by Behdad Esfahbod · 7 years ago
  14. 82eb1da Flesh out other bit ops some more for 128bit as well by Behdad Esfahbod · 7 years ago
  15. 864a2dd Clean up bit functions by Behdad Esfahbod · 7 years ago
  16. 978ace6 Improve _hb_popcount() by Behdad Esfahbod · 7 years ago
  17. d37310a Remove checking macros __OPTIMIZE__ for MSVC by Arkady Shapkin · 7 years ago
  18. 139c992 Fix hb-private.hh compile issue by Ebrahim Byagowi · 7 years ago
  19. 6c10328 Use _BitScanForward and _BitScanReverse on MSVC by Arkady Shapkin · 7 years ago
  20. 90d1c74 Add MSVC to no-visibility list by Behdad Esfahbod · 7 years ago
  21. 0db6c6f Add Sun compiler to no-visibility as well by Behdad Esfahbod · 7 years ago
  22. cd32177 Try at fixing multiple-definition of NullPool by Behdad Esfahbod · 7 years ago
  23. af27450 Minor by Behdad Esfahbod · 7 years ago
  24. 570d523 [subset] Merge remote-tracking branch 'googlefonts/master' by Behdad Esfahbod · 7 years ago
  25. 4816064 add missing return by Rod Sheeter · 7 years ago
  26. 8cef3a6 Try fixing build with Sun Studio by Behdad Esfahbod · 7 years ago
  27. 59c658c capture codepoints sorted so we can use them for cmap later. one day we will have a map by Rod Sheeter · 7 years ago
  28. 931f8b7 Fix another thinko by Behdad Esfahbod · 7 years ago
  29. c479a59 [subset] Assemble font by Behdad Esfahbod · 7 years ago
  30. b87cbe2 Try fixing build for platforms that have no visibility attributes by Behdad Esfahbod · 7 years ago
  31. 6804b61 [subset] Add hb_subset_face by Behdad Esfahbod · 7 years ago
  32. f41b921 Fix fallthrough compiler warning with gcc >= 7 by Behdad Esfahbod · 7 years ago
  33. e8859fc Enable use of atexit() on macOS and related platforms. by Bruce Mitchener · 7 years ago
  34. ca42d96 [aat] Implement RearrangementSubtable by Behdad Esfahbod · 7 years ago
  35. 5dbbd0f Move the #define of _GNU_SOURCE to the top of hb-private.hh (#697) by Ebrahim Byagowi · 7 years ago
  36. 7cdd6ab Round, instead of floor, when applying variations by Behdad Esfahbod · 7 years ago
  37. be59f3c Silence unused-variables warning on MSVC by Behdad Esfahbod · 7 years ago
  38. 7c6937e Move all references of old url to the new address (#622) by ebraminio · 7 years ago
  39. 40ec3bb Consolidate debug stuff into hb-debug.hh by Behdad Esfahbod · 7 years ago
  40. 384862d Remove NO_COPY() by Behdad Esfahbod · 7 years ago
  41. 8eaff98 Remove HB_TAG_CHAR4 by Behdad Esfahbod · 7 years ago
  42. c290ba5 Define _GNU_SOURCE by Behdad Esfahbod · 7 years ago
  43. e35a763 [post] Implement glyph_from_name() by Behdad Esfahbod · 7 years ago
  44. e1a37f3 Add hb_string_t by Behdad Esfahbod · 7 years ago
  45. 0712e91 Remove hb_compare_func_t by Behdad Esfahbod · 7 years ago
  46. 51f4d4d Reduce prealloced number of user-data items from 2 to 1 by Behdad Esfahbod · 7 years ago
  47. 62e312e Use NULL instead of polyfill, if nullptr is not available by Behdad Esfahbod · 7 years ago
  48. 2a74968 Add hb-string-array.hh by Behdad Esfahbod · 7 years ago
  49. 6f08b12 Minor by Behdad Esfahbod · 7 years ago
  50. 2ee710e Minor by Behdad Esfahbod · 7 years ago
  51. ced86da Another try at fixing mingw32 build bot fail by Behdad Esfahbod · 7 years ago
  52. d8adaa9 Another try at fixing build bots by Behdad Esfahbod · 7 years ago
  53. 6058f98 Remove FLAG_SAFE() by Behdad Esfahbod · 7 years ago
  54. 221ce6c Fix bots by Behdad Esfahbod · 7 years ago
  55. 56ef4e0 Simplify hb_prealloced_array_t initialization by Behdad Esfahbod · 7 years ago
  56. 7737e87 Properly detect vector_size attribute and use fallback otherwise by Behdad Esfahbod · 7 years ago
  57. deed4a4 Faster hb_set_t by Behdad Esfahbod · 7 years ago
  58. 5e74044 Add bfind() to prealloaced_array_t by Behdad Esfahbod · 7 years ago
  59. db5f7ef Inline another bsearch() by Behdad Esfahbod · 7 years ago
  60. 6fb4ac7 Add popcount for 64bit ints by Behdad Esfahbod · 7 years ago
  61. 3c13e15 Try fixing AppVeyor bots by Behdad Esfahbod · 7 years ago
  62. dbdbfe3 Use nullptr instead of NULL by Behdad Esfahbod · 7 years ago
  63. c3448e8 Use static_assert instead of custom ASSERT_STATIC by Behdad Esfahbod · 7 years ago
  64. 76dcbf8 Add polyfill for static_assert and nullptr by Behdad Esfahbod · 7 years ago
  65. 76c4873 Support branch prediction helpers on clang compiles (#491) by Ebrahim Byagowi · 8 years ago
  66. 92e2c4b Avoid using strdup inside library. (#488) by Sebastian Rasmussen · 8 years ago
  67. df98ce5 Improve debug output with really deep nesting by Behdad Esfahbod · 8 years ago
  68. 0b8f3ab clang in MSVC mode doesn't like when we redefine __attribute__ (#283) by Steve Lhomme · 9 years ago
  69. 5069062 Unbreak build on Windows CE by Konstantin Ritt · 9 years ago
  70. 91dd115 Add HB_NDEBUG by Behdad Esfahbod · 9 years ago
  71. a13b023 AIX fixes by Steven R. Loomis · 9 years ago
  72. 766963a Merge pull request #114 from ThePhD/vc++-fixes by Behdad Esfahbod · 9 years ago
  73. 1dc32ea Whitespace by Behdad Esfahbod · 9 years ago
  74. f94c0ec Define HB_MARK_AS_FLAG_T as a macro instead of using templates by Behdad Esfahbod · 9 years ago
  75. e0082ae Move things around by Behdad Esfahbod · 9 years ago
  76. 167c327 Fix build on MSVC >= 2012 by Chun-wei Fan · 9 years ago
  77. 6986208 Optimize runs without Default_Ignorable's by Behdad Esfahbod · 9 years ago
  78. aa7044d Generalize flags types by Behdad Esfahbod · 9 years ago
  79. 672ca3b Use templates for making sure expression is constant by Behdad Esfahbod · 9 years ago
  80. 50e5750 Avoid unnecessary cast to 64-bit by Behdad Esfahbod · 9 years ago
  81. 305d2fb Add HB_FALLTHROUGH by Behdad Esfahbod · 9 years ago
  82. cc6ea30 Extern "C" custom-allocator declerations by Behdad Esfahbod · 9 years ago
  83. 52b4185 Allow compiling with custom allocators by Behdad Esfahbod · 9 years ago
  84. b471590 Define return_trace() by Behdad Esfahbod · 9 years ago
  85. 9309974 Minor by Behdad Esfahbod · 10 years ago
  86. 85846b3 Use insertion-sort instead of bubble-sort by Behdad Esfahbod · 10 years ago
  87. 5c99cf9 Merge branch 'master' into vc++-fixes by ThePhD · 10 years ago
  88. 5b5617e Add FLAG_UNSAFE() by Behdad Esfahbod · 10 years ago
  89. f8160a4 Add FLAG_SAFE() for values known to be small-enough by Behdad Esfahbod · 10 years ago
  90. 366aeaa Add note re ASSERT_STATIC_EXPR_ZERO() by Behdad Esfahbod · 10 years ago
  91. d6adca9 Remove unused macro ASSERT_STATIC_EXPR() by Behdad Esfahbod · 10 years ago
  92. 1025e1a Use unsigned in FLAG() by Behdad Esfahbod · 10 years ago
  93. 8ad89f0 Spelling words is not my strong point. by ThePhD · 10 years ago
  94. e0a828e Back to using regular `strdup`, with an `hb-private.hh` fix that special-cases VC++'s by ThePhD · 10 years ago
  95. a5e4f6d Fix warnings: "member call on null pointer of type" by Behdad Esfahbod · 10 years ago
  96. 3029e8b Revert "Add MSVC pragma for UTF-8 source code" by Behdad Esfahbod · 10 years ago
  97. 89cbd4d Add MSVC pragma for UTF-8 source code by Behdad Esfahbod · 10 years ago
  98. 855a5d7 Fix build on WEC2013 by Konstantin Ritt · 10 years ago
  99. ce01ad7 MSVC 2015 supports snprintf and not _snprintf by Behdad Esfahbod · 10 years ago
  100. 5607188 Move WinCE define to better place by Behdad Esfahbod · 10 years ago