Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7dcd6954 | 2025-04-05 17:08:31 | [test/shape/threads] Reduce number of tested combinations | ||
| c3eac5c0 | 2025-03-08 11:54:15 | [test-threads] Test all font-funcs Fontations & Coretext are new and seems to pass. | ||
| 2a878b1b | 2025-03-07 17:23:17 | [font-funcs] Add two new API + hb_font_set_funcs_using() + hb_font_list_funcs() Part of https://github.com/harfbuzz/harfbuzz/issues/5117 | ||
| cf1fdf16 | 2024-06-27 06:54:02 | Drop autotools build Fixes https://github.com/harfbuzz/harfbuzz/issues/4720 | ||
| 1e2bd498 | 2024-06-04 23:53:36 | Another include fix https://github.com/harfbuzz/harfbuzz/issues/4740#issuecomment-2148910890 | ||
| e9870e8d | 2024-06-04 20:50:06 | Add missing include https://github.com/harfbuzz/harfbuzz/issues/4740#issuecomment-2148727072 | ||
| 7dfa672d | 2023-01-16 19:49:53 | test/threads/hb-subset-threads.cc: add missing <cstdio> include This week's `gcc-13` snapshot cleaned further up it's standard headers and exposed missing declaration as a build failure: ../test/threads/hb-subset-threads.cc: In function 'void test_operation(operation_t, const char*, const test_input_t&)': ../test/threads/hb-subset-threads.cc:127:3: error: 'printf' was not declared in this scope ../test/threads/hb-subset-threads.cc: In function 'int main(int, char**)': ../test/threads/hb-subset-threads.cc:157:19: error: 'atoi' was not declared in this scope | ||
| 697287fb | 2022-06-05 06:53:42 | [benchmark-shape,hb-shape-threads] Fix argument parsing order After recent change. | ||
| c03a3141 | 2022-06-05 02:31:21 | [hb-shape-threads] Adjustments similar to benchmark-shape Duplication sighz. | ||
| d7c9cc34 | 2022-06-05 02:30:11 | Fix build | ||
| 98aaecd3 | 2022-06-01 21:01:16 | [subset] fix data race touching Crap() in cff subsetting. | ||
| d8d96b26 | 2022-06-01 19:55:02 | [threads-test] Add a threads test against hb-subset. | ||
| 18cd15be | 2022-06-01 07:55:59 | Rename test | ||
| b010962c | 2022-05-30 05:34:25 | [test/hb-shape-threads] Silence hb_language_get_default() threadysafety issue | ||
| 4e59900f | 2022-05-30 05:21:55 | [test/hb-shape-threads] Share font amongst threads | ||
| 18b0bd0f | 2022-05-30 05:12:12 | [test/hb-shape-threads] Verify buffer | ||
| 484cc187 | 2022-05-30 05:06:43 | [test-shape-threads] Set language | ||
| f371789b | 2022-05-28 04:02:36 | Sprinkle static around | ||
| 4386626e | 2022-05-27 17:32:32 | [test/threads] Fix dependency | ||
| e0544c48 | 2022-05-27 17:10:07 | [test/threads] Fix distcheck | ||
| e3d5a117 | 2022-05-27 17:05:23 | [hb-shape-threads] Fix tsan race | ||
| 33c990f0 | 2022-05-27 16:57:00 | Include cassert to fix bots | ||
| 049af186 | 2022-05-27 16:53:25 | [threads] Add suite to test | ||
| 87453f63 | 2022-05-27 16:51:12 | [hb-shape-threads] Fix current-work-dir so test passes | ||
| f77faf86 | 2022-05-27 16:34:28 | [hb-shape-threads] Allow overriding test parameters from cmdline | ||
| f0fba599 | 2022-05-27 16:30:19 | [hb-shape-threads] Reduce num-iterations | ||
| e8a24363 | 2022-05-27 16:29:17 | [threads] Add a condition_variable to test for all threads to be ready | ||
| 4d42a94c | 2022-05-27 16:23:12 | [threads] Add hb-shape-threads test |