POCO C++ Libraries Blog

News and discussion for the POCO Community


POCO Usage Survey – Results

After having it open for 20 days, I have closed our POCO Usage survey today. We’ve collected 53 responses in total which is not really that much but at least something to work with. So, without further ado, here are the results: Question 1: Which POCO libraries are you currently using in your project? We […]


POCO Usage Survey – Please Help

I’ve created a short survey on SurveyMonkey to get some insights how POCO is being used. Please take it – should not take more than three minutes. Your input will help us make future POCO releases better. Thank you!


POCO C++ Libraries in biicode

The POCO C++ Libraries are now available via biicode, in the following versions: fenix/poco (develop) -> changing continuously fenix/poco (v1.6.0) fenix/poco (v1.5.4) fenix/poco (v1.4.7p1) The following post has been contributed by Fran Ramírez from the biicode team. You can also find the original post on the biicode blog. Benefits biicode is a file based dependency […]


POCO 1.5.3 Release Candidate 1 Available

Release Candidate 1 of POCO 1.5.3 has been tagged on the GitHub. Release 1.5.3 is scheduled for June 30 2014.


POCO 1.5.2 Release Candidate 2 Available

Due to a significant amount of fixes during the last week, 1.5.2 Release Candidate 2 is now tagged on GitHub. Please report any problems back to this list or as a GitHub issue. To allow for more testing, release projection was pushed forward a week, to June 24 2013. POCO Team


POCO 1.5.2 Release Candidate 1 Available

1.5.2 Release Candidate 1 is now tagged on GitHub: Please report any problems back to this list or as a GitHub issue. Release is projected for June 17 2013. POCO Team


Library AutoiNEATialization

In some of POCO libraries (Net on Windows, Data back-ends, Crypto, NetSSL …), there is a need for early library initialization. This task has been done so far in a couple of ways (neither elegant) – we either (1) call initialization (repeatedly) from some strategic points in the library (Net, SSL) that we know will […]