kc3-lang/harfbuzz/src/hb-debug.hh

Branch :


Log

Author Commit Date CI Message
a0d76c5b 2025-03-12 16:33:13 [atomic] Templatize
45c1ad05 2023-08-09 10:27:45 [paint] Add tracing
bdbc1568 2023-02-22 23:30:28 [wasm] Port from c_api to wasm-micro-runtime wasm_runtime API
93252c6f 2023-03-01 10:59:04 [justify] Debug output
84b9a632 2023-01-21 14:36:26 [debug] Fix printf signness warnings
ed023f66 2023-01-12 17:04:24 Enable -Wformat-signedness And fix the codebase.
f73c15ca 2022-08-03 12:54:03 [atomic-int] Add operators for relaxed ops
59b05359 2022-07-24 17:14:09 [GSUB/GPOS] Add more buffer messages Behind HB_BUFFER_MESSAGE_MORE. https://github.com/harfbuzz/harfbuzz/pull/3495
6d555ce8 2021-11-02 00:18:22 [meta] Use std::forward instead of hb_forward()
f54f5c1b 2021-07-22 11:09:02 Fix debug printer of bool
75414e82 2020-11-05 16:39:23 [subset] Add table duplication overflow resolution.
d7d8604e 2020-06-18 16:51:01 Remove excessive trace routes
ce114d6b 2019-12-31 15:53:02 minor, tweak spaces
0414341a 2019-12-05 11:26:39 Prefer AAT shaping over OT if both available Fixes https://github.com/harfbuzz/harfbuzz/issues/1529
2e1d00c8 2019-08-28 13:49:04 [debug] Minor
541f3c2d 2019-08-23 12:25:58 [debug] Fix extra semicolon issue https://github.com/harfbuzz/harfbuzz/issues/1923
4dcaca84 2019-08-23 12:24:15 Whitespace
569426d8 2019-08-23 11:54:20 [debug] Fix build with HB_DEBUG Fixes https://github.com/harfbuzz/harfbuzz/issues/1923
227d85e1 2019-05-10 23:15:58 Minor
7df3ecfb 2019-05-10 20:43:26 [meta] hb_void_t -> hb_empty_t
41248cce 2019-05-07 20:54:31 Remove MIN/MAX in favor of hb_min/hb_max
9f9890e9 2019-05-06 12:16:51 Remove HB_NO_OPTIONS in favor of HB_NO_GETENV Part of https://github.com/harfbuzz/harfbuzz/issues/1652
7d497a3a 2019-05-02 16:20:03 [debug] Allow return_trace() to return any type
2f4be4ba 2019-04-12 16:21:58 Add HB_NO_OPTIONS Part of https://github.com/harfbuzz/harfbuzz/issues/1652
90b60bd6 2019-03-29 22:12:42 Remove HB_DEBUG_WOULD_APPLY Not that useful.
6e3ad650 2019-01-09 09:05:01 Rename hb-dsalgs to hb-algs
89bcfb20 2019-01-18 14:59:18 Remove TRACE_COLLECT_GLYPHS
0772c06f 2019-01-18 12:53:06 Remove tracing from closure
e4120085 2018-12-17 21:31:01 Remove redundant void from C++ sources (#1486)
b2ebaa9a 2018-12-16 22:38:10 Remove redundant 'inline' from methods (#1483)
09096aa8 2018-12-01 10:22:49 Use nullptr instead of 0/NULL. (#1435) * Use nullptr instead of 0/NULL. * Update test-name-table.cc
1c2302bb 2018-11-24 22:32:17 [debug] Print function in return_trace()
881e1054 2018-10-30 14:16:23 fix various GCC function pointer warnings
38a7a8a8 2018-10-10 17:44:46 Allow HB_OPTIONS=aat to prefer AAT tables over OT Fixes https://github.com/harfbuzz/harfbuzz/issues/322
606bf574 2018-09-16 19: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.
4e626278 2018-09-16 18:09:36 Enforce single-param static_assert() only So we don't accidentally break it again.
24f1d962 2018-09-10 18:19:37 Unbreak HB_OPTIONS Fixes https://github.com/harfbuzz/harfbuzz/issues/1154
c77ae408 2018-08-25 22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
4bc16aca 2018-07-31 21:05:51 [atomic] Add get_relaxed / set_relaxed To help TSan and be more "correct".
491d93bf 2018-07-10 16:03:31 Move more stuff from hb-private.hh to hb-dsalgs.hh
48f0204c 2018-04-24 08:11:13 Minor, re-add unused mark for two TRACE_ macros To revive Travis CI bot
24b8b9b2 2018-04-23 19:03:57 Resolve clang's used-but-marked-unused warnings
8b80cbb1 2018-02-07 09:31:31 Add a subset debug category
ae2e2b06 2017-12-14 18:15:14 Fix partial tracing debug builds
03b7a221 2017-12-05 13:12:11 [debug] Use %p to print pointers Fixes https://github.com/harfbuzz/harfbuzz/issues/640
7c6937e7 2017-11-20 14:49:22 Move all references of old url to the new address (#622)
fcd6c338 2017-11-14 14:40:21 Fix more compiler warnings
5aad8194 2017-11-03 17:16:26 Simplify tracing code when tracing is disabled Fixes https://github.com/behdad/harfbuzz/pull/605
40ec3bbb 2017-11-03 16:57:30 Consolidate debug stuff into hb-debug.hh Part of fixing https://github.com/behdad/harfbuzz/pull/605