POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus.
Перейти к файлу
Guenter Obiltschnig a04228aee3 updated version to 1.5.4 2014-10-06 14:15:57 +02:00
ApacheConnector
CppParser
CppUnit
Crypto #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Data fix TypeHandler sample 2014-10-06 07:35:55 +02:00
Foundation updated version to 1.5.4 2014-10-06 14:15:57 +02:00
JSON added Var::isBoolean() and fixed JSON stringifier 2014-09-18 20:57:34 +02:00
MongoDB #538 more dtor fixes and some style fixes along the way 2014-09-29 12:09:01 +02:00
Net HTTPCookie: fix documentation for max age 2014-10-04 07:40:43 +02:00
NetSSL_OpenSSL - don't throw if SSL client unexpectedly closes connection as this seems to be the normal behavior of web browsers (seen with Chrome and IE) 2014-10-02 14:58:45 +02:00
NetSSL_Win fixed a crash on WinCE; code cleanup 2014-09-17 11:17:04 +02:00
PDF zlib patch for DEBUG pre-processor 2014-10-06 14:37:39 +11:00
PageCompiler
PocoDoc
ProGen updated project templates for VS2010+ 2014-10-03 12:34:53 +02:00
SevenZip #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Util make WinRegistryKey compile on pre-C++11 compilers 2014-09-19 19:58:09 +02:00
XML
Zip #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
build Update MinGW-CrossEnv recipe to match plain MinGW 2014-09-08 13:01:50 -07:00
cmake
contrib
doc
patches/AIX
release
.gitattributes
.gitignore
.travis.yml
CHANGELOG
CMakeLists.txt
CONTRIBUTORS
DLLVersion.rc updated version to 1.5.4 2014-10-06 14:15:57 +02:00
LICENSE
Makefile
NEWS
README
README.md
VERSION updated version to 1.5.4 2014-10-06 14:15:57 +02:00
build_CE_vs90.cmd
build_cmake.cmd
build_cmake.sh
build_vcexpress2008.cmd
build_vcexpress2010.cmd
build_vs71.cmd
build_vs80.cmd
build_vs90.cmd
build_vs100.cmd
build_vs110.cmd
build_wdexpress2012.cmd
build_wdexpress2013.cmd new build command for VS2013 Express Edition. 2014-09-07 11:42:12 +02:00
buildwin.cmd
buildwin.ps1
components
configure
env.sh
libversion

README.md

POCO C++ Libraries 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.

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