Go to file
2015-10-06 15:37:12 +02:00
ApacheConnector added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
build also export LINK 2015-10-05 16:18:10 +02:00
cmake integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
CppUnit integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Crypto fixed GH #958: Bug while reading X509Certificate subjectName 2015-09-30 16:54:26 +02:00
Data fixed GH #967: Missing data types in SQLite 2015-10-05 15:12:16 +02:00
doc updated Release Notes 2015-08-02 10:49:28 +02:00
Foundation Enhance FileChannel purge setting. 2015-10-02 09:35:18 +02:00
JSON removed unused #include 2015-09-30 10:31:50 +02:00
MongoDB integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Net add HTTP/1.1 version to HTTPRequest for client WebSocket, as this is required for most servers 2015-10-01 19:31:16 +02:00
NetSSL_OpenSSL improved SSLManager to automatically set-up a reasonable client Context if none is configured 2015-10-06 09:41:31 +02:00
NetSSL_Win integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
PageCompiler added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
PocoDoc added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
ProGen added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
release make install: respect OMIT 2015-10-06 15:37:12 +02:00
SevenZip integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Util respect POCO_NO_FORK_EXEC in ServerApplication 2015-09-29 14:32:30 +02:00
XML integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
Zip fixed GH# 966: Possible crash when processing a corrupted Zip file 2015-10-05 11:49:43 +02:00
.gitattributes more line ending fixes 2012-11-11 11:20:31 +01:00
.gitignore ignore cmake_* subfolders 2014-12-21 16:23:35 +01:00
.travis.yml omit PageCompiler from arm build 2014-11-12 08:32:40 +01:00
appveyor.yml appveyor.yml: initial version to build on https://ci.appveyor.com 2015-01-19 11:25:09 +01:00
build_CE_vs90.cmd new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
build_cmake.cmd the great line endings cleanup 2012-11-11 09:57:01 +01:00
build_cmake.sh added cmake support 2012-06-26 12:40:26 +00: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_vs90.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs100.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs110.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs120.cmd added build_vs120.cmd (for consistency) 2014-12-15 11:12:01 +01:00
build_vs140.cmd update build scripts for VS2015 2015-07-31 12:49:14 +02: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 update build scripts for VS2015 2015-07-31 12:49:14 +02:00
buildwin.ps1 update build scripts for VS2015 2015-07-31 12:49:14 +02:00
CHANGELOG cherry-picked fix from develop, updated CHANGELOG 2015-09-30 16:56:56 +02:00
CMakeLists.txt integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
components remove ApacheConnector from build 2014-01-11 23:13:47 +01:00
configure fix omit strings 2015-10-06 15:13:37 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-01-28 20:21:24 -06:00
CONTRIBUTORS Update CONTRIBUTORS 2015-01-28 21:16:30 -06:00
DLLVersion.rc set-up poco-1.6.2 branch 2015-09-11 07:45:59 +02:00
env.sh re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02:00
libversion set libversion to 32 2015-09-28 10:03:03 +02:00
LICENSE LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
Makefile make install: respect OMIT 2015-10-06 15:37:12 +02:00
NEWS new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
README change EOL to 'native' 2012-04-29 18:52:25 +00:00
README.md adding CONTRIBUTING.md 2015-01-28 20:16:47 -06:00
VERSION set-up poco-1.6.2 branch 2015-09-11 07:45:59 +02:00

POCO C++ Libraries

Build Status

  • Travis: Travis Build Status
  • AppVeyor: AppVeyor Build Status

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.


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 occurence.

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).