- 18 1月, 2019 14 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
Try at fixing https://github.com/harfbuzz/harfbuzz/issues/1546
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 15 1月, 2019 1 次提交
-
-
- 30 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 28 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was good idea, but with C++ types with constructor/destructor, was getting in the way as compiler was destructing those items where it was not desired. Since C++ does not allow zero-sized arrays, just remove it...
-
- 24 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 12月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 12月, 2018 4 次提交
-
-
-
由 Behdad Esfahbod 提交于
Not needed. We get it in our config.h automatically thanks to AC_USE_SYSTEM_EXTENSIONS. Let's see whose build it breaks... If we end up putting it back, we should add other things from that macro and remove the macro.
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
- 17 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 25 11月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
Since it was pages and pages...
-
由 Ebrahim Byagowi 提交于
-
- 24 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 11月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 22 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
That's better use of that value than requiring extra macro HB_NO_ATEXIT
-
- 20 11月, 2018 1 次提交
-
-
由 David Corbett 提交于
Fixes #1235.
-
- 13 11月, 2018 1 次提交
-
-
由 Ken Brown 提交于
Cygwin is a Posix platform to the extent possible. It should use the Posix API except in special circumstances.
-
- 04 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 10月, 2018 5 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
Disable copy/assign on them, as they shouldn't. Make constructor / destructor call init_shallow/fini_shallow, and make those idempotent. So, these three can be constructed on stack now and no init/fini call is needed. As such, hb_auto_t<> is not needed anymore. I'll remove that separately.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Older C++ doesn't allow struct-with-constructor in union.
-