TOAD: C++0x lambda functions and closures for GCC are under active development
Submitted by mark on Thu, 2008-07-31 11:07. See all entries forSupported by the Google Summer of Code™, John Freeman, who is also a co-author of the specification, is working on C++0x lambda functions and closures for the GNU C++ Compiler in the GCC subversion repository. (project description)
I am indeed very excited!
It's Roberts A. Heinleins 100th birthday!
Submitted by mark on Mon, 2008-07-07 15:31.Today is Robert A. Heinlein's 100th birthday!
TOAD: Lambda functions and closures are now part of C++0x
Submitted by mark on Mon, 2008-03-31 13:47. See all entries forI just read that Lambda functions and closures are now part of C++0x. Once The GNU C++ Compiler supports these, I will redesign the current CPP+Signal'n Slots based closure syntax.
This means that
TCLOSURE2(
slider,sigChanged,
_this, this,
_slider, slider,
_this->setValue(_slider->getValue());
)
is going to look like
slider->sigChanged->connect([] { this->setValue(slider->getValue()); });
in the future.
TOAD: TModelLayout
Submitted by mark on Thu, 2008-02-07 21:38. See all entries forWhew! After letting TOAD rest for about six months, there are finally some new commits. TModelLayout is now able to restore itself from a file and I've fixed some minor issues with TPen::setFont and vertical scrolling in TTextArea.


- elektronische medien, find their site at