Go to file
Alex Fabijanic 0a54661bb0 - added optional SQLite Full Text Search support
- Powershell build fixes:
  1) Add platform for MSbuild
  2) fixed omit array handling
2014-04-18 21:32:30 -05:00
ApacheConnector VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
build - fixed makedepend.* scripts to work in paths containing '.o*' 2014-03-11 13:32:44 +01: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 Build the libraries before their TestSuites 2014-01-16 08:03:42 +08:00
CppUnit -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
Crypto Add SHA1 test for Poco::Crypto::DigestEngine 2014-03-12 15:19:36 +01:00
Data - added optional SQLite Full Text Search support 2014-04-18 21:32:30 -05:00
doc release notes 2013-09-16 20:58:54 +02:00
Foundation - added optional SQLite Full Text Search support 2014-04-18 21:32:30 -05:00
JSON -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
MongoDB Update MessageHeader.h 2014-03-11 20:31:06 -05:00
Net TCPServer: do not reduce the capacity of the default ThreadPool 2014-04-09 18:12:46 +02:00
NetSSL_OpenSSL cert hostname validation is case insensitive and stricter for wildcard certificates 2014-04-09 17:05:54 +02: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 Merge pull request #367 from linquize/vs2013 2014-01-15 19:27:45 -08:00
PocoDoc VS 2013 projects/solutions 2013-11-05 23:11:28 -06:00
ProGen -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
release build system fixes 2013-09-18 20:12:27 +02:00
SevenZip added VS project files, minor fixes 2014-03-25 23:27:00 +01:00
Util -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
XML -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
Zip Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive 2014-04-18 12:57:44 +02: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 2014-03-12 17:11:55 +01:00
build_CE_vs90.cmd new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
build_cmake.cmd normalize line endings 2012-10-25 21:38:35 -05: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 Fixed build script for VS2013 2014-04-05 19:26:31 +02:00
buildwin.ps1 - added optional SQLite Full Text Search support 2014-04-18 21:32:30 -05:00
CHANGELOG Update CHANGELOG 2014-03-11 21:29:37 -05:00
CMakeLists.txt correct path for CONFIGURE_FILE in CMakeLists.txt 2014-03-05 07:48:32 +01:00
components remove ApacheConnector from build 2014-01-11 23:13:47 +01:00
configure - added optional SQLite Full Text Search support 2014-04-18 21:32:30 -05:00
CONTRIBUTORS Update CONTRIBUTORS 2014-03-11 21:33:23 -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 add travis build status 2014-03-16 20:09:58 -05:00
VERSION various fixes - see CHANGELOG 2013-11-14 21:54:41 +01:00

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