1. e1d2fac [null] Add hb_has_null_size() and hb_has_min_size() by Behdad Esfahbod · 2 years, 9 months ago
  2. 1e503f5 [null] Add DECLARE_NULL_NAMESPACE_BYTES_TEMPLATE1 by Behdad Esfahbod · 2 years, 9 months ago
  3. 1db6fdd [arabic-fallback.hh] Hook up 3-letter ligatures by Behdad Esfahbod · 2 years, 10 months ago
  4. 8df9aba Actually try to fix null-size undefined behavior by Behdad Esfahbod · 2 years, 10 months ago
  5. 23a28f5 Avoid undefined-behavior by Behdad Esfahbod · 4 years ago
  6. 499248c [blob] Use min_size, instead of null_size in .as<T>() by Behdad Esfahbod · 4 years ago
  7. 53806e5 Tiny improvement on previous commit by Behdad Esfahbod · 4 years, 4 months ago
  8. bd8aa1b Minor by Behdad Esfahbod · 5 years ago
  9. 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 5 years ago
  10. 3aceee2 Revert "[null] Silence undefined-behavior complaints with too-small null bytes" by Behdad Esfahbod · 6 years ago
  11. 911c76a [null] Silence undefined-behavior complaints with too-small null bytes by Behdad Esfahbod · 6 years ago
  12. 60653a7 Remove HB_VECTOR_SIZE by Behdad Esfahbod · 6 years ago
  13. c0485e3 Use hb_void_t<> the way it's supposed to be used by Behdad Esfahbod · 6 years ago
  14. 5a171ed [null] Modernize template work by Behdad Esfahbod · 6 years ago
  15. 61d150c [meta] Add integral_constant, true_t -> true_type, false_t -> false_type by Behdad Esfahbod · 6 years ago
  16. 38e3a8b [meta] bool_tt -> bool_constant by Behdad Esfahbod · 6 years ago
  17. 9258878 Remove space between right angle brackets now that we have C++11 (#1689) by Ebrahim Byagowi · 6 years ago
  18. 54ece29 Use type aliasing for meta-functions, ie. those returning a type by Behdad Esfahbod · 6 years ago
  19. 155e92f Reduce NullPool size by Behdad Esfahbod · 6 years ago
  20. 4c38a9f Remove hb_assign() by Behdad Esfahbod · 6 years ago
  21. b986c6a [C++11] Remove IntType::set() in favor of operator= by Behdad Esfahbod · 6 years ago
  22. a030ce4 Merge branch 'master' into iter by Behdad Esfahbod · 6 years ago
  23. ec2a5dc Use class templates for Null objects by Behdad Esfahbod · 6 years ago
  24. d552b68 [meta] Move typename around by Behdad Esfahbod · 6 years ago
  25. 8570da1 [meta] Minor by Behdad Esfahbod · 6 years ago
  26. 8c6cbbd [iter/meta] Add hb_is_iterable by Behdad Esfahbod · 6 years ago
  27. d25a2f1 Fix a few warnings by Behdad Esfahbod · 6 years ago
  28. 5b70074 Add hb_assign(obj, value) by Behdad Esfahbod · 6 years ago
  29. e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
  30. b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
  31. 9ae954f Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  32. 282ce72 Fix "typename outside template" issues by Behdad Esfahbod · 6 years ago
  33. 32d291a Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  34. 39b9d63 Add hb_static_size(T) by Behdad Esfahbod · 6 years ago
  35. f99abcc Add template-function convenience macros by Behdad Esfahbod · 6 years ago
  36. e866910 Enforce requiring null_size even if min_size is 0 by Behdad Esfahbod · 6 years ago
  37. eeed802 Fix spurious gcc warnings by Behdad Esfahbod · 6 years ago
  38. 2737aa8 Fix up recent change by Behdad Esfahbod · 6 years ago
  39. f2b91d6 Use Type::null_size for our structs in Null(), sizeof() for other types by Behdad Esfahbod · 6 years ago
  40. 8d77887 .. by Behdad Esfahbod · 6 years ago
  41. 55c66c7 Revert "Declare Null() constexpr" by Behdad Esfahbod · 6 years ago
  42. 442a72d Declare Null() constexpr by Behdad Esfahbod · 6 years ago
  43. 43ee0e4 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  44. 0da22fb [null] Tweak hb_nonnull_ptr_t some more by Behdad Esfahbod · 6 years ago
  45. 1682d1b Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  46. d6fdae3 Add operator char * to hb_nonnull_ptr_t by Behdad Esfahbod · 6 years ago
  47. 7430ff6 Template casts in hb_nonnull_ptr_t by Behdad Esfahbod · 6 years ago
  48. fb0f30f Add hb_nonnull_ptr_t by Behdad Esfahbod · 6 years ago
  49. e600e54 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  50. de96e5c [Crap] Avoid operator= by Behdad Esfahbod · 6 years ago
  51. e124163 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  52. 07386ea Remove const and references when binding Null() by Behdad Esfahbod · 6 years ago
  53. 857c582 Merge branch 'master' into cff-subset by Michiharu Ariza · 6 years ago
  54. 257d0e5 Fix typos. by Bruce Mitchener · 6 years ago
  55. b339099 Add per-subtable set-digests by Behdad Esfahbod · 6 years ago
  56. 78c09bf Move subtable array into lookup accel by Behdad Esfahbod · 6 years ago
  57. d050ab8 Merge branch 'master' into cff-subset by Michiharu Ariza · 7 years ago
  58. c0c85b8 implemented get_glyph_extents with CFF1 by Michiharu Ariza · 7 years ago
  59. 606bf57 Revert forcing use of single-parameter static_assert() by Behdad Esfahbod · 7 years ago
  60. 4e62627 Enforce single-param static_assert() only by Behdad Esfahbod · 7 years ago
  61. f1a86e1 Remove unused try by Behdad Esfahbod · 7 years ago
  62. 22b8863 Merge branch 'master' into cff-subset by Michiharu Ariza · 7 years ago
  63. 0d160d5 [subset] Implement subsetting of SingleSubst by Behdad Esfahbod · 7 years ago
  64. 8af9690 Merge branch 'master' into cff-subset by Michiharu Ariza · 7 years ago
  65. c77ae40 Rename hb-*private.hh to hb-*.hh by Behdad Esfahbod · 7 years ago
  66. 161ece4 Merge branch 'master' into cff-subset by Michiharu Ariza · 7 years ago
  67. 3506672 Port _nil objects to Null() machinery by Behdad Esfahbod · 7 years ago
  68. f9cfa5c Change null-pool specialization to min_size again by Behdad Esfahbod · 7 years ago
  69. 25147ff Move Null system to hb-null.hh by Behdad Esfahbod · 7 years ago