Poco by Gradle#2065
Merged
aleks-f merged 172 commits intopocoproject:feature-gradlefrom Dec 21, 2017
Kampbell:feature-gradle
Merged
Poco by Gradle#2065aleks-f merged 172 commits intopocoproject:feature-gradlefrom Kampbell:feature-gradle
aleks-f merged 172 commits intopocoproject:feature-gradlefrom
Kampbell:feature-gradle
Conversation
If we have a global proxy settings and we attach an external socket to the HTTPClientSession there's no way to use different proxy settings for that connection. For example if you do not need for that connection httpproxy because is already attached to the correct and point
* Fix ".. has no member named ... compile error" by renaming apache conn_rec attributes - conn_rec attributes remote_ip and remote_addr were replaced by client_ip and client_addr once they have been renamed in Apache 2.4 - a server_rec pointer must be passed to ap_log_error() since apache 2.4, therefore, a change was necessary at the ap_log_error log function. A null pointer has been passed for avoiding deeper changes at the function. - the smart pointer auto_ptr was replaced by unique_ptr once it was made deprecated in C++11 standard, it has been replaced by unique_ptr. * Add the properly #ifdef directives for backward compatibility purposes - Adding proper #ifdef preprocessor directives to keeping backward compatibility with older apache versions. * Update ApacheConnector.cpp
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
* Remove useless Windows commands * Generate build_cmd only for VS140 & VS150
* Unbind PDF * Upgrade to mysql-5.7.19 * Put Cygwin ahead * Add --omit=PDF
- Created the configuration `OrangePi`, based on ARM-Linux, with fine tune for OrangePi - I tested using Poco samples on OrangePi Zero Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
… [#CLICKHOUSE-3458].
Fixed performance issue: destructor of Poco::Timespan was not inlined…
…eturns the same string.
Making operator precedence explicit.
Updated develop branch to PCRE version 8.41
Conflicts: Foundation/src/pcre.h
* Factorize info into new verbose file. Refactor Makefile, global, cpp11*. Add Linux32-clang * Display used config with POCO_VERBOSE * Add cross compilation toward x86 with host amd64 * Refactor config names * Add lib32gcc runtime * Add g++-5-multilib * Use OSARCH=i386 for OSX x86 * Avoid building Crypto since OpenSSL is only x64 on OSX * Avoid building Crypto since OpenSSL is only x64 * Avoid Data/* on cross compilation to x86 * Add gcc-5-multilib to clang 4.0 x86 * Ignore TimerTest on OSX for now. * Cleanup * Add other set of TimerTest. * New test that fails on OSX
…ven when explicitly being asked for it #2044
Conflicts: Foundation/src/ThreadPool.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi
This PR is an update of the branch feature-gradle for building Poco with VS2017