Age | Commit message (Collapse) | Author |
|
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
|
|
Change-Id: Iddd265fca9769d9afac67d37877bd3a99068f368
Reviewed-on: https://gerrit.libreoffice.org/15884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.
|
|
This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.
|
|
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
|
|
Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3
|
|
|
|
|
|
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
|
|
- gbuild is not "shiny new" anymore -- its the default
- hint at solenv/doc/gbuild
Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0
|
|
Change-Id: I75ffd1e1f877e0d23fdd21370a795fa11bf83f9f
|
|
Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853
|
|
This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc.
It turned out not to be necessary, see commit
9ce371fa1626bb845e702ceef66a730547b313a8
|
|
Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7
Reviewed-on: https://gerrit.libreoffice.org/15779
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
This reverts commit f14cedc4fd7ba784da3f7ca067a1af18b758e368, now that
667910530deb61563d4812db0995da94e25220e5 reverted
9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c again.
|
|
...after 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c "Switch VclBuilder constructors to use VclPtr."
Change-Id: Ifc556c471bfbe3d0abf921ce3556ce75ad7a82ce
|
|
...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
|
|
Change-Id: Ib6f34f833a6fbaa8038796d86accd385b2a21a44
|
|
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>
|
|
Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364
|