summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2015-06-23Typo: iff->ifJulien Nabet
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
2015-06-22scp2: add AutoInstall support for executables with COMPONENTCONDITIONMichael Stahl
Change-Id: I36f14d9ba08ab2473a555681b934b8b35cfa06b2
2015-06-22Fix typosAndrea Gelmini
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-19qadevOOo: fix _XDataPilotTables failure in non-english localesMichael Stahl
Set the UILocale to en but do that with a registrymodifications.xcu as setting it via configmgr requires a restart. Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
2015-06-18dead codeAndras Timar
Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09
2015-06-15sw: prefix members of SwNodeIndexMichael Stahl
Change-Id: Ia31c7a91bf78b967e70d288374d9e21439c99221
2015-06-15fix fingerprint path with system libextextcatDavid Tardon
We want the right path in instdir already. Setting it during installation is too late. Change-Id: I3f7045ce4b4d3cb1f0dfac1c4fcd036db847621d
2015-06-15make debugrun under WindowsJuergen Funk
Debugging with Visual-Studio, attach to soffice.bin Description: Start make debugrun after the start of LO, in VS-Debugger "Attach to Process" to the soffice.bin then start in other box the test with make gb_JunitTest_DEBUGRUN=T JunitTest_YYY" Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92 Reviewed-on: https://gerrit.libreoffice.org/16290 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann
(so fix its Linux RPATH from "$ORIGIN/../Library" to none) Change-Id: Ie58e8e07cb08cdf12546f8bb7b92aa9e83815748
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
2015-06-01gbuild: document what CFLAGS/CXXFLAGS etc. *actually* doMichael Stahl
Looks like following GNU build system standards isn't necessarily the best idea, if even the documentation gets it wrong. Also document the ENVCFLAGS/ENVCFLAGSCXX variables. see also: i#116959 and: http://www.gnu.org/software/autoconf/manual/standards.html#Command-Variables Change-Id: I56d8623cbbc800ef80da1610f6fd104ac29beaf9
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks
Change-Id: If8e70dc25c537fcf12de0853d91c30f0e6f92e31 Reviewed-on: https://gerrit.libreoffice.org/15940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-26gdb: SwTxtNode -> SwTextNodeMiklos Vajna
Fixes the unexpected ' ~DeletedNode' lines in the output. Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77
2015-05-25macosx: work around hdiutil error -5341 on dmg packagingNorbert Thiebaud
Change-Id: Iddd265fca9769d9afac67d37877bd3a99068f368 Reviewed-on: https://gerrit.libreoffice.org/15884 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-22Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"Michael Stahl
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
2015-05-22Revert "gbuild: allow recording of CppunitTests and PythonTests too"Michael Stahl
This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.
2015-05-21gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl
Since these don't use soffice they need to be tweaked to use RR varaiable. Unfortunately rr crashes in some CppunitTest so don't enable that now. Unfortunately rr crashes in PythonTest. Change-Id: I2143618fa2181e36b6aaeded43637cb3481f5e47
2015-05-21solenv: if RR is set, skip gdb backtrace, since it's recorded alreadyMichael Stahl
Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3
2015-05-21Fix thinkoTor Lillqvist
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist
2015-05-19TypoJulien Nabet
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
2015-05-19update solenv READNEBjoern Michaelsen
- gbuild is not "shiny new" anymore -- its the default - hint at solenv/doc/gbuild Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0
2015-05-19add linkNoel Grandin
Change-Id: I75ffd1e1f877e0d23fdd21370a795fa11bf83f9f
2015-05-19very very basic README for gbuildNoel Grandin
Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853
2015-05-18Revert "gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS"Michael Stahl
This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc. It turned out not to be necessary, see commit 9ce371fa1626bb845e702ceef66a730547b313a8
2015-05-18OS X codesign fix (e.g. --disable-python case)Andras Timar
Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7 Reviewed-on: https://gerrit.libreoffice.org/15779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-11Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"Stephan Bergmann
This reverts commit f14cedc4fd7ba784da3f7ca067a1af18b758e368, now that 667910530deb61563d4812db0995da94e25220e5 reverted 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c again.
2015-05-11Silence Clang -Werror,-Wreturn-type-c-linkageStephan Bergmann
...after 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c "Switch VclBuilder constructors to use VclPtr." Change-Id: Ifc556c471bfbe3d0abf921ce3556ce75ad7a82ce
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann
...at least in my build against the 10.9 SDK. (Though Clang apparently emits far fewer shadowing warnings than other compilers, anyway.) Change-Id: I1f1e2ef693c3bd0846d85a3f72f32a8610f46194
2015-05-08OS X SDK.app build fixAndras Timar
Change-Id: Ib6f34f833a6fbaa8038796d86accd385b2a21a44
2015-05-08tdf#78834 enable localized system dialogs on OS XAndras Timar
Change-Id: I37f5b183b36f2a3077f591162402ddd83e4a46d4 Reviewed-on: https://gerrit.libreoffice.org/15673 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-05-07regenerate .rdb if makefile changesDavid Tardon
Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364
2015-05-06android: More services that are probably needed.Jan Holesovsky
Change-Id: Ibc394aa8ae758bbcc478707731cda3b270499ce2
2015-05-06android: add ctors needed for ODT saving to the edit listMiklos Vajna
Change-Id: I8b83b57f8dbbbc3cc75618d133139fdbe2c24603
2015-05-03viewer: Remove some more services.Jan Holesovsky
Change-Id: I298b6a372df2bce889d81c1d716d2c9bec175323
2015-05-02android: Add many missing services, remove several unused ones.Jan Holesovsky
Change-Id: I90cceee234a15526c79e147a0ad670ce6920da99
2015-04-29solenv: add COMPILER_EXTERNAL_TOOLMiklos Vajna
COMPILER_PLUGIN_TOOL has two effects: 1) It makes LinkTarget aware that no object code will be generated by the compiler (as the compiler is just a tool, not a real compiler), so e.g. it's expected that no dependency output will be generated. 2) It puts some of the clang plugins into rewriter mode. When using some external compiler tool (like a wrapper around clang-rename), then 1) is wanted, but not 2), i.e. getting rid of the dependency generation part is wanted, but none of the rewriter plugins should be activated. So add COMPILER_EXTERNAL_TOOL that does 1) without 2). Change-Id: I83c21da5763a62d654f93c574d89573cdc7c2138
2015-04-26--enable-mergelibs: Turns out we don't need to install saxMatúš Kukan
We are lucky, saxparser(expwrap) is only needed to build localedata* libs which are only runtime dependencies, and can be built *after* libmerged. So, simplify and move runtime deps to CppunitTest. This reverts commits 59cea45ec247df1acb691308c940ff97673e4c48 and partially 5e45637568ceefee21fe329a5254881963fecd7a Change-Id: I1a1fb4a48fd1a22a9b3a48f0eb0f123649c113b0
2015-04-25gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGSMichael Stahl
Change-Id: Ied595f97c2a6501a7e80a378a474689c43ad60d9
2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan
It was most probably not working anyway and is something different to libmerged, which intends to merge only core set of libraries. To build everything into one library, approach similar to what we do for Android could be better idea. Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
2015-04-22handle tar.xz tarballsMarkus Mohrhard
Change-Id: I8e36ad989ec54117f85105c24bc1c1442e0a493b Reviewed-on: https://gerrit.libreoffice.org/15454 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-04-21Enable -Woverload-virtual for Mac OS X, tooStephan Bergmann
...after f29e959c827a5858e3baeea6e748aa597ac9fb94 "enable -Woverloaded-virtual gcc warning" had already enabled it for unxgcc.mk a long time ago. Change-Id: Ic33e026a3d7200c779cec0cd9f23058debc0c74e
2015-04-21Do not filter out libsax from installation even if it's mergedMatúš Kukan
expwrap links against sax and can't link against libmerged because it is needed to build libmerged :-/ (saxparser in i18npool) Change-Id: Ie4dca11e8e1bb16a2506cf7cdb7d69b804d98cc0 Reviewed-on: https://gerrit.libreoffice.org/15447 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-04-20don't try to sign merged libs on windowsChristian Lohmaier
as those are fake, just textfiles with dll extension that signtool doesn't like. Also made the text more descriptive "invalid" is ambiguous, "invalid - merged lib" states the reason why the file is a dummy. Change-Id: I31801fd0c3aa593549fac5e6275189e18bbc0010 Reviewed-on: https://gerrit.libreoffice.org/15444 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-04-19tdf#82430: gcc-wrappers: command line *must* start with a spaceMichael Stahl
Yes, you read that right, if there's no space in front of the first argument, cl.exe will *ignore* it. Change-Id: I73d9bf026705538e53b5d91091a4c96eb15739b2
2015-04-16'0' is a not the same as undefined or empty valueChristian Lohmaier
Change-Id: Ie077fc273601607cba72099d650c6774f08240fb
2015-04-15tags: also index officecfg wrappersMiklos Vajna
Change-Id: I6211762b03bd85a1388027906858020a767f12f6
2015-04-14add missing services to allow writer to save.Siqi Liu
Change-Id: Ica21cefb705f4140b9f298e09be04b4950407b78
2015-04-10Don't try to install LibreOffice on XP, if it was built with SDK 8.x or higherAndras Timar
Change-Id: I79a357a51a3d98774745001d5f99b045ef964255 Reviewed-on: https://gerrit.libreoffice.org/15218 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-04-08solenv: there are no more SvArrays in need of pretty printingMichael Stahl
Change-Id: Ic4d59228f3295e8400bcacf637ff4def7669b775