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
pre-commit: auto remove unneeded trailing whitespace from Makefiles (#378)Cleaned up some whitespace in the Makefiles
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
misc: fix spelling (#361)* misc: fix spelling* Update ignored words list
pre-commit(mixed-line-ending): autofix dxp, h, mk, rc files (#325)
pre-commit(mixed-line-ending): autofix more xsl files (#309)
pre-commit(end-of-file-fixer): autofix dxp and in files (#296)
Disable "pedantic" warnings from CoinMP compilationAllows compilation with GCC 11
Port our WebDAV content provider from serf/apr/apr-util, to curl.Patch by: me
Only ignore errors with Xcode12 (and later) versions of clang
Upgrade to APR(*) 1.6.x and work around Xcode12 over-agressive clang warning/errors
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
show more ...
gtest patch to allow building with Python 3.Patch by: me
Updated version numbergit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860919 13f79535-47bb-0310-9956-ffa450edef68
Updated version number, fixed typogit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860733 13f79535-47bb-0310-9956-ffa450edef68
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