[HarfBuzz] harfbuzz: Branch 'master' - 2 commits
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Feb 13 21:50:26 UTC 2018
.travis.yml | 1 +
src/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 28e63a1287fd38a98eed6725c2f4d0820066b0d8
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Feb 13 13:39:50 2018 -0800
Disable threadsafe static's for all libraries
Even in libharfbuzz-subset, we still will handle our own threadsafety
for statics.
diff --git a/src/Makefile.am b/src/Makefile.am
index 49d6640f..c4f1069a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,8 @@ HBNOLIBCXXCFLAGS =
else
# Make sure we don't link to libstdc++
# No threadsafe statics in C++ as we do it ourselves
-HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions -fno-threadsafe-statics
+HBNOLIBCXXFLAGS = -fno-rtti -fno-exceptions
+HBCFLAGS += -fno-threadsafe-statics
endif
if HAVE_OT
commit 7caddb51b1e69a2803f86756e2ce2acff685c7d0
Author: Ebrahim Byagowi <ebrahim at gnu.org>
Date: Tue Feb 13 15:12:43 2018 +0330
Specify the project name for coverity, trying to fix #785
diff --git a/.travis.yml b/.travis.yml
index e2de5038..fa9e5bc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ env:
- NOCONFIGURE=1
# COVERITY_SCAN_TOKEN
- secure: "MRJtVu/fQoWNwMAamvIJBCX/1SMvEuEUk/ljAif/y2/3syyWgxFGp17UGnDILdoZYyCqTM+jQciY2P0nVqbjjOAUlML4QOAalqw8kPp8iTsnHUe+KOMVrOVP6p6qAQxk1im1O41cCMkmVKvk+NXe/on5euz6LGF2laHZaOAMoes="
+ - PROJECT_NAME="behdad/harfbuzz" # the project name on coverity
matrix:
include:
More information about the HarfBuzz
mailing list