diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-01-10 11:09:42 -0500 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-11 03:55:46 +0000 |
commit | 24ef3924d885a37fb15442208c027c77781175b8 (patch) | |
tree | e0f65212139149d3792b2a1a1c92d3eb85d5ce56 /sal/inc | |
parent | 09a1566bf18cdf98b111d4979e4f4ad52ce65b07 (diff) |
PCH support on Linux
Fixes and improvements to support Precompiled Headers
on Linux.
Change-Id: I8145c146b0dba56c7a4d0fdf9c330164b67ada53
Reviewed-on: https://gerrit.libreoffice.org/21307
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/pch/precompiled_sal.hxx | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 838e4414e2c3..ab1c7d2602d8 100644 --- a/sal/inc/pch/precompiled_sal.hxx +++ b/sal/inc/pch/precompiled_sal.hxx @@ -13,51 +13,74 @@ 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 2015-11-14 14:16:37 using: - ./bin/update_pch sal sal --cutoff=5 --exclude:system --include:module --include:local + Generated on 2016-01-10 12:04:24 using: + ./bin/update_pch sal sal --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./sal/inc/pch/precompiled_sal.hxx "/opt/lo/bin/make sal.build" --find-conflicts + ./bin/update_pch_bisect ./sal/inc/pch/precompiled_sal.hxx "make sal.build" --find-conflicts */ +#include <algorithm> #include <cassert> #include <cstddef> #include <cstdlib> #include <cstring> +#include <float.h> +#include <list> +#include <math.h> #include <new> +#include <stdio.h> +#include <stdlib.h> #include <string.h> #include <boost/bind.hpp> #include <boost/noncopyable.hpp> #include <osl/diagnose.h> #include <osl/diagnose.hxx> +#include <osl/doublecheckedlocking.h> #include <osl/endian.h> +#include <osl/file.h> #include <osl/file.hxx> #include <osl/interlck.h> +#include <osl/module.h> #include <osl/module.hxx> #include <osl/mutex.h> +#include <osl/mutex.hxx> +#include <osl/pipe.h> +#include <osl/process.h> #include <osl/profile.hxx> #include <osl/security.hxx> +#include <osl/socket.h> +#include <osl/thread.h> #include <osl/thread.hxx> #include <osl/time.h> #include <rtl/alloc.h> +#include <rtl/bootstrap.h> #include <rtl/bootstrap.hxx> #include <rtl/byteseq.h> +#include <rtl/byteseq.hxx> #include <rtl/character.hxx> #include <rtl/cipher.h> #include <rtl/crc.h> #include <rtl/digest.h> +#include <rtl/instance.hxx> +#include <rtl/locale.h> +#include <rtl/malformeduriexception.hxx> +#include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/process.h> #include <rtl/random.h> +#include <rtl/strbuf.h> #include <rtl/strbuf.hxx> #include <rtl/string.h> -#include <rtl/stringutils.hxx> +#include <rtl/string.hxx> #include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> #include <rtl/unload.h> +#include <rtl/uri.h> #include <rtl/uri.hxx> #include <rtl/ustrbuf.h> +#include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> @@ -66,6 +89,7 @@ #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> +#include <sal/mathconf.h> #include <sal/saldllapi.h> #include <sal/types.h> #include <internal/rtllifecycle.h> |