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