Go to file
2017-10-20 11:47:29 -05:00
ApacheConnector Fix ".. has no member named ... compile error" (#1938) 2017-10-17 12:31:30 -05:00
appveyor Ignore testBigPing (#1928) 2017-10-09 09:53:01 -05:00
build CYgwin: remove -DPOCO_NO_WSTRING & build Data/PostgreSQL (#1942) 2017-10-18 09:02:09 -05:00
cmake Remove support for compiling without POCO_WIN32_UTF8 on Windows #630 2017-10-16 22:40:23 -05:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
CppUnit Replace std::auto_ptr with std::unique_ptr #619 2017-10-10 18:17:49 -05:00
Crypto Move to standard integer types #1147 2017-10-05 18:35:59 -05:00
Data Remove support for compiling without POCO_WIN32_UTF8 on Windows #630 2017-10-16 22:40:23 -05:00
doc update documentation (CMake: use embedded openssl by default #1093) 2017-10-04 11:46:03 -05:00
Foundation fix some warnings 2017-10-20 11:47:29 -05:00
JSON remove accidentally added files 2017-10-06 09:54:07 -05:00
MongoDB eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
Net remove return 2017-10-19 12:17:11 -05:00
NetSSL_OpenSSL eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
NetSSL_Win Replace std::auto_ptr with std::unique_ptr #619 2017-10-10 18:17:49 -05:00
openssl@26b1673caa Run ping with custom data size #1912 2017-09-28 11:18:45 -05:00
PageCompiler C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
PocoDoc C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
Redis eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
release remove '$Id$' headers 2017-09-09 10:50:32 +02:00
SevenZip Remove support for compiling without POCO_WIN32_UTF8 on Windows #630 2017-10-16 22:40:23 -05:00
travis add testBigPing to ignored tests 2017-09-28 15:32:38 -05:00
Util ifdef windows unicode version of main 2017-10-16 23:42:27 -05:00
XML eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
Zip eliminate VS implicit conversion warnings 2017-10-05 18:25:08 -05:00
.gitattributes updated .gitattributes linguist settings 2016-09-21 08:31:23 +02:00
.gitignore C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
.gitmodules C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
.travis.yml C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
appveyor.yml Upgrade to mysql-5.7.19-win32 (#1944) 2017-10-18 09:02:52 -05:00
build_cmake.cmd Updated to run on Windows. 2015-12-08 11:35:09 +01:00
build_cmake.sh Restore 755 on shell 2016-03-09 11:38:41 +01:00
build_vcexpress2008.cmd "tests" are missing in build_vcexpress.cmd 2013-02-25 20:04:58 +09:00
build_vcexpress2010.cmd "tests" are missing in build_vcexpress.cmd 2013-02-25 20:04:58 +09:00
build_vs140.cmd updated build scripts for VS2015 2015-07-30 15:54:43 +02:00
build_vs150.cmd modified build scripts for vs150 2017-02-20 16:55:18 +01:00
build_wdexpress2012.cmd Support Visual Studio Express 2012 for Windows Desktop 2013-02-25 20:04:32 +09:00
build_wdexpress2013.cmd new build command for VS2013 Express Edition. 2014-09-07 11:42:12 +02:00
buildwin.cmd Vs140 vs150 builds (#1903) 2017-09-25 10:49:24 -05:00
buildwin.ps1 modified build scripts for vs150 2017-02-20 16:55:18 +01:00
CHANGELOG remove '$Id$' headers 2017-09-09 10:50:32 +02:00
CMakeLists.txt add internal OpenSSL option to cmake 2017-10-03 22:31:29 -05:00
components Move the FSM feature from the develop branch to the feature-fsm branch 2016-08-14 10:53:09 +02:00
configure remove '$Id$' headers 2017-09-09 10:50:32 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-09-13 07:15:12 +02:00
CONTRIBUTORS Update CONTRIBUTORS 2016-02-28 15:27:37 -06:00
DLLVersion.rc bumped version of develop to 2.0 2016-03-07 06:57:52 +01:00
env.sh re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02:00
FAQ.md Update FAQ.md 2015-05-18 20:50:10 -05:00
libversion bumped version of develop to 2.0 2016-03-07 06:57:52 +01:00
LICENSE LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
Makefile Build parallelization issues #1730 2017-05-23 20:36:12 -05:00
NEWS remove '$Id$' headers 2017-09-09 10:50:32 +02:00
README remove '$Id$' headers 2017-09-09 10:50:32 +02:00
README.md Update README.md 2016-09-13 07:45:35 +02:00
VERSION bumped version of develop to 2.0 2016-03-07 06:57:52 +01:00

POCO C++ Libraries

Build Status

  • Travis: Travis Build Status
  • AppVeyor: AppVeyor Build Status
  • CII Best Practices

alt text

POrtable COmponents C++ Libraries are:

  • A collection of C++ class libraries, conceptually similar to the Java Class Library, the .NET Framework or Apples 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.
  • 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, forum 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.

When contributing to POCO, please adhere to our guidelines.

All text file line endings in the repository must be Unix-style (LF). This includes Visual Studio project and solution files (.sln, .vcproj, .vcxproj, .vcxproj.filters).