Skip to content

Poco by Gradle#2065

Merged
aleks-f merged 172 commits intopocoproject:feature-gradlefrom
Kampbell:feature-gradle
Dec 21, 2017
Merged

Poco by Gradle#2065
aleks-f merged 172 commits intopocoproject:feature-gradlefrom
Kampbell:feature-gradle

Conversation

@zosrothko
Copy link
Copy Markdown
Member

Hi

This PR is an update of the branch feature-gradle for building Poco with VS2017

Cosmin Cremarenco and others added 30 commits September 26, 2016 15:28
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>
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>
zosrothko and others added 29 commits December 2, 2017 22:59
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Fixed performance issue: destructor of Poco::Timespan was not inlined…
Making operator precedence explicit.
Updated develop branch to PCRE version 8.41
* 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
@aleks-f aleks-f merged commit 65bf381 into pocoproject:feature-gradle Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.