POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus.
Перейти к файлу
Pascal Bach e2538ac6e2 Add additional test for Poco::Util::Timer
Test scheduling with Timestamp and Clock

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2014-12-17 10:50:40 +01:00
ApacheConnector Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
CppParser Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
CppUnit Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Crypto style fix 2014-12-15 11:12:24 +01:00
Data Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-12-17 09:21:16 +01:00
Foundation updated version no and changelog 2014-12-15 11:10:28 +01:00
JSON Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
MongoDB Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Net fixed GH #640: can't get socket out of SocketNotification because of const 2014-12-17 00:06:13 +01:00
NetSSL_OpenSSL Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
NetSSL_Win Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
PDF Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
PageCompiler Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
PocoDoc Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
ProGen Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
SevenZip Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Util Add additional test for Poco::Util::Timer 2014-12-17 10:50:40 +01:00
XML Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Zip Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
build build/config/Linux: add ${CROSS_COMPILE} as option 2014-11-10 22:34:59 +01:00
cmake CMake: Create PocoConfig.cmake to make importable from other CMake projects 2014-10-14 17:58:46 +02:00
contrib
doc Update 99100-ReleaseNotes.page 2014-12-16 19:54:50 -06:00
patches/AIX
release build system fixes 2013-09-18 20:12:27 +02:00
.gitattributes
.gitignore supress LogStream empty line log entries; ignore VS profiler files 2014-12-08 00:00:40 -06:00
.travis.yml omit PageCompiler from arm build 2014-11-12 08:32:40 +01:00
CHANGELOG merged 1.4.x changelog/release notes entries 2014-12-16 12:30:28 +01:00
CMakeLists.txt CMake: Create PocoConfig.cmake to make importable from other CMake projects 2014-10-14 17:58:46 +02:00
CONTRIBUTORS Update CONTRIBUTORS 2014-08-21 00:11:25 -05:00
DLLVersion.rc updated version no and changelog 2014-12-15 11:10:28 +01:00
LICENSE LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
Makefile
NEWS
README
README.md Update README.md 2014-10-13 20:26:52 -05:00
VERSION updated version no and changelog 2014-12-15 11:10:28 +01:00
build_CE_vs90.cmd
build_cmake.cmd
build_cmake.sh
build_vcexpress2008.cmd
build_vcexpress2010.cmd
build_vs90.cmd
build_vs100.cmd
build_vs110.cmd
build_vs120.cmd added build_vs120.cmd (for consistency) 2014-12-15 11:12:01 +01:00
build_wdexpress2012.cmd
build_wdexpress2013.cmd new build command for VS2013 Express Edition. 2014-09-07 11:42:12 +02:00
buildwin.cmd Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
buildwin.ps1 Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
components remove ApacheConnector from build 2014-01-11 23:13:47 +01:00
configure - make SQLite FTS default on non-embedded windows 2014-04-19 12:59:50 -05:00
env.sh
libversion set version numbers for 1.6 2014-10-30 14:09:51 +01: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).