1665 Commits

Author SHA1 Message Date
David Tardon
2ff98b560c upload libmwaw 0.3.8
Change-Id: I4779d538199ecccb8997e3bfdbf97d7b0ea9679b
2016-06-24 16:33:03 +02:00
Aleksas Pantechovskis
aaed6fe55a integrate libzmf
Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774
Reviewed-on: https://gerrit.libreoffice.org/26574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
2016-06-23 15:39:52 +00:00
David Tardon
461e91ca91 tdf#100455 check for minimal dconf version
Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f
2016-06-21 10:33:00 +02:00
Vasily Melenchuk
b6e7ddcc7e Add MS binary format validator support
bffvalidator (Microsoft Office Binary File Format Validator) basic
support in configure for later usage in export tests. It should be
installed from
https://www.microsoft.com/en-us/download/details.aspx?id=26794
and enabled in configure with new switch
--with-bffvalidator=<optional path to validator>

Change-Id: I6faa08d3277f0328b3dfa310222a11d115e5aa15
Reviewed-on: https://gerrit.libreoffice.org/25870
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-06-15 13:54:37 +00:00
Michael Stahl
9e52ec96d7 configure: remove old --enable-crashdump
This used to enable the old crash reporter but the new one was added
with --enable-breakpad instead.

Change-Id: I9f1f7dd38d04e20819039f940a2c79fd630fce2c
2016-06-10 11:04:28 +02:00
Norbert Thiebaud
10fa03258f configure: we have enough options already no need to repeat them
Change-Id: Ie115a158a5a47265c21c49bde8e2fae5cbd60b6a
Reviewed-on: https://gerrit.libreoffice.org/26116
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-06-10 08:33:16 +00:00
Vasily Melenchuk
21e0900061 Make doc validation work on Windows
Change-Id: I37a3c729db320abbb43664eeebaa0f46eb889197
Reviewed-on: https://gerrit.libreoffice.org/25885
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-06-04 07:09:19 +00:00
David Tardon
4e3dc8c141 remove use of Archive::Zip
Change-Id: I7c1e0057c3c1c0b6be524d1e9ad37357259ebd7c
2016-06-04 08:09:56 +02:00
Michal Kubecek
de899f0b35 connectivity: firebird: use ODS12 test database for Firebird 3
Firebird 3.0 uses new database file format (ODS, On Disk Structure) so
that we need to use either ODS11 or ODS12 version of test database for
dbaccess_firebird test, depending on whether building against Firebird
2.5 or 3.0 libraries.

Change-Id: Idecdc35b0ac87ab7f46cb79b5c044c65423a2c7e
Reviewed-on: https://gerrit.libreoffice.org/25846
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-06-03 17:08:32 +00:00
Michal Kubecek
e5d48f12fa configure.ac: allow build with Firebird 3.0
Relax the checks in configure.ac to allow building against recently
released Firebird 3.0. In this version, libfbclient is also used to
access local database files (embedded server mode) rather than
separate libfbembed.

Change-Id: Id498cbca22409f95ee299a6165cc765efa25eca7
Reviewed-on: https://gerrit.libreoffice.org/25845
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-06-03 05:42:09 +00:00
Christian Lohmaier
b91d9e2d91 android: gnu-libstdc++ dir is versioned in ndk-bundle
even with only one toolchain, so test whether path exists without
version, otherwise just stick it in.

Change-Id: I58c7f9e9582efdccb446e1bcf161d2c9e913a3af
2016-06-02 18:14:39 +02:00
Christian Lohmaier
c58cd511ab allow use of android ndk 11.1.x
Change-Id: I1ae9419383c56a026d05d6adf4adf81dc981f56a
2016-06-02 13:37:02 +02:00
Stephan Bergmann
91a8c5c21b more typo
Change-Id: Id027d7c5dfb089ec8a2b4155b35bd2a9801d8f72
2016-05-31 09:13:26 +02:00
Stephan Bergmann
57bea57680 typo
Change-Id: Ibcfa5115c77e891d8cf021a2598229489f705dec
2016-05-31 09:09:31 +02:00
Michael Stahl
e5c6574f5d boost: warning-patch-ectomy
Upstream maintainers, with few exceptions, generally don't care about
warnings in boost headers, hence we re-base our warning fix patches on
every upgrade, which is a pointless exercise in frustration.

