By
alex
|
Published
March 22, 2008
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 […]
By
alex
|
Published
March 15, 2008
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.
By
alex
|
Published
March 5, 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 […]
By
guenter
|
Published
February 24, 2008
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!
By
alex
|
Published
February 18, 2008
A Legal Issues Primer for Open Source and Free Software Projects may be of interest to any non-lawyer involved with open source.
By
alex
|
Published
February 10, 2008
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 […]
By
guenter
|
Published
February 3, 2008
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!
By
guenter
|
Published
January 28, 2008
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 […]
By
alex
|
Published
January 27, 2008
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 […]
By
guenter
|
Published
January 16, 2008
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. […]