summaryrefslogtreecommitdiff
path: root/src/hb-debug.hh
Commit message (Expand)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
* [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
* Revert forcing use of single-parameter static_assert()Behdad Esfahbod2018-09-161-1/+1
* Enforce single-param static_assert() onlyBehdad Esfahbod2018-09-161-1/+1
* Unbreak HB_OPTIONSBehdad Esfahbod2018-09-101-0/+3
* Rename hb-*private.hh to hb-*.hhBehdad Esfahbod2018-08-251-2/+2
* [atomic] Add get_relaxed / set_relaxedBehdad Esfahbod2018-07-311-0/+42
* 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
* 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
* 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
* Consolidate debug stuff into hb-debug.hhBehdad Esfahbod2017-11-031-0/+383