Raphael Freudiger 1dc38d8500 respect lib suffix when installing cmake files
Some cmake files contain pathes to the lib directory with suffix.
So they should respect the suffix as well.
2018-02-19 10:26:45 +01:00
2017-10-24 21:55:33 -05:00
2017-10-31 09:07:53 +01:00
2017-10-31 09:07:53 +01:00
2018-01-31 13:10:58 -06:00
2018-02-17 10:41:47 +01:00
2018-02-17 10:39:51 +01:00
2018-02-17 20:53:49 +01:00
2017-11-10 18:19:53 +01:00
2018-01-08 16:05:14 +01:00
2012-04-23 01:14:34 +00:00
2017-11-11 15:53:34 +01:00
2017-11-11 13:30:59 +01:00
2017-11-20 09:31:20 -06:00
2017-11-10 08:51:22 +01:00
2012-11-11 11:20:31 +01:00
2017-11-11 10:37:55 +01:00
2017-10-31 09:07:53 +01:00
2018-02-08 20:40:03 -06:00
2016-08-28 22:21:38 +02:00
2012-04-23 01:14:34 +00:00
2012-11-11 09:57:01 +01:00
2012-06-26 12:40:26 +00:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2018-01-29 09:22:45 -06:00
2018-02-17 10:39:51 +01:00
2018-02-09 09:19:46 +01:00
2018-02-14 08:40:11 +01:00
2018-02-17 10:39:51 +01:00
2017-10-31 09:07:53 +01:00
2018-02-17 10:39:51 +01:00
2017-09-09 11:14:06 +02:00
2017-11-10 12:45:40 +01:00
2017-11-10 14:14:19 +01:00
2018-02-17 10:39:51 +01:00

POCO C++ Libraries

Build Status

  • Travis: Travis Build Status
  • AppVeyor: Build status
  • CII Best Practices

alt text

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, from embedded to server.
  • 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 and blog. Answers to POCO-related questions can also be found on Stack Overflow.

Please see CONTRIBUTING for submitting contributions, bugs reports, feature requests or security issues.


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

Languages
C 50.8%
C++ 47.8%
CMake 0.5%
Makefile 0.2%
JavaScript 0.2%
Other 0.3%