summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2014-04-20Upgrade doxygen configuration fileChris Sherlock
Change-Id: Ia53ef2130c03f36909f4ee47a60077fe74e0f481
2014-04-18don't bother with _for_build hereDavid Tardon
The tests cannot be run on cross-compilation anyway. Change-Id: I89afe30067e3f06fe090e529e6072c79ea696038
2014-04-18add missing depDavid Tardon
Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d
2014-04-18do what i meant, not what i wroteDavid Tardon
Change-Id: I266e9ba3fb72489986d7d8cef4cb59b8c09dd51f
2014-04-18restore deps on bins from bundled projects used during buildDavid Tardon
Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d
2014-04-18fix deps for PythonTestDavid Tardon
System python can be used for build even if the bundled python is enabled, c.f. --enable-python=internal vs. fully-internal. We need to use the python that is used at runtime, not for building. Change-Id: Ia1cd0b787d23645ce469e6975d90f01239256b9b
2014-04-18order-only dep is enoughDavid Tardon
Change-Id: Ie040f95a92eb2fc3b68e5310103388a01cfd4fdf
2014-04-18add missing functionDavid Tardon
Change-Id: I911d1131a91f0a5baea3324c0d48cb4fa5c5c344
2014-04-18PythonTest must depend on bundled python stuffDavid Tardon
Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d
2014-04-18Let's try to use -Oz after allTor Lillqvist
It gives such substantial code space savings. We will just have to work around the few problems it seems to cause. Change-Id: I31031dfea049c7d28624c76ec8999976d9383df6
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of using (or not, more likely) -DDISABLE_DBCONNECTIVITY. The plan is still that database connectivity would be disabled always for the non-desktop platforms, and otherwise disabling it would be a configure option. But, still lots to do; the TiledLibreOffice iOS test app gets tons of undefineds when linking if I actually try to disable the database connectivity. Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac
2014-04-17Using -Oz causes crash, revert to OsTor Lillqvist
This is with the Xcode 5.1.1 tool-chain. Either a compiler bug, or some undefined behaviour in our code sensitive to compiler optimisation details. The crash we noticed was in sw/source/core/layout/paintfrm.cxx. (There might of course be more locations with similar behaviour.) Change-Id: I5d0f0aee369b2ca5fc77356f0a7cb88bec6cc58e
2014-04-15I doubt we need these switchesTor Lillqvist
Change-Id: If7b1183384c3931efe73a24a894116be4d827807
2014-04-15Move misleading commentTor Lillqvist
Change-Id: Iaf02671b7d3abc8e096ed817385fc78cead1813c
2014-04-15The -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 is surely left here by accidentTor Lillqvist
Change-Id: Ibc36e4795122167585fb653cc1c4e81fd59f3620
2014-04-15For uniformity with unxgcc.mk, don't bother with -fno-inline when gb_SYMBOLSTor Lillqvist
Change-Id: Ib94b338491a574810280b1bcb6446d02e90a9042
2014-04-15Let's try using -OzTor Lillqvist
Change-Id: Ib56b50b9ce2252e6eba488e88dd45a5ebd062b6b
2014-04-14Use -Os instead of -O3Ptyl Dragon
Change-Id: I3bc3397c6a505c758703e506474657fa97ef51bd
2014-04-11Revert "make it possible to do 'make -C sw/' even with builddir!=srcdir"Stephan Bergmann
This reverts commit 11e881a63821ea209bda509d1e502d9ba270782d, which assumed that "all the Makefile's using it are in builddir/<module>/", which is not the case for the external/ sub-modules.
2014-04-11gbuild: More crude hacking to fix over-evalutation of gb_Extension_*COMMANDsStephan Bergmann
...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over- evaluation in gb_ExternalExecutable__set_internal" Change-Id: Ica0f8a029e18f66c470afb6a038a4746c919a8d6
2014-04-08vclopengl needs to be in libmergedMatúš Kukan
Change-Id: I7265aa6f79bcee99bf5c60dc21b61ea95ae85864
2014-04-07Fix LD_LIBRARY_PATH for NetBSD.Ryo ONODERA
LibreOffice 4 NetBSD build fails with wrong LD_LIBRARY_PATH. LD_LIBRARY_PATH setting in solenv/gbuild/platform/NETBSD_INTEL_GCC.mk and solenv/gbuild/platform/NETBSD_X86_64_GCC.mk is not needed. Attached patch should fix amd64 (x86_64) and i386 build. https://bugs.freedesktop.org/show_bug.cgi?id=77098 Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2014-04-04give an identifier to the app_bundle itselfNorbert Thiebaud
Language Pack did not seem to pick a decent default value for that Change-Id: I567f24882e16533e10d8ba91b777ad91dc507b87 Reviewed-on: https://gerrit.libreoffice.org/7485 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2014-04-03gbuild: enable LTO parallelism for GCCMartin Liška
Change-Id: Id0be70056645a5fa5df49aa5186e3187c719e048
2014-04-03gbuild: fix check for registered librariesMatúš Kukan
Change-Id: I0e8524a0933114196a80317b9a427d8cd3f3e459
2014-04-03gbuild: Allow to use more components in one library.Matúš Kukan
It probably does not make much sense in general but will be used to optionally disable some implementations in a library. Change-Id: Ib491b8b642907b5bb20d458cbf766c9c9a5a5111
2014-04-02Internal linkageStephan Bergmann
Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c
2014-03-31Need com_sun_star_i18n_Collator_get_implementation for some odt docs, it seemsTor Lillqvist
Change-Id: I1f24a281155ade91f0296dbc24550fcd8febf0d0
2014-03-31SAL_DIAGNOSE_ABORT is no longer usedStephan Bergmann
Change-Id: I87090e2714bca3ea7a9ad8a8ff966702139ba345
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-28Maybe we need libsblo.a for AndroidTor Lillqvist
Saw messages about that in logcat. Didn't help making the 'desktop' app work again, though. I wonder when it last worked. Change-Id: I32f7f32a30f3d00aa0754c00469ecddf2831aad5
2014-03-25Update make helpfileChris Sherlock
Corrected typo, included the option dump-deps-png because that is awesome and available and not in this helpfile! :-) Change-Id: If8dd8b9c4dc9938c65499ae5d6dfdd7bf830e94d Reviewed-on: https://gerrit.libreoffice.org/8747 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-03-24After Tsahi's "connect tile device to DrawLayer" we need some more componentsTor Lillqvist
Change-Id: I4a5784a63d3bcc8af3b50e51e410744d8b185be9
2014-03-24Revert "use $(value ...) to reduce escalating double-quoting of dollars"Stephan Bergmann
This reverts commit d2c16eb81a813f709552bd840897047fe98eb131, which caused JunitTests to call java with a command line containing -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"" instead of -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}" (and thus caused a build against a local trunk GCC, that requires LD_LIBRARY_PATH to find the corresponding libstdc++.so.6, to fail). Change-Id: Ia9613f5a7c6dff1ff6883fc4c079ffaacd1c1b59
2014-03-24fdo#75577: Add and use $helppackaddon variableJan-Marek Glogowski
It was removed by a previous commit, because the code used the wrong, non-existing variable $helppackpackaddon. Change-Id: I00ca05ee07585ffd4fbdc75f881749098e6d5329 Reviewed-on: https://gerrit.libreoffice.org/8662 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
The change in partial_build.mk assumes all the Makefile's using it are in builddir/<module>/ , but that seems to be the case. Change-Id: Iddc8fa2ec0842f181780f7491cf5a2244efd014a
2014-03-21another hidden libspa usageCaolán McNamara
Change-Id: I523a9813c2b121342fc1bc31328ff8ce48f68c4d
2014-03-19use $(value ...) to reduce escalating double-quoting of dollarsBjoern Michaelsen
Change-Id: I92b4c1be5d8e051a4d716900bcc5dd7bb621017b Reviewed-on: https://gerrit.libreoffice.org/8658 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-03-18gbuild: AutoInstall: substitute "." in jar namesMichael Stahl
Change-Id: Icdb628164c53d212871171ab7dea2617f79a7a36
2014-03-14Don't Valgrind into java children in unit testsStephan Bergmann
...similarly to desktop/scripts/soffice.sh preventing that for LO itself. One problem is that, even if it does not find any errors, Valgrind writes onto a traced child's stderr, and when jvmfwk searches for a JRE to use, it takes output to stderr into account, so would start to behave differently when run under Valgrind. --trace-children-skip appears to be new since Valgrind 3.6, and older versions would probably fail early when they see this unknown-to-them option. If this turns out to be a problem in practice (current version is 3.9), we probably need to make this conditional on a configure.ac check. Change-Id: Ia6a72bdcd666d68ed0539170f3fc476292e82b96
2014-03-11normalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTSMichael Stahl
Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503
2014-03-11normalize values of USE_LIBRARY_BIN_TARMichael Stahl
Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
2014-03-10Need libi18npool to render non-Latin textTor Lillqvist
Change-Id: I7d0a42a89dff1e701627453ea4d337d21fbf6056
2014-03-07Convert com.sun.star.comp.stoc.Introspection to direct constructionStephan Bergmann
Change-Id: Ia01efee8c7cc28d1f71fd87c735a6cbc205b3eaf
2014-03-06Add components needed for editing a document in android/desktop app.Matúš Kukan
As new 'edit' group because they are not needed in view-only TiledLibreOffice_app. Although, probably there are more components in 'core' which should be in 'edit' too, who knows, sigh. Change-Id: I1efebc9884662a5d25744a3414717aa410350ef4
2014-03-06native-code: Remove foo_core groups, now only 'core' and 'writer' are used.Matúš Kukan
Also remove extended_core group. If something from there will be needed, we will add it another way. Currently only android/experimental/desktop/Makefile and ios/CustomTarget_TiledLibreOffice_app.mk are known to do something. Change-Id: I99936075e35ce98d684581838c0a19dccd83f942
2014-03-06native-code: Remove not used base and math groups.Matúš Kukan
Change-Id: Ic1c6109ff9463add24c879cf6e6371ab050831d0
2014-03-06Add apr and serf externals for alternative webdav implementation.Matúš Kukan
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
2014-03-06Add drawinglayerTor Lillqvist
Change-Id: I48c8d110666e0404b49e3a7816c134a7f06fb929