Age | Commit message (Collapse) | Author |
|
That's what it actually means. Also make it a boolean
Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c
Reviewed-on: https://gerrit.libreoffice.org/18688
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Ic6485b060eceb47dc96ee102733f308d71beedb8
|
|
...so the following strcpy does not cause a false abort under _FORTIFY_SOURCE=2
Change-Id: I395136f11020064766db76f87ed8f5b01c083c3a
Reviewed-on: https://gerrit.libreoffice.org/18681
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
|
|
Change-Id: I017d21153880e92d59477ed2d6bdabc2629672e0
Reviewed-on: https://gerrit.libreoffice.org/18521
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
|
|
Instead of saying what to do, do it, so the CPPUNITTRACE="... /debugexe"
part can be copy&pasted.
Change-Id: I2ae54ad52ffa7dfbbf8b4e61f1fa8a0079c7b570
|
|
Change-Id: Icc3a965e59f5b2d4e23e0e5a4d0400b6b175c9c1
Reviewed-on: https://gerrit.libreoffice.org/18346
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: If55979b55b4bc8dee785f0940461a01995060682
Reviewed-on: https://gerrit.libreoffice.org/17362
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I4d1e54bdf579b0d6dd143b3a68de259ab7d3d562
|
|
With the new RHEL6-era baseline TDF can finally ship KDE4 support.
Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3
Reviewed-on: https://gerrit.libreoffice.org/18267
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Most important perl scripts already use a portable method
but fix these nevertheless.
(cherry picked from commit 93496a6c1e5b2ae1756dc9b8043e2267209387da)
Change-Id: Id8b5e974356701e66f9dd8a6bd7a58fd4f5633ae
|
|
Make the workaround in snprintf.h conditional on older MSVC version.
Investigation reveals that the GetShortPathNameW is presumably used by
legacy Duden extension that was built by Sun in a setsolar environment.
The uwinapi.lib was never part of the SDK, so ordinary extensions cannot
link against it. The PRIVATE export of the symbol that is only possible
with DEF file therefore does not matter much. With VC2015 there is no
need for LO code to use uwinapi.dll at all and gb_UWINAPI can be unset
in this case.
Change-Id: I23a5636db9431b0fa4350b665a6a69613d625264
Reviewed-on: https://gerrit.libreoffice.org/16677
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I7035ea6f2d9ffe92282533064d69b75e2c1989e1
|
|
9a6cdce37e601b1406c71fef16ad9b315045c9da was trying to fix the problem
with exposing deprecated vars and functions in system's error_code.hpp
include file by patching bundled boost version. This approach would
only make sense, when upstream version is going to be fixed ASAP. Apply
another approach, and follow the same pattern as applied in external
libraries, by defining
-DBOOST_ERROR_CODE_HEADER_ONLY \
-DBOOST_SYSTEM_NO_DEPRECATED
instead of patching bundled boost version. This way, the code would
work with unpatched system boost 1.59 final as well.
Change-Id: I8684ca458ea4a5b7d7c3c3acfe7c14a6d19bc665
Reviewed-on: https://gerrit.libreoffice.org/18201
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
|
|
CppunitTest_libreofficekit_tiledrendering hangs because the soffice_main
exits due to the unrecognized command line arg --target.
Use a -env:VARIABLE argument instead, which is filtered out by
rtl_getAppCommandArg() so does not reach the soffice_main code.
(regression from 87514b0907dfbb479e2646b5ff951c68babf3417)
Change-Id: I2c801305398dccfb447e4e5c44726f42bf2a72ef
|
|
Change-Id: I3788eae60f73bc42488bf2e4961922962f7e505b
Reviewed-on: https://gerrit.libreoffice.org/18155
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb
|
|
Change-Id: I14c7e2245e1333a7cc3c372b29f4a3b679169209
|
|
configure.ac was setting VERBOSE=YES/NO when really
we use verbose=t or verbose=
Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299
Reviewed-on: https://gerrit.libreoffice.org/17634
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Apparently Clang C89 mode is sloppily implemented and allows this.
Change-Id: I78ef943bc4c5f8590dae8879dad65ad9fbe9a9bb
|
|
1.59 upcoming release is needed for MSVC 14.0 (aka VS 2015) support.
There is a known breakage on MSVC with boost::none instance in
optional library. Use not documented define as explained in this
issue upstream [1]: BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE.
[1] https://svn.boost.org/trac/boost/ticket/11203
Change-Id: I25b1797da93f7959d15a70105d67100e0e2c4b3b
Reviewed-on: https://gerrit.libreoffice.org/17056
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: Ie2d1cb7312de6f14a5c6de81eefd7a00be6f75c0
|
|
Change-Id: I5d983fee8d5cd313fbd0d6ece800fa8b80d81b35
|
|
Change-Id: I8e4983a91d4f97a2a20fbeed89d4e0f186c35fad
|
|
With this, not only the definition, but also the declaration of e.g.
'SwTextFrm::Format' (or any other member function that is overriding a
virtual function from a base class) can be found again, just like before
SAL_OVERRIDE and the similar macros were introduced.
Change-Id: Ic9e429ad7cbb0a1212744115d1567bb79b7c6aa0
|
|
Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24
Reviewed-on: https://gerrit.libreoffice.org/16910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
Signed-off-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
Reviewed-on: https://gerrit.libreoffice.org/16711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
... if the process exits before the "bt" command, because then gdb will
print an error that there is no stack and stop the script before "quit".
Change-Id: I0f3a1381e17dda7e8a7d958e0cbc96676bbc23ce
|
|
Change-Id: I9309dc797c63e6c28831f545fd4d029a4d108dea
|
|
Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf
|
|
... after 39b04ad7cb2e10f32e92d3c9bec57e35f64a3304 started using
PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons
whereas PRODUCTNAME is LibreOfficeDev so rename for consistency.
Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
|
|
Change-Id: I55fb371843071943ea7966e42444cc56faee9430
Reviewed-on: https://gerrit.libreoffice.org/16589
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
Reviewed-on: https://gerrit.libreoffice.org/16522
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: I7d7cbe85219615f80069155a954f917781bc5b71
|
|
The python tests currently use the default desktop-dependent vclplug,
but should use svp like every other test.
Apparently there's no way to pass command line parameters through
python, so set SAL_USE_VCLPLUGIN=svp.
Change-Id: Idb9afd87a1721c5188aeecd9b1f83521f6431757
|
|
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
iff can mean "if and only if" so not a typo
|
|
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
|
|
Change-Id: I36f14d9ba08ab2473a555681b934b8b35cfa06b2
|
|
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Set the UILocale to en but do that with a registrymodifications.xcu as
setting it via configmgr requires a restart.
Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
|
|
Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09
|
|
Change-Id: Ia31c7a91bf78b967e70d288374d9e21439c99221
|
|
We want the right path in instdir already. Setting it during
installation is too late.
Change-Id: I3f7045ce4b4d3cb1f0dfac1c4fcd036db847621d
|
|
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>
|
|
(so fix its Linux RPATH from "$ORIGIN/../Library" to none)
Change-Id: Ie58e8e07cb08cdf12546f8bb7b92aa9e83815748
|
|
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
|
|
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
|
|
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>
|
|
Fixes the unexpected ' ~DeletedNode' lines in the output.
Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77
|