Most of the patches are for GCC/Clang warnings, where we could use
-isystem to suppress the warnings (with corresponding hacks in the build
system, because -isystem also disables dependency generation) - but
clang-cl does not support -isystem.

So generate a bunch of wrapper headers into external/boost/include, that
disable all known warnings and use #include_next to get the real boost
header. This allows us to get rid of most of the existing patches.

There is however a bug in GCC that preprocessor warnings like -Wundef
cannot be disabled with a #pragma, so those patches cannot be removed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431

Change-Id: I2992bf4a463015f1140489df867bd80757f84541
Reviewed-on: https://gerrit.libreoffice.org/25563
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-05-30 15:34:51 +00:00
Michael Stahl
e355e54f2f configure: set BOOST_CPPFLAGS also in --without-system-boost case
Simplify the makefiles.

Change-Id: Ia695961e936e4a1ffdaff73eb56adc3c3905ed0c
2016-05-30 09:45:43 +02:00
Jochen Nitschke
a042951ad4 fix configure typo
Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d
Reviewed-on: https://gerrit.libreoffice.org/25487
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-05-26 01:18:00 +00:00
Christian Lohmaier
61b43a02cc bump product version to 5.3.0.0.alpha0+
Change-Id: I35fce4ddd6418bb9019c66ca2b5ee4dfd7a8bac5
2016-05-26 00:22:32 +02:00
Akash Jain
9364a49a87 Add option to enable HarfBuzz support independent of platform
Make HarfBuzz compile on any platform using the --with-harfbuzz
option. Support is experimental only.

Change-Id: I84fb80f3f8abed8ac877a294cf7ef39cf4cb2e9e
Reviewed-on: https://gerrit.libreoffice.org/25369
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Tested-by: Khaled Hosny <khaledhosny@eglug.org>
2016-05-24 20:59:44 +00:00
Rene Engelhard
91fcc0032c
KDE4 cflags no /usr/include usage to fix build failure with gcc6
Change-Id: I53106b9ebfa7cc5c7b6c6d6f3bb3a4e5f2261f4f
2016-05-24 16:35:57 +02:00
Markus Mohrhard
1e4e503a53 add build system part for upload crashreport symbols
Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
2016-05-24 04:28:16 +02:00
Kohei Yoshida
db729f3b68 Update mdds to 1.2.0. Note that the API version is also up.
liborcus-0.11.2 is out only to make it buildable with mdds-1.2.

Change-Id: I9648d827b008da252c57be0ebfd2efccb008ac70
Reviewed-on: https://gerrit.libreoffice.org/24944
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-05-13 00:35:20 +00:00
Tomofumi Yagi
3085aba021 Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015
In some 64bit Windows environments we get the link error while building
libraries for 64-bit Explorer extensions.
This patch will fix this error.

This error occours only when we build 32bit LibreOffice on 64bit Windows
with Visual Studio 2015.

In some environments UCRT SDK directory does not match Windows SDK
directory.
In that case UCRT library's directory path is incorrect at the linking
phase.

Change-Id: I245b1a70f5e1137a8840aa2e7a70f521eab18cb3
Reviewed-on: https://gerrit.libreoffice.org/23982
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-05-05 13:00:22 +00:00
Andrea Gelmini
fc2590cfa1 Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-04-30 15:06:45 +00:00
Stephan Bergmann
786f29a9ed Use COMPILER_PLUGINS_CXX during configure
Change-Id: I600a6b96a64fc82cde72200b78f60001a2dba82a
2016-04-28 15:00:48 +02:00
Christian Lohmaier
4779f443e9 bump product version to 5.2.0.0.alpha1+
Change-Id: I92ac49c3d59b6b1517edd9884e85e67e017cfd63
2016-04-21 14:10:58 +02:00
Korrawit Pruegsanusak
97725c3a1f cleanup AS_HELP_STRING in configure.ac
Change-Id: Ie3492616ea885961933b812820bf65f6b051b868
Reviewed-on: https://gerrit.libreoffice.org/23375
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-04-20 05:48:53 +00:00
Caolán McNamara
1098921996 test pre 1.4.0 hunspell
Change-Id: Ied87b41ec02b993fd08ac13f325b9489b6f07456
2016-04-15 16:40:52 +01:00
Eike Rathke
c58655c5a2 upgrade to ICU 57
This does not apply patches

