summaryrefslogtreecommitdiff
path: root/src/hb-debug.hh
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Remove TRACE_COLLECT_GLYPHSBehdad Esfahbod1-13/+0
2019-01-18Remove tracing from closureBehdad Esfahbod1-13/+0
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-3/+3
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-10/+10
2018-11-30Use nullptr instead of 0/NULL. (#1435)Bruce Mitchener1-1/+1
2018-11-24[debug] Print function in return_trace()Behdad Esfahbod1-5/+11
2018-10-30fix various GCC function pointer warningsSimon Tooke1-3/+3
2018-10-10Allow HB_OPTIONS=aat to prefer AAT tables over OTBehdad Esfahbod1-3/+4
2018-09-16Revert forcing use of single-parameter static_assert()Behdad Esfahbod1-1/+1
2018-09-16Enforce single-param static_assert() onlyBehdad Esfahbod1-1/+1
2018-09-10Unbreak HB_OPTIONSBehdad Esfahbod1-0/+3
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-2/+2
2018-07-31[atomic] Add get_relaxed / set_relaxedBehdad Esfahbod1-0/+42
2018-07-10Move more stuff from hb-private.hh to hb-dsalgs.hhBehdad Esfahbod1-0/+1
2018-04-24Minor, re-add unused mark for two TRACE_ macrosEbrahim Byagowi1-2/+2
2018-04-23Resolve clang's used-but-marked-unused warningsEbrahim Byagowi1-2/+2
2018-02-07Add a subset debug categoryRod Sheeter1-0/+13
2017-12-14Fix partial tracing debug buildsBehdad Esfahbod1-3/+13
2017-12-05[debug] Use %p to print pointersBehdad Esfahbod1-1/+1
2017-11-20Move all references of old url to the new address (#622)ebraminio1-1/+1
2017-11-14Fix more compiler warningsBehdad Esfahbod1-5/+7
2017-11-03Simplify tracing code when tracing is disabledBehdad Esfahbod1-11/+47
2017-11-03Consolidate debug stuff into hb-debug.hhBehdad Esfahbod1-0/+383