summaryrefslogtreecommitdiff
path: root/helpcontent2/source/auxiliary
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2024-02-08 14:14:22 +0100
committerAndras Timar <andras.timar@collabora.com>2024-02-09 10:32:13 +0100
commit62caa4586e08b6464396189f1f6e68f57f76bce3 (patch)
treebb2f28ff2e765de83c13ce22ff10501aae1fa13c /helpcontent2/source/auxiliary
parent00127ea86820b1f59d1c25c10a3dee7a545dc07f (diff)
Too big enviroment on Windows can cause failure with xargs distro/mimo/mimo-7-5
Change-Id: I5d796dbf6ad4d93dd133583a1dac95a210674ef9
Diffstat (limited to 'helpcontent2/source/auxiliary')
0 files changed, 0 insertions, 0 deletions
de_4b_for_libreoffice-6-2'>feature/sw_redlinehide_4b_for_libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/Library_postgresql-sdbc-impl.mk
AgeCommit message (Collapse)Author
2017-06-20create comphelper::RefCountedMutexNoel Grandin
and merge the two existing implementations of the idea - SotMutexHolder from package and RefCountedMutex from connectivity Change-Id: I87f09f359ac798cf934381a2c75225dab71dd43e Reviewed-on: https://gerrit.libreoffice.org/38972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2017-02-10Remove MinGW supportStephan Bergmann
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>