Age | Commit message (Collapse) | Author |
|
Change-Id: I2dff3eeef6e9d2bcf089f054475c164c8c641941
|
|
Change-Id: I82d2d44fd43ff2a641df74b9e05aea01991d001c
|
|
Change-Id: I42d09cccf07dca6733f763b1026f6c138cb70a61
|
|
Change-Id: I309985d65752c4aa041cdb7c060c32d4312d442d
|
|
Change-Id: I726ca611cce66d7e25dc91b8baaec7e588eb1b8e
|
|
Change-Id: I074b5c4b9caec0a1c22f36e153a84104c5187e91
|
|
Change-Id: I725783d10bc1e6300c480542c536d409433ff532
|
|
Change-Id: I68e51e09ffea9328034254b694b01082dbb4e3bd
|
|
Change-Id: If19a3029bd7d312e40eead77856fb705d12b5fc6
|
|
Change-Id: I29c643a972c10f22328022b66c57c6b86f748cfe
|
|
Change-Id: Iab013039d3f99ee06efc1556b768f16ec8bcee2a
|
|
Change-Id: I6d60bbf938a5e609efeb56d9c7650e83dd9bbbdb
|
|
Change-Id: I2b8e5e4736fab924c02fca81aabb37c4e2361265
|
|
Change-Id: Ibb7e6fc2a0fdc357e31f02d8b88e6d3c0ae02f44
|
|
Change-Id: I9baa60e56cc1f0086218f1ee633e0041436a8f2a
|
|
Change-Id: I4f72ded322d563c6d429e0cfbf4120e4faa85c98
|
|
Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5
Reviewed-on: https://gerrit.libreoffice.org/22985
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc)
Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2
Reviewed-on: https://gerrit.libreoffice.org/22901
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
... not into the source one as that will likely fail with EXDEV if
source and target are on different mounts => osl_File_E_EXIST.
This broke the xmlsecurity test SigningTest::testOOXMLAppend().
Change-Id: I07ada1d5564fd72a059d588e127a5906a499aca4
|
|
Change-Id: I244d481bce4723d172e26c0d31aab0a541334604
Reviewed-on: https://gerrit.libreoffice.org/22959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
clang-cl as-is does not provide the intrinsics provided by MSVC; you need to
explicitly include Intrin.h (provided by clang) for that. So, as a hack,
specify CC/CXX as
clang-cl.exe -FIIntrin.h ...
to have the intrinsics always available. But Intrin.h includes stdlib.h, so by
the time sal/osl/w32/random.c defines _CRT_RAND_S before including stdlib.h, the
latter has already been included without _CRT_RAND_S support. So, as a second
hack, specify CC rather as
clang-cl.exe -D_CRT_RAND_S= -FIIntrin.h ...
But then clang-cl starts to emit -Werror,-Wunused-macros, as defining
_CRT_RAND_S in the main file has no effect here.
Change-Id: I5dfe9872dea7e8eb476d9260f17ab8d8893f48af
|
|
Change-Id: I7d48c1543b0d3239c8e646ca0765421f933cfecc
|
|
(f59136a2ed1e3eb01cc5b62c5a7da07c34cbdfae "tdf#91794 remove OSL_DEBUG_LEVEL > 1
conditionals" had changed it from OSL_DEBUG_LEVEL > 1 to > 0)
Change-Id: I40714993fb55ec27b80d225cec28c64f2959ab73
|
|
Change-Id: I60bb1e303f7a26b4324cccf2858258a375b53f34
|
|
...and where appropriate use CPPUNIT_ASSERT_EQUAL to have no need to always
print out certain values
Change-Id: Iad2ccb235b09852fffd3f010cf069c45b36e2d4b
|
|
Change-Id: I419aba8728b3a65fca69c82a4f950daaf4815187
|
|
Change-Id: Ie8a1d015242450094928863013030b4cb0bb1f4e
|
|
Change-Id: I8a945f3e83559f421aa1a0b4fbfcec1b25932ef7
|
|
Change-Id: I5402d52ec42fa27c58b276eeb22eeb270c3d7948
|
|
Change-Id: If329cf8257684e7bd2936641b8f14ec3e9b9f733
Reviewed-on: https://gerrit.libreoffice.org/22647
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: If8e16b7805b5b25dafe053e35cd98079abbea83c
|
|
Also better error handling if pipe dirs are really not usable.
Change-Id: I1c865b9a9f1f08d2cffd07343494feca585ec75e
Reviewed-on: https://gerrit.libreoffice.org/22727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
|
|
Change-Id: I3be393ef5a9d1ed732f44037cd1115960a6186d2
Reviewed-on: https://gerrit.libreoffice.org/22592
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I201e4b44e2a26ff0566f30c7e7c12c0df90a54e6
Reviewed-on: https://gerrit.libreoffice.org/22591
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Calls to CppUnit::TextFixture::setUp and CppUnit::TextFixture::tearDown
have been removed. I hope that saves a few milliseconds of build time :)
Change-Id: I611db2f5c5673ab86bf8f92beb4f6e8a70443b34
Reviewed-on: https://gerrit.libreoffice.org/22496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ieb80209e0254080bf78fb3b5201b849d7d30880c
|
|
stage 2 of replacing usage of various checks for the windows platform
with the compiler-defined '_WIN32' macro
In this stage we focus on replacing usage of the WIN macro
Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84
Reviewed-on: https://gerrit.libreoffice.org/22393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
stage 1 of replacing usage of various checks for the windows platform
with the compiler-defined '_WIN32' macro
Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f
Reviewed-on: https://gerrit.libreoffice.org/22390
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
and
coverity#1352449 Use of untrusted scalar value
I suspect this will fix the warning, given that "Casting narrower unsigned
pBuffer[i] to wider signed type short effectively tests its lower bound", so
if we pass it though as-is we probably quieten these
Change-Id: I2ece08f7301f5d548d905d221e5a6af0da51a2bb
|
|
...and fix its documentation, and use it throughout the code base.
Change-Id: I349bc2009b1b0aa7115ea90bc6ecd0a812f63698
|
|
The same extern declaration is already in alloc_impl.hxx which the
source file includes earlier.
Change-Id: Idacadc8cf938d88892c99b1af3723c52fcae5298
|
|
Change-Id: If4500b8b41915a05a2bfb2c776259f49ad9bfc85
|
|
The tests itself already existed, we were just missing the .mk file
Change-Id: I662eba5d955aa5cbd774dbb3b4c9f9010dc1d7d6
Reviewed-on: https://gerrit.libreoffice.org/22249
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I74585aa5a50cd335f4fd0a3ba4fed230b98993c3
|
|
need it for pipes too, and even if it isn't necessary it can't hurt.
In particular, on FreeBSD 11-CURRENT it seems pipes no longer wake up
from accept when closed in other threads, so let's deal with that before
FreeBSD 11 is released.
Reported by: Matthias Apitz <g u r u a t u n i x a r e a d o t d e>
Patch by: me
Tested by: Matthias Apitz <g u r u a t u n i x a r e a d o t d e>
(cherry picked from commit e18ecd4f644cfbe5d6b871c7ff6c76bd5c220504)
Change-Id: I1b4c0438fbcc2ea53625f235906936fc1403e195
|
|
Change-Id: I794cb2f3f31e9ce48f3568bd5a4afc52abf0f934
Reviewed-on: https://gerrit.libreoffice.org/22160
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I45260555778a733a8c8ba9e39e9ffcce0c9ab78d
Reviewed-on: https://gerrit.libreoffice.org/21818
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I1ce50ce0ce8a4a461d1b2a34de132cbf57dd7d25
Reviewed-on: https://gerrit.libreoffice.org/21802
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I15a4237a1ab6d7c180b52c3f8d2834c0e034b7db
|