Feature gradle#1961
Merged
aleks-f merged 44 commits intopocoproject:feature-gradlefrom Oct 27, 2017
Kampbell:feature-gradle
Merged
Feature gradle#1961aleks-f merged 44 commits intopocoproject:feature-gradlefrom Kampbell:feature-gradle
aleks-f merged 44 commits intopocoproject:feature-gradlefrom
Kampbell:feature-gradle
Conversation
* 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>
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>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
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
Update the feature-gradle branch with gradle binaries as a submodule. Remove deleted Poco includes from the WiX configuration file.