By
alex
|
Published
April 23, 2012
After many months of absence and low-level involvement with the project (for personal and professional reasons), I am back. We also have commitment from two other community members (Marian Krivos and Franky Braem) to help significantly with the project. For starters, Marian has retired old and I have just committed brand new trunk code. For […]
By
alex
|
Published
November 22, 2009
Franky Braem, the author of GLUEscript (successor of wxJavaScript) is working on POCO Javascript scripting engine (SpiderMonkey based) library. The engine is being developed to fit into the Poco::Script sandbox project, which already has a rudimentary Lua library. I looked over the code and liked it – it sure does look like a good old Poco-style […]
By
alex
|
Published
November 3, 2009
If anyone wonders what are those recent sandbox commits about, I’ve been working on some reports recently and opted to use ExtJS in conjunction with the sandbox JSON and PDF libraries. Well, the verdict is that those two sandbox libs are actually quite stable and usable. JSON even comes with ExtJS remoting (a.k.a. Ext.Direct) support. […]
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
alex
|
Published
March 23, 2009
I have just added Sockets library with local (aka UNIX) sockets support to SVN sandbox. The code was extracted from Net library and slightly modified to accommodate for UNIX sockets. For the time being, tested only on Linux. I’ll do Solaris testing as well, whoever can run it on other platforms, please do and report […]
By
alex
|
Published
March 8, 2009
How does functional programming, pointers and memory relate to this mess we call economy? Check out at Bool Shift.
By
alex
|
Published
January 14, 2009
For those folks who are wondering what’s been going on, when is there going to be next release etc, here’s the answer: Prior to 1.3.3 release, I voluntarily took over taking care of the ongoing project maintenance. Then Guenter kicked in for 1.3.3 release, did the great deal of work and early October we pushed […]
By
alex
|
Published
October 25, 2008
The second installment of DynamicAny article has been published in the October issue of ACCU Overload. Speed and code size comparison benchmarks against boost::any and boost::lexical_cast are the topics addressed in this installment. Enjoy.
By
alex
|
Published
October 15, 2008
On Tuesday, October 21 2008, I’ll have an honor and pleasure of speaking to the members of the Coastal South Carolina IEEE Chapter about open source, C++ and – POCO.