pre-commit auto whitespace clean up for `lst` files (#412)For `lst` files enforced three hooks- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit b4917d4af5d
pre-commit auto whitespace clean up for `lst` files (#412)For `lst` files enforced three hooks- end-of-file-fixer- mixed-line-ending- trailing-whitespace(cherry picked from commit b4917d4af5d3ebad3c0056428a5595e1685e8e73)
show more ...
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles(cherry picked from commit 4437c02e18a852c4a5e7d7e7c198180f06b2b9fc)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks(cherry picked from commit 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list(cherry picked from commit 51754c86ae54ce24647e9e2ed4e99214a5406e58)
pre-commit(mixed-line-ending): autofix dxp, h, mk, rc files (#325)(cherry picked from commit b6e50c6233bea6d94fd2142ea1ba0ffb8a754de7)
pre-commit(mixed-line-ending): autofix more xsl files (#309)(cherry picked from commit 533a8cdee3ecbf77ff61d642fbad324fbe931df6)
pre-commit(end-of-file-fixer): autofix dxp and in files (#296)(cherry picked from commit c5431c09f10fdefed2cd03d2b1d81c94c04148b1)
Port our WebDAV content provider from serf/apr/apr-util, to curl.Patch by: me(adapted from commit 51ba086bf122dbb5b50fd813e5b9a81c051aa16b by ArrigoMarchiori)
Disable "pedantic" warnings from CoinMP compilationAllows compilation with GCC 11(cherry picked from commit 88ba6eadf4381f48b0ae5dedf545ecc13249c0a8)
Update apr-1.6.5-windows.patch
Update apr-1.6.5-no-devenv.patch
Only ignore errors with Xcode12 (and later) versions of clang(cherry picked from commit ac5edd08c7c24ca6bc3182a68da50631e0f85cf9)
Upgrade to APR(*) 1.6.x and work around Xcode12 over-agressive clang warning/errors(cherry picked from commit b1dc36c01638ed0d08b23f216ee4fa310c82a82b)
Fix handling of NUL characters in certificate fieldsA flaw was found in the way Serf handled NUL characters in the CommonNameand SubjectAltNames fields of X.509 certificates. An attacker able tog
Fix handling of NUL characters in certificate fieldsA flaw was found in the way Serf handled NUL characters in the CommonNameand SubjectAltNames fields of X.509 certificates. An attacker able toget a carefully-crafted certificate signed by a trusted CertificateAuthority could trick applications using Serf (such as Subversion onFedora 20 and later, refer also to bug 1127063) into accepting it bymistake, allowing the attacker to perform a man-in-the-middle attack.Patch by: Ben Reser of WANdisco via Serf Project and Apache Serf
gtest patch to allow building with Python 3.Patch by: me(cherry picked from commit aec63fa3669010e9bec513e6cd55a25fc335d90e)
Updated version numbergit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835147 13f79535-47bb-0310-9956-ffa450edef68
Get ext_libraries/apr building on Win64. Copy itsresulting binaries files from their correctdirectories for X86_64, and instead of hardcodinga 32 bit build, allow 64 bit too, and improvedetection
Get ext_libraries/apr building on Win64. Copy itsresulting binaries files from their correctdirectories for X86_64, and instead of hardcodinga 32 bit build, allow 64 bit too, and improvedetection of Win64 to use "findstr.exe" insteadof "find.exe" which doesn't seem to work in Cygwin.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825848 13f79535-47bb-0310-9956-ffa450edef68
Get compiling/building again on osx/macosgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805089 13f79535-47bb-0310-9956-ffa450edef68
Add initial support for building AOO with Clang on Linux.This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.Other architectures probably don't work, as Clang 1.8 is prettystrict ab
Add initial support for building AOO with Clang on Linux.This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.Other architectures probably don't work, as Clang 1.8 is prettystrict about the low-level C++ ABI hacks in main/bridges, but atleast they should fail early in main/bridges instead of theprevious behaviour, where main/bridges compiles nothing when"$(COM)" != "GCC" and main/i18npool then fails with a mysterious"error: cannot get uno environments" message.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1782030 13f79535-47bb-0310-9956-ffa450edef68
Update Hunspell to version 1.3.3 (minor)This is the last version available on sourceforge, new versions are available through github.Main changes are:2014-06-02: Hunspell 1.3.3 release: - Op
Update Hunspell to version 1.3.3 (minor)This is the last version available on sourceforge, new versions are available through github.Main changes are:2014-06-02: Hunspell 1.3.3 release: - OpenDocument (ODF and Flat ODF) support (ODF needs unzip program) - various bug fixes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779997 13f79535-47bb-0310-9956-ffa450edef68
Deliver the apu_version.h header on Windows too.The build breaks in main/ucb on Windows w/o this...Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777744 13f79535-47
Deliver the apu_version.h header on Windows too.The build breaks in main/ucb on Windows w/o this...Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777744 13f79535-47bb-0310-9956-ffa450edef68
Deliver some missing header files for internal apr-util, such asapu_version.h needed by main/ucb, and use the correct include paths forinternal apr and apr-util.Patch by: megit-svn-id: https:
Deliver some missing header files for internal apr-util, such asapu_version.h needed by main/ucb, and use the correct include paths forinternal apr and apr-util.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777218 13f79535-47bb-0310-9956-ffa450edef68
On Linux, building without --enable-dbgutil causes linking failuresin GoogleTests in main/binaryurp with missing pthread symbols.The original cause is that ext_libraries/test's libgtest.so isbuil
On Linux, building without --enable-dbgutil causes linking failuresin GoogleTests in main/binaryurp with missing pthread symbols.The original cause is that ext_libraries/test's libgtest.so isbuilt without libpthread.so linked, which is what this commit fixes(or rather hacks around; not sure why that happens).There must also be a proximal cause in main/binaryurp's tests,as they link with --enable-dbgutil even without this commit, andcan be made to link even without --enable-dbgutil by changing theOSL_DEBUG_LEVEL define in the compiler options from 0 to 1 (thisdoesn't however cause any changes in the preprocessed source file,so I haven't been able to debug it further).This should hopefully get the Linux buildbots working again.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1776043 13f79535-47bb-0310-9956-ffa450edef68
Merge branches/gbuild-reintegration to trunk.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68
Fix prefix in apr patch.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1754165 13f79535-47bb-0310-9956-ffa450edef68
1234