Go to file
2018-01-29 17:52:06 -06:00
.github speling fix 2017-10-30 15:35:13 -05:00
ApacheConnector Data2sql (#2070) 2018-01-18 11:29:28 -06:00
appveyor Ignore testBigPing (#1928) 2017-10-09 09:53:01 -05:00
build Travis CI (#2050) 2017-12-18 11:45:07 +01:00
cmake Build fix for FreeBSD/TrueOS 12 CURRENT (without Crypto and SSL) (#2118) 2018-01-29 10:07:30 -06:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser Data2sql (#2070) 2018-01-18 11:29:28 -06:00
CppUnit Data2sql (#2070) 2018-01-18 11:29:28 -06:00
Crypto port internal openssl changes from 1.8.2 2018-01-29 17:52:06 -06:00
Data Data2sql (#2070) 2018-01-18 11:29:28 -06:00
doc Doc: bump required CMake version to 3.2 2017-12-21 07:49:53 +01:00
Foundation Build fix for FreeBSD/TrueOS 12 CURRENT (without Crypto and SSL) (#2118) 2018-01-29 10:07:30 -06:00
JSON update json sources 2018-01-18 22:36:14 -06:00
MongoDB Data2sql (#2070) 2018-01-18 11:29:28 -06:00
Net Mingw cross-compilation error #2103 2018-01-26 20:10:59 -06:00
NetSSL_OpenSSL update VS projects for unified openssl dir name 2018-01-29 10:41:40 -06:00
NetSSL_Win Data2sql (#2070) 2018-01-18 11:29:28 -06:00
openssl@ab73856528 port PS build script changes from 1.8 2018-01-29 10:31:44 -06:00
PageCompiler Data2sql (#2070) 2018-01-18 11:29:28 -06:00
patches/AIX purge trailing whitespace (#1947) 2017-10-20 15:37:19 -05:00
PDF delete fonts 2018-01-20 17:42:14 -06:00
PocoDoc Data2sql (#2070) 2018-01-18 11:29:28 -06:00
Redis Data2sql (#2070) 2018-01-18 11:29:28 -06:00
release Remove useless windows commands (#1948) 2017-10-21 13:31:44 -05:00
SevenZip Data2sql (#2070) 2018-01-18 11:29:28 -06:00
SQL Fix implied lib: PocoSQL... instead of PocoData... (#2116) 2018-01-26 17:18:41 -06:00
travis Add TimerTest.testScheduleInterval() (#2053) 2017-12-18 11:48:27 +01:00
Util Data2sql (#2070) 2018-01-18 11:29:28 -06:00
XML Data2sql (#2070) 2018-01-18 11:29:28 -06:00
Zip Data2sql (#2070) 2018-01-18 11:29:28 -06:00
.gitattributes purge trailing whitespace (#1947) 2017-10-20 15:37:19 -05:00
.gitignore Build fix for FreeBSD/TrueOS 12 CURRENT (without Crypto and SSL) (#2118) 2018-01-29 10:07:30 -06:00
.gitmodules C++11 support #1793 (#1795) 2017-09-20 22:13:19 -05:00
.travis.yml Data2sql (#2070) 2018-01-18 11:29:28 -06:00
appveyor.yml Switch to MySQL-5.7/mysql-5.7.21 (#2099) 2018-01-18 16:21:07 -06:00
build_cmake.cmd Updated to run on Windows. 2015-12-08 11:35:09 +01:00
build_cmake.sh fix 2015-03-08 22:58:32 +03: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
buildwin.cmd Vs140 vs150 builds (#1903) 2017-09-25 10:49:24 -05:00
buildwin.ps1 port PS build script changes from 1.8 2018-01-29 10:31:44 -06:00
CHANGELOG remove '$Id$' headers 2017-09-09 10:50:32 +02:00
CMakeLists.txt Data2sql (#2070) 2018-01-18 11:29:28 -06:00
components Data2sql (#2070) 2018-01-18 11:29:28 -06: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 purge trailing whitespace (#1947) 2017-10-20 15:37:19 -05: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 2018-01-18 23:44:33 -06: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 Data2sql (#2070) 2018-01-18 11:29:28 -06:00
NEWS remove '$Id$' headers 2017-09-09 10:50:32 +02:00
README Simplify package extraction command (#2111) 2018-01-26 15:05:54 -06:00
README.md updated README.md 2017-11-13 09:35:14 +01: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, 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.