Go to file
Daniel Rosser 64d9c3995c iOS arm64 compile fix
Fix for issue #508 “Can't compile for arm64 architecture”

Tested and working with the proposed change.
2014-08-22 19:30:58 +10:00
ApacheConnector added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
build Update MinGW config file. 2014-08-21 14:36:37 -05:00
cmake cmake: add find modules for PCRE and SQLite3 2014-07-10 09:15:06 +02:00
contrib Moved contributed CMake modules to "cmake" folder 2012-12-16 00:40:40 -02:00
CppParser added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
CppUnit added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
Crypto Merge pull request #507 from cristiantm/fix-memleak-rsaimpl 2014-08-12 23:26:12 -05:00
Data Fix static init exceptions for MinGW*. 2014-08-21 14:27:51 -05:00
doc updated CHANGELOG, ReleaseNotes and libversion 2014-06-16 21:52:38 -05:00
Foundation iOS arm64 compile fix 2014-08-22 19:30:58 +10:00
JSON added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
MongoDB added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
Net Merge pull request #522 from bakercp/bugfix-mingw32 2014-08-21 22:20:43 -05:00
NetSSL_OpenSSL added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
PageCompiler added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
patches/AIX new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
PDF added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
PocoDoc added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
ProGen added progen templates for WEC2013/VS2013 2014-08-09 10:53:48 +02:00
release build system fixes 2013-09-18 20:12:27 +02:00
SevenZip added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
Util added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
XML added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
Zip added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +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 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 GH #477: 1.5.2 buildwin.cmd incorrect, part II 2014-06-24 22:20:51 -05:00
buildwin.ps1 fixed linkmode for "both" configuration builds 2014-06-26 15:44:20 -05:00
CHANGELOG Update CHANGELOG 2014-08-21 00:06:55 -05:00
CMakeLists.txt cmake: Add SQLite, MySQL and ODBC include directories to global include path 2014-07-13 17:54:05 +02: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
CONTRIBUTORS Update CONTRIBUTORS 2014-08-21 00:11:25 -05:00
DLLVersion.rc updated copyright date 2014-06-28 09:10:21 +02:00
env.sh re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02:00
libversion updated CHANGELOG, ReleaseNotes and libversion 2014-06-16 21:52:38 -05:00
LICENSE LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02: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).