Go to file
2014-01-15 11:56:48 +01:00
ApacheConnector VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
build added ARM64 and iPhone 5 S 64-bit support 2013-09-16 20:57:25 +02:00
cmake Check for ODBC headers in addition to checking for odbc_config tool 2013-09-11 09:20:13 -06:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
CppUnit removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
Crypto removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
Data Fixed setting of MYSQL_BIND is_unsigned value. 2013-12-19 18:00:19 +00:00
doc release notes 2013-09-16 20:58:54 +02:00
Foundation GH #360: CMakeLists foundation: add Clock.cpp in the list of source files 2013-12-24 09:20:35 +01:00
JSON fixed project files 2014-01-15 11:31:12 +01:00
MongoDB fixed project files 2014-01-15 11:48:18 +01:00
Net fixed project files 2014-01-11 23:40:06 +01:00
NetSSL_OpenSSL improved error handling, specifically socket timeouts 2013-12-13 12:36:24 +01:00
PageCompiler VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF regenerated project files 2014-01-15 11:56:48 +01:00
PocoDoc VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
ProGen VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
release build system fixes 2013-09-18 20:12:27 +02:00
Util Poco::Util::Timer now uses Poco::Clock instead of Poco::Timestamp 2013-12-12 18:37:08 +01:00
XML removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
Zip removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06: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 .travis.yml: force old config on apt-get upgrade 2013-12-21 23:06:02 +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_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 Adds support for building from paths with spaces. 2013-10-14 10:27:17 -07:00
CHANGELOG updated changelog 2014-01-12 08:29:08 +01:00
CMakeLists.txt Fix #279 by not checking CMAKE_BUILD_TYPE when setting CMAKE_DEBUG_POSTFIX. 2013-09-01 11:20:45 +02:00
components remove ApacheConnector from build 2014-01-11 23:13:47 +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 various fixes - see CHANGELOG 2013-11-14 21:54:41 +01:00
env.sh re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02: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 re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +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 Update README.md 2013-06-04 23:16:05 -05:00
VERSION various fixes - see CHANGELOG 2013-11-14 21:54:41 +01: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).