external/icu/khmerbreakengine.patch
external/icu/khmerdict.dict

anymore, as the khmerbreakengine.patch failed to apply with several
hunks of which one was 16k. Asking the patch contributor to follow-up on
this.

Change-Id: I78d4371d04a7b03417d402a222bcd384f02a619e
Reviewed-on: https://gerrit.libreoffice.org/24067
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2016-04-13 22:25:56 +00:00
Oliver Specht
0bb43aabab headless build: reset ENABLE_GLTF and use that setting as before
Change-Id: Iea54c59393c7c2955ec5fa321d9e9ea7b57b198a
Reviewed-on: https://gerrit.libreoffice.org/23831
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-04-05 12:11:50 +00:00
Stephan Bergmann
4c363dd65a Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
Change-Id: Ia29868d1832b529d438a5a5448b751683c226846
2016-03-31 15:47:54 +02:00
Tor Lillqvist
1f611f3bb3 Accept iOS SDK 9.3 (and let's forget 8.x)
(But building for iOS has bit-rotted in several other ways, sure. I
have no plan to fix that.)

Change-Id: I7617cdd363cd1f3750b1afa999de5f654b9f09fa
2016-03-30 15:39:13 +03:00
Michael Stahl
fb8d3a65c5 configure: put back lines erroneously deleted by 96c1ae1
Change-Id: I495d7508cab853717952735a2a0365a915165e51
2016-03-29 21:37:54 +02:00
Oliver Specht
96c1ae1d8e fix headless build
disables OpenGL and glew usage, lets --without-gui do what
--without-x did before and disables X related test

Change-Id: I680b47c9962a0d43c8ece593db0b82e347ceebdb
Reviewed-on: https://gerrit.libreoffice.org/23474
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-25 11:05:47 +00:00
Jan-Marek Glogowski
dea0abc58c tdf#93236 Revert "support fast MM printing in...
non-single-file mode only for CUPS"

This reverts commit 138d29aa09417eba4d15ade4c9f4dab2620b6326.

The patch breaks all print opions affecting multiple pages, i.e.
page range selection, pages per sheet, blank pages, reverse page
order and copies.

Conflicts:
	configure.ac
	sw/source/uibase/dbui/dbmgr.cxx
	vcl/inc/cupsmgr.hxx
	vcl/unx/generic/printer/cupsmgr.cxx

Change-Id: I8c39e7f0e71ef9688254c0a0dba049e1836b733c
2016-03-24 22:40:37 +01:00
Korrawit Pruegsanusak
e5d83653e7 Explicitly check for libGL before building
Change-Id: I5a84bc396925828a11d3c680d1a52e99321547a1
Reviewed-on: https://gerrit.libreoffice.org/23335
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-03-22 13:55:18 +00:00
Mayank Gupta
af06ced81c add HAVE_FEATURE_ATL to disable failing tests due to ATL
Change-Id: Ifcdf8bf9eb4c22df6493f85592c9c72fac28876e
Reviewed-on: https://gerrit.libreoffice.org/23144
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2016-03-22 12:26:18 +00:00
Tomofumi Yagi
7fcf65da3b autogen.sh probably should search UCRT for yet another location too
This patch adds a function to autogen.sh.
autogen.sh will search UCRT path using not only registry database but also vsvars32.bat(one of Visual Studio Tools).

I seem that autogen.sh fails to find UCRT path in some environments installed Visual Studio Community 2015 or Enterprise 2015 at the moment.

Change-Id: Ib24b8f60f0d9a656d3d69931b18fde8a897f4e61
Reviewed-on: https://gerrit.libreoffice.org/23273
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-03-18 07:53:27 +00:00
Norbert Thiebaud
9ffa51c3cb clang and ccache do not play nice if CCACHE_CCP2=YES is not set
that cause surious warning that are turned into error with -Werror
indicate that this will cause errors (not only warning)
and disable ccache if it was an implicit enable-ccache.
error out if it was an explicit --enable-ccache

Change-Id: I351af8b8d73175cd2ce9e52ee3c376ba6a387af1
Reviewed-on: https://gerrit.libreoffice.org/23338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-03-17 18:44:43 +00:00
David Ostrovsky
dc519b6dea Fix .NET detection on 32bit platform
Change-Id: I5eaa098d1de6b57245aca7bba2274139e60ba402
Reviewed-on: https://gerrit.libreoffice.org/23159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-03-12 00:05:08 +00:00
Tor Lillqvist
b04a27ad6f Revert "Add --with-prebuilt-openssl"
Building OpenSSL works fine for me now with a fresh Cygwin.

Change-Id: Ic824704746ab59324e7a533b6c5545b6f1aa59f6
2016-03-09 12:32:31 +02:00
David Tardon
ed41a33ca2 detect Boost.Filesystem
Change-Id: I86c268f49f44bd1e208a9de781a16bf19450c64c
2016-03-08 06:24:27 +01:00
Kohei Yoshida
b325b4c286 Update liborcus to 0.11.0.
Markus did half of this, and I simply carried the torch.

Change-Id: Icd3ee1e4b5bd562faee06dfd9dce52a4bed49a71
Reviewed-on: https://gerrit.libreoffice.org/22943
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-03-08 04:43:24 +00:00
Stephan Bergmann
4b8c29015d Make detection of HAVE_CXX14_CONSTEXPR work with "selective debugging"
...where "make ... debug=t" is used to build some parts of LO with debug enabled
without re-running autogen.sh (so NDEBUG will start to be undefined, so
constexpr functions calling assert will start to trigger GCC PR66460).  See mail
thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2016-March/073554.html>
"Compiler crash when building libreoffice with debug."

Change-Id: I6e3c0375c1e5843616fb9fe287d0bf5ee40e64f7
2016-03-07 11:43:07 +01:00
Stephan Bergmann
9055fb4840 clang-cl: Enable more warnings etc. (like in the Clang/GCC case)
Change-Id: Ia1fb09b89d3ccc3c7f4a11799f0d8eac99c6c7a9
2016-03-04 17:08:08 +01:00
Wol
509bc5e5cf Fix java home detection on gentoo
On gentoo (and some other distros?) /usr/bin/javac points at a script
that chooses the version of java to run. So when configure resolves
the link it doesn't end up where it expects to be. This mod detects
this situation, clears java_home, and lets it fall through to the next
test which completes successfully.

Change-Id: I7400ac06485475203abd584f60aed7eca81c7f90
Reviewed-on: https://gerrit.libreoffice.org/22847
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-03 13:26:43 +00:00
David Ostrovsky
6153a30e1e .NET detection: Don't try to add not existing path
This fixed this warning:

  cygpath: cannot create short name of \
  C:\PROGRA~2\WI3CF2~1\NETFXSDK\4.6\bin

Change-Id: I2d4e3d2c5e4c3348552355f91a340438eb0f9e8a
Reviewed-on: https://gerrit.libreoffice.org/22850
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2016-03-03 11:42:32 +00:00
Michael Stahl
3fd13a3367 configure: try to make --without-x less confusing
In a supreme twist of irony, people now assume that --without-x somehow
enables them to run LO in Wayland.  Let's see if renaming it *again*
to --disable-gui is finally clear enough.

Change-Id: I5993ee63670f43fb90f32f375f8b0632478c8283
2016-03-02 17:10:08 +01:00
Stephan Bergmann
a2dcac011a New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins with
...instead of trying to second-guess what to strip off $(CXX) to make it fit.
Keep the old way for existing build scripts that rely on it.

Change-Id: I145bdcba6d02002a9b653b4deb6e7f5a9c76cc8f
2016-02-26 14:34:31 +01:00
Stephan Bergmann
01f3b95884 These version checks are about the Clang the plugins are built /against/
...not the (Clang) compiler they are being built /with/.  (Also simplifies the
checking #if code.)

Change-Id: I416321be4ef4478785be40571f81500fd3b6feb8
2016-02-26 14:34:29 +01:00