- 14 3月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
Fix CMake builds on Windows, MSVC in particular
-
- 13 3月, 2018 6 次提交
-
-
由 Chun-wei Fan 提交于
Put in the utility program that was missed in installation by replacing the one that was duplicated.
-
由 Chun-wei Fan 提交于
The list of source files to pass to g-ir-scanner is becoming too long for Windows, as Windows imposes a 8192-character limit for command lines, so we need to first transform that list into a listings file, and then use the --filelist option for g-ir-scanner to build the introspection files.
-
由 Chun-wei Fan 提交于
Include stdbool.h in hb-setset-test.h instead of in the individual sources, if it is found; otherwise use a simplistic fallback for it if it is not found. Also declare variables at the top of the block, to build on pre-C99 compiliers.
-
由 Chun-wei Fan 提交于
For the API tests, output the test programs at $(TOP_BUILDDIR) so that the freshly-built DLLs will be available for the test programs. For those that are run through the Python wrapper scripts, use ${PYTHON_EXECUTABLE} instead of plain 'python' in case the Python interpreter is not in the PATH.
-
由 Chun-wei Fan 提交于
Add a simplistic round() implementation for our purposes, used when the compiler does not support round() directly.
-
由 Chun-wei Fan 提交于
Not all the compilers that HarfBuzz is buildable on supports round() and has the header stdbool.h, so we check for them and define HAVE_ROUND and HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only when they are found, or use fallback implementations when necessary. Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be set for running the tests.
-
- 12 3月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
- 10 3月, 2018 4 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Garret Rieger 提交于
[subset] Drop the same tables by default as fontTools does.
-
- 09 3月, 2018 10 次提交
-
-
由 Ebrahim Byagowi 提交于
Fixes #873
-
由 Ebrahim Byagowi 提交于
This makes ArchLinux bots fail, a starting point to #873
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
[subset] Add a Japanese font to the subset integration tests.
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
[subset] Drop glyph names from post when subsetting.
-
由 Garret Rieger 提交于
-
- 08 3月, 2018 9 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
[subset] Add vmtx subsetting.
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 07 3月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
So I can make a release.
-
由 Behdad Esfahbod 提交于
BASE table API will go into hb-ot-layout.h.
-
由 Behdad Esfahbod 提交于
Was totally b0rked. Ouch! Fixes https://github.com/harfbuzz/harfbuzz/issues/863
-
由 Behdad Esfahbod 提交于
In preparation to fix https://github.com/harfbuzz/harfbuzz/issues/863 Binary operations are sets are completely broken. Ouch.
-