summaryrefslogtreecommitdiff
path: root/src/hb-debug.hh
Commit message (Collapse)AuthorAgeFilesLines
* Remove TRACE_COLLECT_GLYPHSBehdad Esfahbod2019-01-181-13/+0
|
* Remove tracing from closureBehdad Esfahbod2019-01-181-13/+0
|
* Remove redundant void from C++ sources (#1486)Ebrahim Byagowi2018-12-171-3/+3
|
* Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi2018-12-161-10/+10
|
* Use nullptr instead of 0/NULL. (#1435)Bruce Mitchener2018-11-301-1/+1
| | | | | | * Use nullptr instead of 0/NULL. * Update test-name-table.cc
* [debug] Print function in return_trace()Behdad Esfahbod2018-11-241-5/+11
|
* fix various GCC function pointer warningsSimon Tooke2018-10-301-3/+3
|
* Allow HB_OPTIONS=aat to prefer AAT tables over OTBehdad Esfahbod2018-10-101-3/+4
| | | | Fixes https://github.com/harfbuzz/harfbuzz/issues/322
* Revert forcing use of single-parameter static_assert()Behdad Esfahbod2018-09-161-1/+1
| | | | | | | | Some clang versions define static_assert as a macro apparently, so we cannot redefine it... This reverts commit 94bfea0ce6a7b4d5641c198d50751748a353df11. This reverts commit 4e62627831e7457ed60ff87712570065b14b200a.
* Enforce single-param static_assert() onlyBehdad Esfahbod2018-09-161-1/+1
| | | | So we don't accidentally break it again.
* Unbreak HB_OPTIONSBehdad Esfahbod2018-09-101-0/+3
| | | | Fixes https://github.com/harfbuzz/harfbuzz/issues/1154
* Rename hb-*private.hh to hb-*.hhBehdad Esfahbod2018-08-251-2/+2
| | | | Sorry for the noise, downstream custom builders. Please adjust.
* [atomic] Add get_relaxed / set_relaxedBehdad Esfahbod2018-07-311-0/+42
| | | | To help TSan and be more "correct".
* Move more stuff from hb-private.hh to hb-dsalgs.hhBehdad Esfahbod2018-07-101-0/+1
|
* Minor, re-add unused mark for two TRACE_ macrosEbrahim Byagowi2018-04-241-2/+2
| | | To revive Travis CI bot
* Resolve clang's used-but-marked-unused warningsEbrahim Byagowi2018-04-231-2/+2
|
* Add a subset debug categoryRod Sheeter2018-02-071-0/+13
|
* Fix partial tracing debug buildsBehdad Esfahbod2017-12-141-3/+13
|
* [debug] Use %p to print pointersBehdad Esfahbod2017-12-051-1/+1
| | | | Fixes https://github.com/harfbuzz/harfbuzz/issues/640
* Move all references of old url to the new address (#622)ebraminio2017-11-201-1/+1
|
* Fix more compiler warningsBehdad Esfahbod2017-11-141-5/+7
|
* Simplify tracing code when tracing is disabledBehdad Esfahbod2017-11-031-11/+47
| | | | Fixes https://github.com/behdad/harfbuzz/pull/605
* Consolidate debug stuff into hb-debug.hhBehdad Esfahbod2017-11-031-0/+383
Part of fixing https://github.com/behdad/harfbuzz/pull/605