POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus.
Перейти к файлу
Guenter Obiltschnig f9ab6b349c Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-10-30 14:06:28 +01:00
ApacheConnector VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
CppParser VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
CppUnit
Crypto Fix RSAKey constructor documentation. 2014-10-13 13:48:29 -06:00
Data GH #512: Poco:Data:ODBC:Binder.h causes a crash 2014-10-10 21:12:44 -05:00
Foundation #318: Logger local time doesn't automatically account for DST (PatternFormatter) 2014-10-30 14:06:13 +01:00
JSON clang build fixes 2014-10-11 18:48:00 -05:00
MongoDB VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Net Fix parsing issue with IPv6 format: propogating scopeId from IPv6AddressImpl to IPAddress. 2014-10-17 00:59:55 +02:00
NetSSL_OpenSSL fixed a memory leak if the CA file was not found while creating the Context (the OpenSSL context would leak) 2014-10-18 17:22:07 +02:00
NetSSL_Win added macro to identify NetSSL_Win 2014-10-28 08:51:05 +01:00
PDF VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
PageCompiler VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
PocoDoc updated doc index page 2014-10-22 07:23:08 +02:00
ProGen VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
SevenZip VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Util GH #575: fixed compile error if POCO_WIN32_UTF8 is not defined 2014-10-16 12:57:55 +02:00
XML VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Zip VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
build Update MinGW-CrossEnv recipe to match plain MinGW 2014-09-08 13:01:50 -07:00
cmake
contrib
doc updated changelog 2014-10-11 07:39:59 +02:00
patches/AIX
release
.gitattributes
.gitignore
.travis.yml
CHANGELOG updated changelog 2014-10-11 07:39:59 +02:00
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 Update README.md 2014-10-13 20:26:52 -05:00
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 support for projects with different names than directory 2014-08-22 16:11:43 -05:00
components
configure
env.sh
libversion updated libversion to 24 2014-10-06 14:17:04 +02:00

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.

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