History log of /trunk/main/graphite/graphite-2.3.1.patch (Results 1 - 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
# f1d7d1c0 05-Aug-2016 truckman

Fix --enable-debug build with clang as the compiler.

Clang warns about this expression in graphite:
if (!m_srAttachTo == 0)
Operator precedence rules require this to be evalu

Fix --enable-debug build with clang as the compiler.

Clang warns about this expression in graphite:
if (!m_srAttachTo == 0)
Operator precedence rules require this to be evaluated as:
if ((!m_srAttachTo) == 0)
but clang worries that the author might have intended this to mean:
if (!(m_srAttachTo == 0))
Fortunately these two are equivalent, as is:
if (m_srAttachTo != 0)
and the latter is much easier for humans to understand.

For some reason, --enable-debug adds -Werror to the graphite CFLAGS even
though its makefile.mk specifies:
EXTERNAL_WARNINGS_NOT_ERRORS := TRUE



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755245 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
# a0e1cdbc 21-Feb-2014 Herbert Dürr

#i123501# fix invalid iterators in graphite


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570513 13f79535-47bb-0310-9956-ffa450edef68


# d2be754a 27-Nov-2013 Herbert Dürr

#i122208# allow silgraphite build with a move-semantic enabled STL

by fixing the non-canonical copy constructor of gr::Segment()


git-svn-id: https://svn.apache.org/repos/asf/op

#i122208# allow silgraphite build with a move-semantic enabled STL

by fixing the non-canonical copy constructor of gr::Segment()


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545963 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO401, AOO400
# c2801fd2 15-Jan-2013 Pedro Giffuni

FreeBSD port: workaround stlport issues.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433648 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO340
# 889cced1 28-Aug-2011 Eike Rathke

fix build breakers unxlngx6.pro gcc 4.6.1 (Debian wheezy amd64)

Builds up to but not including offapi.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162554 13f79

fix build breakers unxlngx6.pro gcc 4.6.1 (Debian wheezy amd64)

Builds up to but not including offapi.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162554 13f79535-47bb-0310-9956-ffa450edef68

show more ...