src/hb-debug.hh

Branch


Log

Author Commit Date CI Message
Behdad Esfahbod 516c35cf 2025-09-23T10:13:28 [buffer-message] Disable "more" messages by default (#5577) This was not suppoosed to be turned on by default, as it has a performance overhead. Instead, tools like Crowbar should define HB_BUFFER_MESSAGE_MORE to 1 when building HarfBuzz.
Khaled Hosny 7d219f0b 2025-07-23T14:22:32 [kbts] Add shaper
Behdad Esfahbod a0d76c5b 2025-03-12T16:33:13 [atomic] Templatize
Behdad Esfahbod 45c1ad05 2023-08-09T10:27:45 [paint] Add tracing
Behdad Esfahbod bdbc1568 2023-02-22T23:30:28 [wasm] Port from c_api to wasm-micro-runtime wasm_runtime API
Behdad Esfahbod 93252c6f 2023-03-01T10:59:04 [justify] Debug output
Behdad Esfahbod 84b9a632 2023-01-21T14:36:26 [debug] Fix printf signness warnings
Behdad Esfahbod ed023f66 2023-01-12T17:04:24 Enable -Wformat-signedness And fix the codebase.
Behdad Esfahbod f73c15ca 2022-08-03T12:54:03 [atomic-int] Add operators for relaxed ops
Behdad Esfahbod 59b05359 2022-07-24T17:14:09 [GSUB/GPOS] Add more buffer messages Behind HB_BUFFER_MESSAGE_MORE. https://github.com/harfbuzz/harfbuzz/pull/3495
Behdad Esfahbod 6d555ce8 2021-11-02T00:18:22 [meta] Use std::forward instead of hb_forward()
Behdad Esfahbod f54f5c1b 2021-07-22T11:09:02 Fix debug printer of bool
Garret Rieger 75414e82 2020-11-05T16:39:23 [subset] Add table duplication overflow resolution.
Behdad Esfahbod d7d8604e 2020-06-18T16:51:01 Remove excessive trace routes
Ebrahim Byagowi ce114d6b 2019-12-31T15:53:02 minor, tweak spaces
Behdad Esfahbod 0414341a 2019-12-05T11:26:39 Prefer AAT shaping over OT if both available Fixes https://github.com/harfbuzz/harfbuzz/issues/1529
Behdad Esfahbod 2e1d00c8 2019-08-28T13:49:04 [debug] Minor
Behdad Esfahbod 541f3c2d 2019-08-23T12:25:58 [debug] Fix extra semicolon issue https://github.com/harfbuzz/harfbuzz/issues/1923
Behdad Esfahbod 4dcaca84 2019-08-23T12:24:15 Whitespace
Behdad Esfahbod 569426d8 2019-08-23T11:54:20 [debug] Fix build with HB_DEBUG Fixes https://github.com/harfbuzz/harfbuzz/issues/1923
Behdad Esfahbod 227d85e1 2019-05-10T23:15:58 Minor
Behdad Esfahbod 7df3ecfb 2019-05-10T20:43:26 [meta] hb_void_t -> hb_empty_t
Behdad Esfahbod 41248cce 2019-05-07T20:54:31 Remove MIN/MAX in favor of hb_min/hb_max
Behdad Esfahbod 9f9890e9 2019-05-06T12:16:51 Remove HB_NO_OPTIONS in favor of HB_NO_GETENV Part of https://github.com/harfbuzz/harfbuzz/issues/1652
Behdad Esfahbod 7d497a3a 2019-05-02T16:20:03 [debug] Allow return_trace() to return any type
Behdad Esfahbod 2f4be4ba 2019-04-12T16:21:58 Add HB_NO_OPTIONS Part of https://github.com/harfbuzz/harfbuzz/issues/1652
Behdad Esfahbod 90b60bd6 2019-03-29T22:12:42 Remove HB_DEBUG_WOULD_APPLY Not that useful.
Behdad Esfahbod 6e3ad650 2019-01-09T09:05:01 Rename hb-dsalgs to hb-algs
Behdad Esfahbod 89bcfb20 2019-01-18T14:59:18 Remove TRACE_COLLECT_GLYPHS
Behdad Esfahbod 0772c06f 2019-01-18T12:53:06 Remove tracing from closure
Ebrahim Byagowi e4120085 2018-12-17T21:31:01 Remove redundant void from C++ sources (#1486)
Ebrahim Byagowi b2ebaa9a 2018-12-16T22:38:10 Remove redundant 'inline' from methods (#1483)
Bruce Mitchener 09096aa8 2018-12-01T10:22:49 Use nullptr instead of 0/NULL. (#1435) * Use nullptr instead of 0/NULL. * Update test-name-table.cc
Behdad Esfahbod 1c2302bb 2018-11-24T22:32:17 [debug] Print function in return_trace()
Simon Tooke 881e1054 2018-10-30T14:16:23 fix various GCC function pointer warnings
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