summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
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
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky
Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-27Run COMPILER_PLUGIN_TOOL on Objective C code, tooStephan Bergmann
Change-Id: I3eb9fb57e80b4600c11eef1c52986400478b4167
2014-02-26fdo#75526: sdk: install URE library symlinks / import libs againMichael Stahl
This is a bit involved because since the LinkTarget now creates the instdir/sdk/lib/* files itself a Package cannot be used; so convert the URE libraries to AutoInstall and add special handling for them to gb_Helper_register_libraries_for_install to create the necessary links in the "sdk" install-module. (regression from 70c35265f517ef372cb739d4cc64499abf57a838) Change-Id: Ia5467f3303d59f7f5f4a88adc22ceffb82a21ff1
2014-02-25oops, missing `)'Matúš Kukan
Change-Id: I1478ebf4abc60e8b8b18388a0e3ca12658bca2d9
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
Works for libmerged too, so we can get rid of LIBO_MERGELIBS. And remove few more #defines in vcl. It's generated by gbuild, so probably abusing config_host directory. Open to improvements. Change-Id: I87ab109bf109e42751766011daf076e9cdf8f5ee
2014-02-25gbuild: deduplicate by new gb_Helper_replace_if_different_and_touchMatúš Kukan
Change-Id: I98767944a74c2b6d90425e0232c40e20c8a6885a
2014-02-25gbuild: one command for C/C++ objectsMatúš Kukan
Change-Id: I835bd56123acfbfb53e0d3d86e5d66b929b3181f
2014-02-23Advertise the new PythonTest_pytests addition.Kevin Hunter
For those who use the 'make help' paradigm to look for an entry point to how to run their tests. Please see this commit for context: 4e887567c5b4b06646ab1340376e240d6c5af9cb Change-Id: Id7ffed3aa1e5157406c0c3d5328f4dd5b7d81178 Reviewed-on: https://gerrit.libreoffice.org/8155 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21Don't unnecessarily(?) drop compiler flags when rewritingStephan Bergmann
Change-Id: I674d1eeecee593e0d6ed83c34e2afa0ccad633b0
2014-02-21Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.Matúš Kukan
So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to autogen.input and it works. Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan
It's easier to type 'make ENABLE_WERROR= <module>' if one wants that. Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf
2014-02-20Allow COMPILER_PLUGIN_TOOL to carry mulitple plugin namesStephan Bergmann
Change-Id: I6e1655287939cf0d36fb6a84aaafc37c88fbceba
2014-02-18gbuild: "make debugrun" starting instdir/program/soffice with ...Michael Stahl
... UserInstallation in test-install/ does not make sense. It already has this: instdir/program/bootstraprc:UserInstallation=$ORIGIN/.. Change-Id: I0d5e952876b80661375cc5ca6f8fbf44539bc83f
2014-02-18Remove hopefully now unneeded workaround for --enable-lto build.Matúš Kukan
Change-Id: Iaffcc0825415e6aee62029fbc380954449b8bcbf
2014-02-18Tweak lto flags for gcc.Matúš Kukan
Change-Id: I490029f0727e060fdfdfc6e9adccd058b24e6b86
2014-02-18There is no gb_Library_LTOFLAGS.Matúš Kukan
Change-Id: I3b6b18e45aaf88d1cc6038226f6984090163bdee
2014-02-18Remove lto bits from solaris makefile.Matúš Kukan
Change-Id: I5ff79fddce0140791e367fb44afffe3250574efa
2014-02-18experimentally enable using depcache for full build speedupBjoern Michaelsen
Change-Id: I6c186ba7ca27166a272327bcfe6a94c391c3514f
2014-02-18native code: Remove deployment again.Matúš Kukan
It implements extension manager which we hopefully don't need. After b14218e4709a7a5961f1564543da35788b578014 it should finally work. Change-Id: I366722cc77de69c4937d461fed917e350b1b5fa5
2014-02-17Seems that canvasfactory is needed by some docx docsTor Lillqvist
Change-Id: Ic9347e2077f314bec5cc2ba5f123f468c91b612e
2014-02-17More components needed by finalPaper.docxTor Lillqvist
Change-Id: I7ab959ad227d77722a14a2cfa7addc55b58dc219
2014-02-17Add more stuff needed to show finalPaper.docxTor Lillqvist
Change-Id: I2b789ae3a6570b517ef30c662d845a7eca71f2e4
2014-02-17Need libdeployment.aTor Lillqvist
Change-Id: I7f9afa17f47199c3ba1bac4c3005893fb8ee4df9
2014-02-13gbuild: AutoInstall: RepositoryExternal.mk may contain these tooMichael Stahl
Change-Id: Ieb76643e2f53d19b1796f118bae2a7e954e6f015
2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl
Change-Id: Ib3c5d8f3921801f143447d8e01463905d80ac319
2014-02-13gbuild: add some error checking for gb_Helper_*_for_installMichael Stahl
Change-Id: Idb82c3d1d723f9214ca1424299cb1c93597fca40
2014-02-13remove now empty fwk_component_getFactoryMatúš Kukan
Change-Id: I5f2f5fc9ccc75b145572aa0bb88b00b0d7a5872d
2014-02-13fwk: Constructor feature for single-instance framework::Desktop.Matúš Kukan
Change-Id: Id582e672c0b41a35d25361f7dfe970a767880b2a
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2014-02-11native code generator: components tweakingMatúš Kukan
We should survive without deployment_component_getFactory, although Android build may need some changes. ContextChangeEventMultiplexer seems to be useful. Change-Id: I20544429425675449ad0471190968c5bfb97bbf9
2014-02-11Add css_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementationTor Lillqvist
Change-Id: Ib0fc337b1a2e57ddd6ec9d5dcc468daafbcb0501
2014-02-11Need XMLVersionListPersistence_get_implementationTor Lillqvist
Change-Id: Ideff360fe173c2809b6cc839b54a0839100b2b70
2014-02-10handle icon_name property tooDavid Tardon
Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4
2014-02-10Survive missing UIElementFactories.Matúš Kukan
And try to not use AddonsToolBarFactory in native code generator. Change-Id: I4782e6c719bdc7e01da14d2ea026e119da542517
2014-02-10native code generator: Do not use uui component.Matúš Kukan
Since fe537786a42abea57551395f73328db48bebd086 and 4ff56fd1fa6f0ad2501274086a03d51a0e9cf03f it should not be needed. Change-Id: I497c7920e94c322cee5db1b10cd61f30dfbba634
2014-02-10adjust PackageInfo for zip filesBjoern Michaelsen
see commit 7fe9808f009af2f0a4da58663eacd2caccdcaafe for reference
2014-02-10TiledLibreOffice needs css_comp_uui_UUIInteractionHandler_get_implementationTor Lillqvist
Change-Id: Ib42a305bbab9d05d0c187fdf15952cfeee5250a7