|
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
|