Age | Commit message (Collapse) | Author |
|
Commented-out in a198aa60a9d346128043e3e65ae82bb8ff670272 in 2005.
Change-Id: Id174dae6632fa8d8e9845b06b916a8515cd6acf3
|
|
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
|
|
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
|
|
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
|
|
Change-Id: Ie8a1d015242450094928863013030b4cb0bb1f4e
|
|
Change-Id: I8a945f3e83559f421aa1a0b4fbfcec1b25932ef7
|
|
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>
|
|
Change-Id: Ieb80209e0254080bf78fb3b5201b849d7d30880c
|
|
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: I9c61a46c57894bc63a57740206c0bcb4a16553af
Reviewed-on: https://gerrit.libreoffice.org/21571
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
This reverts one hunk of commit c995196ff0e9f7041b03fc513d703d6e60b8c867
(Fixup SAL_DEBUG_TRACE macro., 2016-01-12).
Change-Id: Icbf611c4aaa909b8c495bed1280fad73ba876e8c
|
|
Change-Id: I276ce9a356086001c208902ba94641863c2f2fdb
Reviewed-on: https://gerrit.libreoffice.org/21408
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
|
|
Change-Id: If1ddb112c85f127295eb55566360b066e7173ba2
Reviewed-on: https://gerrit.libreoffice.org/21245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I8c1ef744be34eea2130b458ed3a09d90804219cc
|
|
Change-Id: I9b12524ddbe3cd26800af53415fa593984f2b816
|
|
std::stable_sort requires random access iterators, which std::list does
not provide, so this is not actually supposed to work, but strangely
does. But there's no reason why this couldn't be a vector.
Change-Id: I98ec5c28204d01a7352d15ed783748fc17bd8105
|
|
Patch by: me
(cherry picked from commit 7d41b0a9559a388fe558cf7e8d81e4909a785af3)
Change-Id: I5e087de043bf454268e4a3ccf24d9e25de3735ee
|
|
instead of 0x%x + conversion to integer.
Patch by: me
(cherry picked from commit 25f185144085ebe06405a5d8f19a11544ed7f794)
Change-Id: I49197aed7bc2dc92a4b54d9aa6a7dce95ebadcfb
|
|
Change-Id: I8dd2624cf70dbb34f6fe0a1744c3266dcef07198
|
|
Change-Id: I97c7a1c3c8a1dca0227477b54c4ce17530bd6b33
|
|
Change-Id: I2fdbc2ac10f483eee154bdf69479ba217a91ef7f
Reviewed-on: https://gerrit.libreoffice.org/19605
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I3ec80e4a64c98b97ab3157dd37614a7c56802d79
|
|
in backtrace.c and diagnose.c - it's 3 because of the EBP/RBP register's
position in the jmp_buf
(https://github.com/freebsd/freebsd/blob/master/lib/libc/amd64/gen/_setjmp.S
and
https://github.com/freebsd/freebsd/blob/master/lib/libc/i386/gen/_setjmp.S).
Patch by: me
(cherry picked from commit 87451f66edfa425e51289ac6f12ee110d7109a02)
Change-Id: I5f18cd9145f90db351c124c6f914411f1ffc2a83
|
|
Patch by: me
(cherry picked from commit e0e462a3e64576be14a4341f4dc4a2d56f22fa2a)
Change-Id: I1c59b2b631dbfd508d85abb774f27187ded47c17
|
|
The Bugzilla issue has another fix for sparc but I have no way ot test it.
(cherry picked from commit 24e9542bcfaec3b49e5e825bf36d4bf524d69080)
|
|
Patch by: me
(cherry picked from commit 0faee39deac292694d036d753b7dc1c4513e045f)
|
|
Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
|
|
Change-Id: I27da462b553ef11e9d9ce7873e8fedc3af8c6041
|
|
Change-Id: Ic12b2914b4f39a96d1455dc280c97d64639b9849
|
|
Change-Id: I334c0a5004fa417f1cb3b1e768988644c712be7f
|