src/hb-debug.hh


Log

Author Commit Date CI Message
Behdad Esfahbod 38a7a8a8 2018-10-10T17:44:46 Allow HB_OPTIONS=aat to prefer AAT tables over OT Fixes https://github.com/harfbuzz/harfbuzz/issues/322
Behdad Esfahbod 606bf574 2018-09-16T19:33:48 Revert forcing use of single-parameter static_assert() Some clang versions define static_assert as a macro apparently, so we cannot redefine it... This reverts commit 94bfea0ce6a7b4d5641c198d50751748a353df11. This reverts commit 4e62627831e7457ed60ff87712570065b14b200a.
Behdad Esfahbod 4e626278 2018-09-16T18:09:36 Enforce single-param static_assert() only So we don't accidentally break it again.
Behdad Esfahbod 24f1d962 2018-09-10T18:19:37 Unbreak HB_OPTIONS Fixes https://github.com/harfbuzz/harfbuzz/issues/1154
Behdad Esfahbod c77ae408 2018-08-25T22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
Behdad Esfahbod 4bc16aca 2018-07-31T21:05:51 [atomic] Add get_relaxed / set_relaxed To help TSan and be more "correct".
Behdad Esfahbod 491d93bf 2018-07-10T16:03:31 Move more stuff from hb-private.hh to hb-dsalgs.hh
Ebrahim Byagowi 48f0204c 2018-04-24T08:11:13 Minor, re-add unused mark for two TRACE_ macros To revive Travis CI bot
Ebrahim Byagowi 24b8b9b2 2018-04-23T19:03:57 Resolve clang's used-but-marked-unused warnings
Rod Sheeter 8b80cbb1 2018-02-07T09:31:31 Add a subset debug category
Behdad Esfahbod ae2e2b06 2017-12-14T18:15:14 Fix partial tracing debug builds
Behdad Esfahbod 03b7a221 2017-12-05T13:12:11 [debug] Use %p to print pointers Fixes https://github.com/harfbuzz/harfbuzz/issues/640
ebraminio 7c6937e7 2017-11-20T14:49:22 Move all references of old url to the new address (#622)
Behdad Esfahbod fcd6c338 2017-11-14T14:40:21 Fix more compiler warnings
Behdad Esfahbod 5aad8194 2017-11-03T17:16:26 Simplify tracing code when tracing is disabled Fixes https://github.com/behdad/harfbuzz/pull/605
Behdad Esfahbod 40ec3bbb 2017-11-03T16:57:30 Consolidate debug stuff into hb-debug.hh Part of fixing https://github.com/behdad/harfbuzz/pull/605