Age | Commit message (Collapse) | Author |
|
I started running into mysterious trouble when some code still thought it
should be looking for extensions, although (perhaps) other code was not
willing to support such, or something. Some confusion caused by my recent
changes to make the conditional support of features more fine-grained.
Change-Id: I61758cb06054ceb038d200bc95615b5b85ed0f7b
|
|
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
|
|
Defines HAVE_FEATURE_{DESKTOP,HELP,MULTIUSER_ENVIRONMENT} for
now. Using <config_features.h> will supersede checking the
LIBO_FEATURE_DESKTOP and LIBO_FEATURE_HELP passed on the compilation
command-line.
Change-Id: I9866e2fd142f5c1a64c8f5c74452a20de23c66e3
|
|
Change-Id: Iab125e0e0dfac70d630d15301aba511150692f39
|
|
Change-Id: I97b4ad2f2f671f8dc61e43836899d5532103ad9d
|
|
When running module-deps.pl postgresql gets built just so that
libpq-flags.mk can be included. Since we already have all the necessary
libraries, add them explicitly and avoid this.
Change-Id: Icd94fc215ecb26c95f9ae3c14625bf819bf3c5c3
|
|
Change-Id: I2967db165e3faed316628e5d538a1928474ece84
|
|
from commit: 02ed2608199f2adc466849d0f4864213ad07c445
Change-Id: If67b2166e8f12cf277f615721f030898232c4937
|
|
Change-Id: I574e873fede3343b2384715162dcecce86563db3
Reviewed-on: https://gerrit.libreoffice.org/2978
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I6735505f83a1145bca3efeeee1e8c6ce33dac434
|
|
...replacing hard-coded GCC version checks. Those checks that guard
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
appear relevant only for GCC itself, not Clang (which used to fail the old
guards because it typically announces itself with a rather low
__GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3
"Enable -Wnon-virtual-dtor for GCC 4.6"
Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
|
|
Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4
|
|
Eventually we want to be able to save documents, too.
Change-Id: Ib971163163f78d304deaac2d87db40c8438a34e9
|
|
When auto-detecting the GNU make binary from PATH store its absolute
path in the GNUMAKE variable to ensure to keep using exactly the same
GNU make binary even when the PATH settings change. This is needed
because the gbuild system relies on the GNU make features detected and
reported by the configure script.
Change-Id: I05916f0ad7f2e98e4e908455ed72758ebf396863
Reviewed-on: https://gerrit.libreoffice.org/2924
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
Change-Id: Id4abf40d4965c015baf7a4213cd6dde8871a2474
|
|
Blind fix attempt for the Android-X86 tinderbox.
Change-Id: Ib7ae0d077aad149d27c19f1b0137bb87062d0f60
|
|
Not everything compiles yet. As normal whenever trying to build LibreOffice
with some new tool-chain, it's the C++/UNO bridge that is most fun. The NDK
Clang tool-chain doesn't define _Unwind_Exception.
Change-Id: If828f4f5b5788a4abede1aaca0844bf37e97a701
|
|
Change-Id: I4b9b24444db500af6cff2cfb1bc17002baf08715
|
|
Change-Id: Ied4b734a412546558b049b1fc627c421b61a0629
|
|
Change-Id: I7eab3392c7441ea5ddda59055beedc53b7c5e46c
|
|
Change-Id: I7b4498b21b5c003cf03af0ab897d59c1c604bfb8
|
|
Change-Id: I9746559dcf001672906472bcdeaf49b9b20cd449
|
|
Change-Id: I1b5c2182762d8a5272ae495f0ada01e81bf38cf5
|
|
...from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers/jni.h
Change-Id: I2ae814f0491fe8a24a91504f7f14cc7416437d0f
|
|
|
|
This should avoid gcc warnings in external code we don't care about,
so there'll be no need to fix them for WaE.
Change-Id: I629dc2672c075908294609249183f27ad2984325
|
|
builds fine when using system python for building on Mac OSX 10.5
(comes with python 2.5 only). Note that python 2.5 is not enough
for pyuno/python scripting at runtime, so for that internal python is
built nevertheless.
Change-Id: I51a4450cad1e09aecd12f192db1fb797313cf322
Reviewed-on: https://gerrit.libreoffice.org/2862
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
For test sample report from fdo#61726 can be used.
Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe
Reviewed-on: https://gerrit.libreoffice.org/2718
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
|
|
Change-Id: I654b4bd7dbd3cb6b6e09196a80097eae2a5787a1
|
|
Change-Id: Ibcfa5030a245e1bbc00c01c4d42a5bba01ec9aa9
|
|
Mac OS X 10.5 doesn't come with a dedicated sha1sum, but has make 3.81.
Allow openssl as alternative for the makefile, after all it isn't sha1
that matters. (also XCode's make is not affected by that specific bug)
Change-Id: Id212fca588980f7e151120cdfe281f7b5d8ac5a4
Reviewed-on: https://gerrit.libreoffice.org/2804
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I183d01d1884f67701523b88064b0dde6f496f67d
|
|
Change-Id: I3cc92e3fe471fa92a9de339c7677d866e46ab185
|
|
It's not possible to run the executable for host platform in general.
Just accept system version without checking it.
Change-Id: I5ca3da1aca09b5bc3a6d25f0cdcb816f36498623
|
|
Change-Id: I926763620779c08bce658dc1c2a565823539dd41
|
|
Change-Id: Icdf66eaed992e3b3e7c75c1082ac61c392c125d6
|
|
Surely this should be done better, this is only to make it work somehow.
There is too much going on with java in configure to easily make this nice.
Change-Id: I9212a2cecd16964d50d6ee0f848f5cd2935a7ca3
|
|
Since 17b2ace79b86bd772d9eb48b9c4ad69c0713695c
"filter: use python version of FCFGMerge"
Change-Id: Ie66be9c126d0d1a9adf28abb6b399a5219bf4dda
|
|
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb
Reviewed-on: https://gerrit.libreoffice.org/2662
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Iddbfcacd17c1022293357ff5240ab7a52b1a390e
Reviewed-on: https://gerrit.libreoffice.org/2677
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
|
|
Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83
|
|
The necessary build stuff was apparently silently dropped during gbuild
conversion and never noticed.
Change-Id: Ib1f530b92618a9d4f11c54818e984f737abaa283
|
|
Change-Id: Ie236bbe4122fa5686a8d4c6050b5e14f354a5bb3
|
|
Also simplifies configure, hopefully without any mistake;)
Change-Id: I5c6c53fbee06cd1ecccf878a5c080274bfd950c1
Reviewed-on: https://gerrit.libreoffice.org/2563
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
|
|
Change-Id: I585e57cc7eb15016374c284aa2295df0ebe799ad
|
|
Change-Id: Iaec9ca5ae588c2a82a823475fecde28519aa3b2f
|
|
Change-Id: I58c11477c1ce48185528db3a8013b5dccf3947c6
Reviewed-on: https://gerrit.libreoffice.org/2653
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I6c53e999b9921dff4338815a48b8c97b4fe25059
|
|
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
|
|
Change-Id: I242153584dd8e50e8163c4534acf8d8a66423b02
Reviewed-on: https://gerrit.libreoffice.org/2545
Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
|