summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-01 11:00:54 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-01 20:12:21 +0100
commit69e0d871ec1de2260f9213d3113464155eac173c (patch)
tree8e2d70bcd7eaef2c0dec275dd89050bf499e17b9 /basegfx
parent961f7e8ec8ef188c361b2b20b60b95e78ecccd33 (diff)
make update_pch also consider files in <module>/src/**/inc
With --enable-pch=full there's not much difference between a "public" header in <module>/inc and a private one in <module>/src/somewhere/inc . And since the script searches recursively, this apparently helps to find even more headers for lower pch levels. Change-Id: I8483d0aa5b4fea5a59107c20a8aa5f1ef694af0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87799 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/inc/pch/precompiled_basegfx.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/basegfx/inc/pch/precompiled_basegfx.hxx b/basegfx/inc/pch/precompiled_basegfx.hxx
index 0aa77ff0a141..52ecc8a48388 100644
--- a/basegfx/inc/pch/precompiled_basegfx.hxx
+++ b/basegfx/inc/pch/precompiled_basegfx.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2019-04-29 21:18:33 using:
+ Generated on 2020-01-22 15:57:32 using:
./bin/update_pch basegfx basegfx --cutoff=3 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -24,6 +24,7 @@
#include <algorithm>
#include <cassert>
#include <cstddef>
+#include <limits>
#include <memory>
#include <numeric>
#include <ostream>
@@ -35,6 +36,9 @@
#include <rtl/character.hxx>
#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
+#include <rtl/string.hxx>
+#include <rtl/stringconcat.hxx>
+#include <rtl/stringutils.hxx>
#include <rtl/ustring.hxx>
#include <sal/config.h>
#include <sal/log.hxx>
ore/commit/idlc/source/idlcproduce.cxx?h=cib-6.4-27&id=a96b564aeeea6cd27d68084327d11be615ebc0a8'>loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: Ic42387288c96436915956ede2eb510b9c3fbc49b 2015-04-09convert RegError to scoped enumNoel Grandin Change-Id: I55977c38578cb59deb195d91f8948da2e0905b6a 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann Change-Id: I20cd0d2f3b38fdec90022844de2ac6bdb9978ee7 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS). 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-28coverity#982167 Unchecked return valueCaolán McNamara Change-Id: I14c306132a8f12c6f7ecebe5b012984d04bf0d91 2014-02-17idlc: sal_Bool -> boolStephan Bergmann Change-Id: Ibeed903d73eb8b3fce7b8c6021c9107437a8c813