Go to file
Aleksandar Fabijanic df5968ce16
Json unicode escape && preserveOrder keys sync (#2145)
* Only escape compulsory characters for JSON by default

* add enable/disable unicode escaping flags to stringify #2137

* JSON::Object preserveOrder keys not synced on assignment #2142

* fix assignment preserveOrder and add object copy tests

* add object move tests

* fix comment

* enum for JSON::Object options
2018-02-08 09:08:42 -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 add .clangformat 2018-02-02 15:35:44 -06:00
CppParser Data2sql (#2070) 2018-01-18 11:29:28 -06:00
CppUnit Data2sql (#2070) 2018-01-18 11:29:28 -06:00
Crypto fix osx clang compile 2018-01-31 13:09:36 -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 Json unicode escape && preserveOrder keys sync (#2145) 2018-02-08 09:08:42 -06:00
JSON Json unicode escape && preserveOrder keys sync (#2145) 2018-02-08 09:08:42 -06:00
MongoDB Added getInteger method for MongoDB::Array (#2140) (#2141) 2018-02-07 16:58:41 -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@a029ea50e8 replace old pdjson files with new ones 2018-01-31 08:55:55 -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 add missing dependency 2018-02-02 15:20:56 -06:00
PocoDoc data2sql: Remaining fixes for VisualStudio vcxproj files (#2128) 2018-02-02 08:14:39 -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 Data2sql: additional fixes (#2144) 2018-02-07 16:57:48 -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 Rollback usage of lastexitcode (#2136) 2018-02-06 09:06:48 -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.