-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature gradle #2031
Merged
aleks-f
merged 144 commits into
pocoproject:feature-gradle
from
Kampbell:feature-gradle
Dec 11, 2017
Merged
Feature gradle #2031
aleks-f
merged 144 commits into
pocoproject:feature-gradle
from
Kampbell:feature-gradle
Dec 11, 2017
Conversation
This file contains 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
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>
* Add mechanism to start a task from within a task Staying in the same thread. * Provide seeds for a task queue creation TaskManager::taskFinished removes the finished task from the task list before dispatching the taskFinished notification * fixup! Add mechanism to start a task from within a task * fixup! Add mechanism to start a task from within a task * Add Task::yield on the same model as Task::sleep
Fix building XMLStreamParser with unbundled expat
* In the implementation for the *Traverse strategies the next method performs an unguarded list directory. If the directory is not accessible an unrecoverable error is raised thus ruining the walk. This changeset adopts and adapts the error handling protocol as defined in Python's os.walk function where errors from listdir are ignored or are reported to an optional on error callback function. * Expand DirectoryIteratorsTest testsuite to confirm the hardened iterator behaviour over unreadable directories. * Expand DirectoryIteratorsTest testsuite to confirm the hardened iterator behaviour over unreadable directories. Correct bad formatting * fix clang compile
RHEL/Fedora seem to have a much more limited set of EC curves available by default. This change will instead use the first curve name as used in other places.
Conflicts: Foundation/include/Poco/Environment.h
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>
…e-gradle Conflicts: .github/issue_template.md Data/ODBC/include/Poco/Data/ODBC/Binder.h Data/ODBC/src/Binder.cpp Data/ODBC/src/ODBCStatementImpl.cpp Data/ODBC/testsuite/src/ODBCMySQLTest.h Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp Data/ODBC/testsuite/src/SQLExecutor.cpp Data/ODBC/testsuite/src/SQLExecutor.h Data/SQLite/src/sqlite3.c Data/SQLite/src/sqlite3.h Foundation/Foundation_x64_vs140.vcxproj.filters Foundation/include/Poco/BufferedBidirectionalStreamBuf.h Foundation/include/Poco/BufferedStreamBuf.h Foundation/include/Poco/OpcomChannel.h Foundation/include/Poco/Platform_VMS.h Foundation/include/Poco/Process_VMS.h Foundation/include/Poco/SharedPtr.h Foundation/src/Base64Decoder.cpp Foundation/src/Base64Encoder.cpp Foundation/src/DeflatingStream.cpp Foundation/src/File_VMS.cpp Foundation/src/Path_VMS.cpp Foundation/src/Process.cpp Foundation/src/Process_VMS.cpp Foundation/src/SharedLibrary_VMS.cpp Net/include/Poco/Net/MailMessage.h Net/include/Poco/Net/SocketImpl.h PocoDoc/cfg/mkdoc-poco.xml PocoDoc/cfg/mkdocumentation.xml README.md Util/src/ServerApplication.cpp Zip/testsuite/src/CompressTest.cpp Zip/testsuite/src/ZipTest.cpp Zip/testsuite/test.dat Zip/testsuite/testdir/testdir2/testfile3.txt Zip/testsuite/testdir/testfile2.txt Zip/testsuite/testfile.txt Zip/testsuite/testfile2.txt Zip/testsuite/testfile3.txt appveyor.yml build.gradle packaging/Windows/NuGet/Pocoproject.Poco.vs140.nuspec packaging/Windows/NuGet/Pocoproject.Poco.vs140.symbols.nuspec
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
Signed-off-by: zosrothko <zosrothko@orange.fr>
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 merging the latest commit from the develop branch as well as latest fixes for building Poco with Gradle on version 2.0.0.