By
guenter
|
Published
October 30, 2009
This week I fixed a few more issues for the upcoming 1.3.6 release. Everything is in the 1.3.6 branch in SVN. There are a few more bugs that need to be fixed before we can release. One that’s particulary nasty is #2864380. The memory leak only occurs if client or server certificate validation is performed […]
By
guenter
|
Published
October 15, 2009
For those of you on Facebook, there is now a POCO group.
By
guenter
|
Published
September 27, 2009
These days in September 2004, five years ago, I started working on a set of C++ libraries that would reflect my idea of how to write proper C++ programs. What I wanted was a set of C++ libraries for the internet age. Easy to use and quick to learn for those already familiar with things […]
By
guenter
|
Published
September 24, 2009
Issam Lahlali, lead developer of the CppDepend static analyzer, was nice enough to tell me about a source code analysis of POCO, done with CppDepend. You can find the detailed analysis in his blog. In summary, POCO is well designed and implemented, according to his analysis. Not that I would have expected anything else ;-), […]
By
alex
|
Published
July 31, 2009
I have added JSONParser & friends to the sandbox. The code was ported from JSON Parser. At first, I intended to wrap the library, but things got really messy, so I decided to pull out what I need and tweak it into a more tidy codebase. Experience was a nice reminder of why I have […]
By
alex
|
Published
July 25, 2009
… which is now C++1x (and hoping x is small number). Concepts were, in my opinion, really cool feature (types of types) that would have greatly improved template compilation error reporting and also provide help in documenting iterators as well as getting rid of traits. Stroustrup has put 7 years of work into the feature. […]
By
guenter
|
Published
June 17, 2009
I have created a branch for the 1.3.6 release today. This is a bugfix release that fixes the bugs introduced with 1.3.4/1.3.5, plus some other open issues. 1.3.6 will be released in the coming weeks.
By
guenter
|
Published
May 14, 2009
If you like POCO, nominate it for the 2009 Community Choice Award.
By
guenter
|
Published
May 12, 2009
Version 1.3.5 of the POCO C++ Libraries has been released today. This is mostly a bugfix release, fixing some bugs in the NetSSL, Crypto and Zip libraries, plus a few minor enchancements. Upgrading from 1.3.4 is optional. Here is the CHANGELOG.
By
guenter
|
Published
April 21, 2009
I am happy to announce that release 1.3.4 is finally out! Apart from the usual bugfixes, this release contains significant performance improvements as well as some nice new features, such as a writable XMLConfiguration, a refactored NetSSL_OpenSSL library, support for case-insensitive globs, a new Poco::Util::Timer class, new PriorityNotificationQueue and TimedNotificationQueue classes in Foundation, and much […]