POCO C++ Libraries Blog

News and discussion for the POCO Community


SVN Changes

There were three significant changes to the SVN trunk and sandbox recently: Data keywords (use, into, et al.) were moved into Poco::Data::Keywords namespace. All the IO stuff (both sync and async) was moved from Foundation and Net to IO and IO::Socket All the Serial stuff was moved from IO to IO::Serial All these changes do […]


MySQL Data Connector

Sergey Kholodilov was kind enough to share his work with us and now we have MySQL Data connector for POCO. At this time, it is only available from SVN and tested with 1.3.3 branch code on Windows, FreeBSD and Linux. POCO community very much appreciates your contribution, Sergey.


SD West 2008

Earlier this week, I have attended Stroustrup and Sutter on C++ session at the SD West 2008 conference in Santa Clara, CA. As usual, session was packed with information mainly focused on the upcoming standard, the multi-core revolution we are are just starting to witness and a healthy dose of humor from both speakers and […]


See POCO in Action at Embedded World

Going to Embedded World next week in Nuremberg, Germany? You can see a cool demo powered by the POCO C++ Libraries as well as POCO Remoting featured at the booth of Atlantik Elektronik (hall 12, booth 444). I am looking forward to seeing you there!


A Legal Issues Primer for Open Source and Free Software Projects

A Legal Issues Primer for Open Source and Free Software Projects may be of interest to any non-lawyer involved with open source.


PocoScript and PocoLua

There’s been some interest recently for the topic in the mailing list and feature request tracker, so I have decided to import some code I’ve put together during my grad school days. It is still very rudimentary – PocoScript front-end library with one back-end for now – PocoLua. At this point, it is possible to […]


POCO 1.3.2 is Available

POCO 1.3.2 is finished. Downloads and documentation have been updated. There is also a Changelog for the curious. A big thank you to everyone who contributed the code and bug reports that made this release possible!


1.3.2 is Coming

Release 1.3.2 is on its way. For the impatient, a release candidate is available from the SVN repository. Following is a list of changes since 1.3.1: – added POCO_NO_SHAREDMEMORY to Config.h – POCO_NO_WSTRING now really disables all wide string related calls – added template specialization for string hashfunction (performance) – XML parser performance improvements (SAX […]


PocoPDF

I have just submitted a first attempt of PocoPDF into the SVN sandbox. It is a wrapper for the Haru PDF library. Haru depends on zlib and libpng, so full source for all three is embedded in PocoPDF. Submitted code works and it comes with two samples – one showing how to create a text […]


Introducing PageCompiler and ApacheConnector

As promised a few days ago, here are two new and cool addition to POCO. PageCompiler is a simple compiler that translates HTML pages containing embedded C++ code (using syntax familiar from JSP and PHP) into HTTPRequestHandler classes. ApacheConnector is a module for Apache 2.x that allows you to use POCO HTTPRequestHandler subclasses in Apache. […]