test/api/test-set.c


Log

Author Commit Date CI Message
Ebrahim Byagowi 34f357c7 2018-10-19T10:13:53 Add test for hb_set_del
Behdad Esfahbod a353c176 2018-10-09T01:05:28 Remove test for deprecated hb_set_invert()
Ebrahim Byagowi 669ac81a 2018-09-22T16:49:23 Fix test-set leak issue See also https://github.com/harfbuzz/harfbuzz/pull/1169
Jonathan Kew a95cde15 2018-06-11T18:09:35 [hb-set] Additional testcase for hb-set-intersect.
Behdad Esfahbod 11f1f413 2018-06-06T16:46:50 [set] Add is_subset New API: +hb_set_is_subset()
Garret Rieger 9a6f9b4d 2018-03-06T13:46:51 [set] add a test demonstrating a bug in hb_set_union.
Ebrahim Byagowi cd28eb9f 2018-02-24T14:17:54 Add -Werror=unused-function check to Travis (#832)
Behdad Esfahbod 694eaf63 2018-02-14T01:00:10 [set] Add backwards iterator New API: - hb_set_previous() - hb_set_previous_range()
Behdad Esfahbod 20b46727 2017-12-02T15:14:26 [set] Fix recent changes Ouch! Add tests.
ebraminio 7c6937e7 2017-11-20T14:49:22 Move all references of old url to the new address (#622)
Behdad Esfahbod cb6c6b0c 2017-10-26T11:43:33 Fix warning https://github.com/behdad/harfbuzz/commit/49a41dc75931cc2d2f7e74b7801f8cc327039e8e#commitcomment-25203194
Jonathan Kew 73399265 2017-10-26T12:55:36 [test] Extend hb_set test for issue 579 (currently failing)
Jonathan Kew 3d6f7df4 2017-10-26T17:54:55 [test] Additional coverage in test_set_iter. This adds a couple extra entries to the set used, such that iteration would fail in 1.6.2 due to the bug in hb_set_t::page_t::next().
Behdad Esfahbod 49a41dc7 2017-10-25T16:17:45 [test] Add more hb-set tests https://github.com/behdad/harfbuzz/issues/579
Behdad Esfahbod deed4a48 2017-10-15T16:53:09 Faster hb_set_t Fixes https://github.com/behdad/harfbuzz/pull/23
Luis de Bethencourt 1eacde00 2014-02-06T23:20:47 check hb_set_is_emtpy in test-set.c
Behdad Esfahbod 20cbc1f8 2013-09-06T15:29:22 Annotate hb-set a bit; add HB_SET_VALUE_INVALID
Behdad Esfahbod dfbd115e 2013-05-14T15:30:17 [test] Add test for hb_set_get_min() bug Failing now. Bug 64476 - Typo in hb_set_t.get_min()
Behdad Esfahbod e81aff9e 2013-01-02T23:22:54 [tests] Finish test-set.c All passing now.
Behdad Esfahbod 8165f276 2013-01-02T22:50:36 [tests] Start adding tests for hb-set.h Fails now. Fixing.