Go to file
Günter Obiltschnig 4c1e357e4a project file fixes
2020-01-11 12:45:39 +01:00
ApacheConnector removed x64 project files 2020-01-11 09:52:49 +01:00
appveyor Use develop branch syntax 2018-05-28 14:57:52 +02:00
build Ignore tests from $POCO_BASE/cppignore.lnx 2019-12-19 10:02:52 +01:00
cmake CMake merge from devel to 1.10 to use embedded OpenSSL for Windows (#2767) 2019-09-02 11:48:01 +02:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser project file fixes 2020-01-11 12:45:39 +01:00
CppUnit project file fixes 2020-01-11 12:45:39 +01:00
Crypto project file fixes 2020-01-11 12:45:39 +01:00
Data project file fixes 2020-01-11 12:45:39 +01:00
doc Extend cmake documentation. Add multi-configuration hint 2019-07-15 23:56:00 +02:00
Encodings project file fixes 2020-01-11 12:45:39 +01:00
Foundation project file fixes 2020-01-11 12:45:39 +01:00
JSON project file fixes 2020-01-11 12:45:39 +01:00
JWT project file fixes 2020-01-11 12:45:39 +01:00
MongoDB project file fixes 2020-01-11 12:45:39 +01:00
Net project file fixes 2020-01-11 12:45:39 +01:00
NetSSL_OpenSSL project file fixes 2020-01-11 12:45:39 +01:00
NetSSL_Win project file fixes 2020-01-11 12:45:39 +01:00
openssl@0c6d16ec85 Use -std=c99 for C compiler on Lnux 2018-09-27 15:15:53 +02:00
packaging Move include to runtime. Add PostgreSQL includes 2018-10-24 23:51:24 +02:00
PageCompiler remove gradle files 2020-01-11 10:04:22 +01:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF project file fixes 2020-01-11 12:45:39 +01:00
PocoDoc remove gradle files 2020-01-11 10:04:22 +01:00
ProGen project file fixes 2020-01-11 12:45:39 +01:00
Redis project file fixes 2020-01-11 12:45:39 +01:00
release add Encodings lib to release script 2018-02-14 17:10:49 +01:00
SevenZip project file fixes 2020-01-11 12:45:39 +01:00
travis remove gradle files 2020-01-11 10:04:22 +01:00
Util project file fixes 2020-01-11 12:45:39 +01:00
XML project file fixes 2020-01-11 12:45:39 +01:00
Zip remove gradle files 2020-01-11 10:04:22 +01:00
.gitattributes more line ending fixes 2012-11-11 11:20:31 +01:00
.gitignore Update for travis/.gradle/gradle.properties 2018-09-24 10:55:51 +02:00
.gitmodules Remove Gradle submodule 2019-12-22 22:11:15 +01:00
.travis.yml update cmake version 2020-01-10 17:48:44 +01:00
appveyor.yml Merge cmake changes from develop (#2504) 2018-10-18 07:07:46 +02:00
build_cmake.cmd Cleanup cmake build system to use transitive dependency management from cmake (#2321) 2018-06-03 11:17:50 -05:00
build_cmake.sh Cleanup cmake build system to use transitive dependency management from cmake (#2321) 2018-06-03 11:17:50 -05:00
build_vs140.cmd Use defaulted 'msbuild' tool 2018-06-01 13:55:02 +02:00
build_vs150.cmd Use defaulted 'msbuild' tool 2018-06-01 13:55:02 +02:00
buildwin.cmd Fix vswhere path 2019-10-31 16:36:29 +01:00
buildwin.ps1 Install VSSetup PowerShell script and use it to compute vs150 & vs160 paths 2019-07-11 15:19:07 +02:00
CHANGELOG updated version 2018-03-07 14:28:19 +01:00
CMakeLists.txt update CMake required version to 3.5 2020-01-10 17:08:59 +01:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md 2018-02-09 09:19:46 +01:00
components added JWT library 2019-07-30 11:19:49 +02:00
configure remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
CONTRIBUTING.md updated README and CONTRIBUTING 2016-09-13 07:42:41 +02:00
CONTRIBUTORS remove duplicate files and remaining Id headers 2017-11-10 09:26:24 +01:00
cppignore.lnx New cppignore file for Linux cppunit tests 2019-12-19 09:59:07 +01:00
cppignore.win Add class CppUnit::TestCaller<class WinServiceTest>.testServiceReturnsTrueIfStopped 2019-12-19 04:05:43 +01:00
DLLVersion.rc project file fixes 2020-01-11 12:45:39 +01:00
env.bat Setup POCO_BASE on Windows 2018-06-20 09:44:33 +02:00
env.sh re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02:00
libversion bumped version to 1.10.0 2019-06-12 15:40:52 +02:00
LICENSE LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
Makefile updated Makefile to include JWT 2019-07-31 08:58:39 +02:00
NEWS Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
README updated README and getting started doc 2017-11-10 12:45:40 +01:00
README.md merge final changes from poco-1.9.0 2018-03-08 10:58:22 +01:00
VERSION bumped version to 1.10.0 2019-06-12 15:40:52 +02:00

alt text

Travis Build Status Build status CII Best Practices

POCO (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.

alt text


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.