By
guenter
|
Published
June 17, 2007
I have just updated the Project Roadmap. The major change is that we’ll soon have a 1.4 release containing all the recently developed new stuff that does not quite fit into the 1.3.1 maintainance release (e.g., Event framework improvements, Data improvements, Async I/O). There will be a 1.3.1 bugfix release in the coming days, fixing […]
By
guenter
|
Published
June 17, 2007
During a very relaxing one hour run through the forest yesterday, I suddenly had an idea how to implement asynchronous I/O for streams and sockets in POCO with very little effort. I’m going to try my ideas out today, so you can expect to show up something in the SVN repository tomorrow – it shouldn’t […]
By
guenter
|
Published
June 14, 2007
Next month I will travel to the USA to give a few POCO trainings. I will be in the San Jose area from July 12 to July 16, and in the Boston area July 17 to July 21. Since I’ve lots of time in between the training sessions, I’d like to meet up with some […]
By
guenter
|
Published
June 13, 2007
Today I fixed most of the currently open bugs reported on Sourceforge. The result is in the Subversion repository and will soon become release 1.3.1. There are also improvements to the Unix build system. It is now possible to build POCO-based applications and libraries outside of the POCO_BASE directory hierarchy. To do this, you’ll have […]
By
guenter
|
Published
May 24, 2007
Are you planning a POCO based project or are you already in the middle of it and want to receive expert knowledge face-to-face? Here is what Peter Thulin, Technical Lead at TAC said about a recent training: “With the POCO Kick-Start Training we received expert knowledge directly from one of POCO’s developers. Through the training […]
By
guenter
|
Published
May 16, 2007
POCO Data is now available for download. This is the first release of Data, and in order to get this release out sooner, some planned features are still missing (full ODBC Unicode support on Windows, DateTime support). Nevertheless, I am quite happy with the result for now, and hope you will be too. The documentation […]
I am happy to announce the official release and availability of POCO 1.3! Here’s a summary of what is new in 1.3: HashMap and HashSet classes (Foundation) Tuple class template (Foundation) SharedMemory class (Foundation) FileStream, FileInputStream, FileOutputStream classes that support Unicode (UTF-8) filenames on Windows (Foundation) improvements and bugfixes in the Net library, mostly HTTP […]
Since yesterday’s post was lost due to the server failure, here is the announcement again: A prerelease snapshot of the upcoming POCO 1.3 release is now available for download from Sourceforge. The release is now basically feature complete; the only thing missing from the snapshot is the Data library, which will be part of the […]
Yesterday, at around 8 pm CEST, the server that hosts this website had a hardware failure, which caused this site to become offline until around today, 6:30 pm. Unfortunately, any weblog and forum entries made yesterday have not been backed up and are lost. We are sorry for the inconvenience. This site is served by […]
By
guenter
|
Published
April 25, 2007
POCO 1.3 is coming along nicely. Yesterday I have added a Condition (as in POSIX condition variable) class. As soon as I had finished it, Mark Swaanenburg from the Netherlands sent me his own implementation, which he developed independently. Seems like we need better coordination among our contributors 😉 Anyway, today I did some testing […]