HarfBuzz text shaping engine
Go to file
fanc999 3ee4ea9456 Fix build on older Visual Studio versions (#1499)
* src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t

The llu suffix does not work for older Visual Studio versions
(pre-2013), but ull works for all the compilers that we attempt to
support.

* test/api: Fix build on pre-C99 compilers

Ensure variables are declared at the top of the block.

* src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8

Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to
int8_t) to be equivilant to signed char, so the compiler cannot find the
corresponding hb_is_signed<> specialization that is needed.

The interesting thing is unsigned __int8 is considered to be equivilant
to unsigned char, so as the other types (short, int, long) that we look
for here, so only the specialization for __int8 is added here.

This will fix builds on Visual Studio 2008 at least.
2018-12-19 22:26:54 -05:00
.ci
.circleci [ci] Re-enable llvm-gcc-4.2 bots (#1429) 2018-11-29 23:57:50 +03:30
docs [aat] Expose hb_aat_layout_has_tracking API 2018-12-03 22:27:26 +03:30
m4 Remove generated files that were accidentally added by CFF2 branch 2018-11-30 22:43:22 -05:00
src Fix build on older Visual Studio versions (#1499) 2018-12-19 22:26:54 -05:00
test Fix build on older Visual Studio versions (#1499) 2018-12-19 22:26:54 -05:00
util Remove redundant void from C++ sources (#1486) 2018-12-17 13:01:01 -05:00
.codecov.yml [ci] Add .codecov.yml 2018-11-26 18:58:39 +03:30
.editorconfig
.travis.yml [ci] Fix Travis macOS bot ICU issue (#1472) 2018-12-11 23:02:52 +03:30
AUTHORS
BUILD.md Fix typos. 2018-10-19 19:24:05 +03:30
CMakeLists.txt CMake: Fix Introspection builds 2018-12-12 01:23:53 +08:00
COPYING
Makefile.am
NEWS 2.2.0 2018-11-29 11:53:53 -05:00
README Add codecov.io badge 2018-11-20 01:21:36 -05:00
README.md
README.python.md Fix typos. 2018-10-19 19:24:05 +03:30
README.wine.md Fix typos. 2018-10-19 19:24:05 +03:30
RELEASING.md 2.1.0 2018-10-30 15:52:26 -07:00
THANKS
TODO [TODO] Remove BCP 47 language handling item 2018-10-20 21:13:25 +03:30
appveyor.yml [appveyor] Drop Cygwin builds again 2018-10-25 02:34:02 +02:00
autogen.sh
azure-pipelines.yml Set up CI with Azure Pipelines 2018-10-25 15:22:54 +00:00
configure.ac Enable system extensions in hb.hh 2018-12-17 18:27:36 -05:00
git.mk
harfbuzz.doap
mingw32.sh
mingw64.sh
replace-enum-strings.cmake

README.md

Travis Build Status AppVeyor Build Status CircleCI Build Status Coverity Code Health Codacy Code Health Codecov Code Coverage Coverals Code Coverage ABI Tracker

This is HarfBuzz, a text shaping library.

For bug reports, mailing list, and other information please visit:

http://harfbuzz.org/

For license information, see the file COPYING.

Documentation: https://harfbuzz.github.io