This is an automated email from the ASF dual-hosted git repository. truckman pushed a change to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from ebd402a Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usually need it for pipes too, and even if it isn't necessary it can't hurt. new 6ea0ec5 Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be the most compatible with our old code base rather than relying on the compiler default mode. Compiling in C++11 or newer mode is very noisy due to deprecation warnings about our use of std::auto_ptr. If the compiler defaults to C++17 mode or newer, the build would be totally broken because std::auto_ptr is removed from C++17. new e452c22 #i126888#: bundled boost headers generate an excessive number of warnings when building with modern compilers new 8bc8bc5 Fix an error and update boost's logic for enabling the use of variadic templates when compiling wth g++. It was enabling them unconditionally for g++ > 5.0. g++ warns about the use of variadic templates unless a non-default -std option is specified for any version older than 6.1, which switched to C++14 as its default. new 4143745 Set compiler feature flags more correctly for recent gcc versions. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: main/boost/boost_1_55_0.patch | 209 ++++++++++++++++++++++++++++++++++- main/solenv/gbuild/platform/linux.mk | 1 + main/solenv/inc/unxlng.mk | 2 +- 3 files changed, 205 insertions(+), 7 deletions(-)