- 11 6月, 2019 7 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
Added in 01dff1ea and 19256bef, this was targeted at older msvc versions that don't support C99 but now as we require C++11 we don't target places those envs thus removing this.
-
由 Behdad Esfahbod 提交于
+this works on gcc 4.8 as well as default code path.
-
由 Behdad Esfahbod 提交于
This reverts commit a0c49007.
-
由 Behdad Esfahbod 提交于
Just testing bots. Will finish based on results.
-
- 10 6月, 2019 4 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
__OPTIMIZE_SIZE__ should be defined whenever -Os but some Internet thread indicate may not so lets do that ourselves as that is the main intention
-
由 Ebrahim Byagowi 提交于
The only thing I need for a working wasm in a minimum libc, otherwise I have to provide the very same qsort inside that libc
-
由 Ebrahim Byagowi 提交于
We are not testing Windows exes in fedora mingw bot, we don't have to as probably won't go that smoothly and we have real Windows bots anyway and as wine installation itself is time taking let's remove it
-
- 09 6月, 2019 5 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 08 6月, 2019 6 次提交
-
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
-
-
由 Ebrahim Byagowi 提交于
I guess all of its field will be initialized anyway here but lets make it more defensive
-
- 07 6月, 2019 3 次提交
-
-
由 Ebrahim Byagowi 提交于
Causing -Wextra-semi-stmt build error when no primitive has chosen Interesting that nobody has noticed it yet.
-
由 Garret Rieger 提交于
-
由 Qunxin Liu 提交于
-
- 06 6月, 2019 3 次提交
-
-
由 Qunxin Liu 提交于
-
由 Eli Zaretskii 提交于
mingw.org's MinGW. src/hb-algs.hh: Don't compile _BitScanForward and _BitScanReverse for GCC >= 4. mingw.org's MinGW doesn't have these functions. src/hb-atomic.hh: MemoryBarrier does exist in mingw.org's MinGW, but it is not a macro, it is an inline function. __MINGW32_VERSION is a macro that exists only in mingw.org's MinGW, so conditioning on it should not affect MinGW64, where MemoryBarrier is a macro. src/hb-uniscribe.cc: Define E_NOT_SUFFICIENT_BUFFER if it is not defined (mingw.org's MinGW doesn't). src/hb.hh: Don't include intrin.h for mingw.org's MinGW, since that header is not available; instead, include windows.h. Conditioned on __MINGW32_VERSION to avoid affecting MinGW64.
-
由 Behdad Esfahbod 提交于
Saves a few bytes.
-
- 05 6月, 2019 5 次提交
-
-
由 Ebrahim Byagowi 提交于
Don't use vsnprintf when HB_NO_BUFFER_MESSAGE is defined
-
由 Ebrahim Byagowi 提交于
-
由 Bruce Mitchener 提交于
-
由 David Corbett 提交于
Sometime between [July 2018] and [January 2019], the OpenType Myanmar grammar changed: one asat is now allowed after a medial ya, before any other medial consonant. [July 2018]: http://web.archive.org/web/20180711011550/https://docs.microsoft.com/en-us/typography/script-development/myanmar [January 2019]: http://web.archive.org/web/20190115044451/https://docs.microsoft.com/en-us/typography/script-development/myanmar This also reverts commit 439b0586, which allowed an asat immediately after a medial ra.
-
由 Qunxin Liu 提交于
-
- 04 6月, 2019 4 次提交
-
-
由 Ebrahim Byagowi 提交于
fixed faulty FDSelect::sanitize
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
- 03 6月, 2019 2 次提交
-
-
由 Ebrahim Byagowi 提交于
Originally introduced in 21ede867 (#1314) but as it wasn't applied to hb_bsearch accidentally removed while merging hb_bsearch_r to it.
-
由 Bruce Mitchener 提交于
-
- 02 6月, 2019 1 次提交
-
-
由 Ebrahim Byagowi 提交于
It should've done in a branch
-