mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
c-plus-plusconfigurationcross-platformdatabase-accesshttp-clienthttp-serverjsonloggingnetworkingpocosqlxml
eec8dedbb8
* Increase PostgreSQL version number * Take changes from develop for Define Platform Specific cmake * Take changes from develop for find MySQL modul * Take changes from develop for find ODBC modul * Cleanup standard language compile features * Fix cmake compile features * Improve to find ODBC on windows * Enable 64-bit build on AppVeyor * Switch MySQL off on AppVeyor because of error LNK2038: mismatch detected for _MSC_VER: value 1800 doesnt match value 1900 * Move LCC define to MySQL |
||
---|---|---|
ApacheConnector | ||
appveyor | ||
build | ||
cmake | ||
contrib | ||
CppParser | ||
CppUnit | ||
Crypto | ||
Data | ||
doc | ||
Encodings | ||
Foundation | ||
gradle@cde5722cd5 | ||
JSON | ||
MongoDB | ||
Net | ||
NetSSL_OpenSSL | ||
NetSSL_Win | ||
openssl@0c6d16ec85 | ||
packaging | ||
PageCompiler | ||
patches/AIX | ||
PocoDoc | ||
ProGen | ||
Redis | ||
release | ||
SevenZip | ||
travis | ||
Util | ||
XML | ||
Zip | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
appveyor.yml | ||
build_CE_vs90.cmd | ||
build_cmake.cmd | ||
build_cmake.sh | ||
build_vcexpress2008.cmd | ||
build_vcexpress2010.cmd | ||
build_vs90.cmd | ||
build_vs100.cmd | ||
build_vs110.cmd | ||
build_vs120.cmd | ||
build_vs140.cmd | ||
build_vs150.cmd | ||
build_wdexpress2012.cmd | ||
build_wdexpress2013.cmd | ||
build.gradle | ||
build.gradle.kampbell | ||
build.gradle.win | ||
buildwin.cmd | ||
buildwin.ps1 | ||
CHANGELOG | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
components | ||
configure | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
cppignore.cmd | ||
DLLVersion.rc | ||
env.bat | ||
env.sh | ||
gradle.properties | ||
libversion | ||
LICENSE | ||
Makefile | ||
NEWS | ||
README | ||
README.md | ||
settings.gradle | ||
settings.gradle.win | ||
VERSION |
POCO (Portable Components) C++ Libraries are:
- A collection of C++ class libraries, conceptually similar to the Java Class Library, the .NET Framework or Apple’s Cocoa.
- Focused on solutions to frequently-encountered practical problems.
- Focused on ‘internet-age’ network-centric applications.
- Written in efficient, modern, 100% ANSI/ISO Standard C++.
- Based on and complementing the C++ Standard Library/STL.
- Highly portable and available on many different platforms, from embedded to server.
- Open Source, licensed under the Boost Software License.
To start using POCO, see the Guided Tour and Getting Started documents.
POCO has an active user and contributing community, please visit our web site and blog. Answers to POCO-related questions can also be found on Stack Overflow.
Please see CONTRIBUTING for submitting contributions, bugs reports, feature requests or security issues.
In regards to Boost, in spite of some functional overlapping, POCO is best thought of as a Boost complement (rather than replacement). Side-by-side use of Boost and POCO is a very common occurrence.