Contents |
After about nine months of extensive development, the KDevelop team is happy to announce the immediate availability of KDevelop 4.3. As usual, this feature release comes packed with new features, bug fixes and improved performance.
Here are some statistics that should entice you to upgrade as soon as possible. We of course recommend everyone to do so.
Package | Commits since 4.2.3 | Diffstat
kdevplatform | 766 | 615 files changed, 22194 insertions(+), 8377 deletions(-)
kdevelop | 542 | 546 files changed, 30587 insertions(+), 80250 deletions(-)
kdev-php | 39 | 33 files changed, 565 insertions(+), 381 deletions(-)
This new release has seen lots of work from various contributors. In the following we highlight a few noteworthy items but this list is by far not complete. Try out the new release and see for yourself!
The new C++ standard, which was released last year, is now partially suppported in KDevelop. At least the parser should not trip over new language features such as initializer lists, lambdas, range-based for loops or variadic templates. Similarily, explicitly defaulted or deleted methods, auto, rvalue-references and many more features are supported. Many of the new stdlib classes can be used as well. We have to admit though, that the C++11 support is by far not complete yet, and we will continue to work on improving it in future releases.
Besides adding a few new features and improving the stability, this release also comes with some noteworthy performance improvements. Opening large projects with many files should be considerably faster now. Similarily, Quickopen should now be faster and more fluid, especially again when dealing with large projects.