Go to file
Aleksandar Fabijanic 20e1cf8821 JSON bug fixes
GH #241: SF #620 Endless loop in JSON parser (added Buffer::setCapacity)
GH #242: SF #619 Syntax error in JSON parser (float/double trim)
2013-07-21 22:18:56 -05:00
ApacheConnector Any SOO 2013-01-31 21:12:13 -06:00
build fix for sqlite 3.7.17 on DigiEL 2013-07-18 16:51:47 +02:00
cmake Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser on Windows, quote the path passed to the compiler 2012-11-18 23:00:55 +01:00
CppUnit Auto init for Net and SQLite (win) 2013-02-09 22:39:07 -06:00
Crypto added openssl doc quote 2013-04-21 13:42:33 -05:00
Data MySQL: accept BLOBs type for strings 2013-07-18 12:37:38 +02:00
doc fixed GH# 236: Bug in RecursiveDirectoryIterator 2013-07-18 17:28:16 +02:00
Foundation JSON bug fixes 2013-07-21 22:18:56 -05:00
JSON JSON bug fixes 2013-07-21 22:18:56 -05:00
MongoDB VS90 x64 project files fix 2013-06-20 22:07:55 -05:00
Net re-applied fix for GH# 172 which got lost in previous commit 2013-07-18 14:27:59 +02:00
NetSSL_OpenSSL fixed a potential endless loop in SecureStreamSocketImpl::sendBytes() 2013-05-25 00:07:27 +02:00
PageCompiler unbundled build fixes 2013-01-05 00:04:09 -06:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF VS90 x64 project files fix 2013-06-20 22:07:55 -05:00
PocoDoc GH56: Need a way to disable *_API macros with GCC 2013-01-13 10:31:21 -06:00
ProGen fixed a minor issue with VS71 solution file generation - fixedBuildOrder setting was not used 2012-11-12 11:11:46 +01:00
release updated VERSION to 1.5.2, added MongoDB to all.release 2013-06-23 22:33:49 -05:00
Util Merge pull request #212 from ptarabbia/develop 2013-06-04 04:53:38 -07:00
XML fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified 2013-05-24 23:13:03 +02:00
Zip more indentation fixes 2013-04-21 21:39:37 -05:00
.gitattributes more line ending fixes 2012-11-11 11:20:31 +01:00
.gitignore cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
.travis.yml Update .travis.yml 2013-01-06 22:13:25 -06: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_vs71.cmd some last minute changes 2012-12-26 18:30:52 -06:00
build_vs80.cmd some last minute changes 2012-12-26 18:30:52 -06: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_wdexpress2012.cmd Support Visual Studio Express 2012 for Windows Desktop 2013-02-25 20:04:32 +09:00
buildwin.cmd Added missing debug build options 2013-06-26 14:50:51 +02:00
CHANGELOG fixed GH# 236: Bug in RecursiveDirectoryIterator 2013-07-18 17:28:16 +02:00
CMakeLists.txt version bump 2013-06-12 18:13:44 +02:00
components Add MongoDB 2013-02-16 20:53:48 +01:00
configure fixed SF #597: Configure script ignores cflags 2012-12-11 22:29:33 -06:00
CONTRIBUTORS GH #224: building 1.5.1 on Windows for x64 2013-06-18 00:02:04 -05:00
DLLVersion.rc GH #151: Bug compiling Poco 1.4.6p1 with Visual Studio Express 2013-06-12 15:00:52 -05:00
libversion updated version to 1.5.2 2013-06-09 19:50:48 -05:00
LICENSE change EOL to 'native' 2012-04-29 18:52:25 +00:00
Makefile Merge pull request #88 from fbraem/develop 2013-02-16 13:35:55 -08: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 Update README.md 2013-06-04 23:16:05 -05:00
VERSION updated VERSION to 1.5.2, added MongoDB to all.release 2013-06-23 22:33:49 -05:00

POCO C++ Libraries

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.

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.


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.


When contributing to POCO, please adhere to our coding styleguide.

We use the branching model described here.

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