kdevelop 

KDevelop 5.3 beta 1 released

Monday, 1 October 2018 | sbrauch | Tags:  release  kdevelop
We are happy to announce the release of KDevelop 5.3 Beta, almost exactly twenty years after KDevelop's first official release! Here's a brief summary of what's new in this version: Analyzers With 5.1, KDevelop got a new menu entry Analyzer which features a set of actions to work with analyzer-like plugins. For 5.2 the runtime analyzer Heaptrack and the static analyzer cppcheck have been added. During the last 5.3 development phase, we added another analyzer plugin which now is shipped to you out of the box: Read More

KDevelop 5.2.2 and 5.2.3 released

Saturday, 19 May 2018 | kfunk | Tags:  kdevelop  release  5.2  kdevelop  release  5.2  kdevelop  release  5.2
We today provide a stabilization and bugfix release with version 5.2.2 and 5.2.3. 5.2.2 was tagged 6 weeks ago, but we never managed to release it because we did not have the patience to fix the Windows installers in time due to a broken CI. Windows installers are provided for 5.2.3 again. We'll only provide source tarballs for 5.2.2 and we encourage everyone to just skip this release and use 5. Read More

KDevelop with Cppcheck Integration

Monday, 5 March 2018 | htower | Tags:  kdevelop  cppcheck
Starting with 5.1 release KDevelop supports built-in integration with static-analysis tool Cppcheck. Cppcheck provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives). Such analysis is very useful for all projects, especially for projects with complex structure and large code volume. Convenient integration with the development environment greatly simplifies and speeds up the process of code checking, as there is no need to study the analyzer documentation, its manual configuration and code navigation when processing the analysis results. Read More

KDevelop 5.2.1 released

Friday, 24 November 2017 | sbrauch | Tags:  kdevelop  release  stable
Just a few days after the release of KDevelop 5.2.0, we today provide a stabilization and bugfix release with version 5.2.1. This is a bugfix-only release, which introduces no new features and as such is a safe and recommended update for everyone currently using KDevelop 5.2.0. You can find the updated Windows 32- and 64 bit installers, the Linux AppImage, as well as the source code archives on our download page. Read More

KDevelop 5.2 released

Tuesday, 14 November 2017 | sbrauch | Tags:  kdevelop  release  news  kdevelop  release  news
A little more than half a year after the release of KDevelop 5.1, we are happy to announce the availability of KDevelop 5.2 today. Below is a summary of the significant changes -- you can find some additional information in the beta announcement. We plan to do a 5.2.1 stabilization release soon, should any major issues show up. Analyzers With 5.1, KDevelop got a new menu entry Analyzer which features a set of actions to work with analyzer-like plugins. Read More

KDevelop 5.2 beta 1 released

Monday, 2 October 2017 | sbrauch | Tags:  release  kdevelop  unstable  qt5  clang  windows
We are happy to announce the release of KDevelop 5.2 Beta! Tons of new stuff entered KDevelop 5.2, a bigger blog post show-casing all the features in 5.2 will follow when we release the final version. Here's a brief summary of what's new in this version: Internal changes After someone triggered discussions at Akademy, KDE's annual developer conference, about why there are still two different repositories -- kdevelop.git and kdevplatform.git -- for the main functionality of KDevelop, the KDevelop team decided that it's time to ditch the idea of having two separate repositories and merged kdevplatform. Read More

KDevelop 5.1.2 released

Monday, 28 August 2017 | sbrauch | Tags:  kdevelop  release  5.1
We are pleased to announce the release of KDevelop version 5.1.2, the second bug-fix release for the 5.1 series. This update contains bug fixes only, and we highly recommend all users of KDevelop 5.1.x to switch to this version. Given that it has been a few months since the release of KDevelop 5.1.1, this version contains quite a lot of changes. Get it As always, source code, the AppImage and Windows installers for 32 bit and 64 bit systems can be found on our download page. Read More

KDevelop 5.0.2 released for Windows and Linux

Monday, 17 October 2016 | sbrauch | Tags:  kdevelop  KDevelop 5  windows  release
Four weeks after the release of KDevelop 5.0.1, we are happy to announce the availability of KDevelop 5.0.2, a second stabilization release in the 5.0 series. We highly recommend to update to version 5.0.2 if you are currently using version 5.0.1 or 5.0.0. Along with the source code, we release an updated 64-bit AppImage for Linux as well as updated installers for Microsoft Windows. We've got the pleasure to announce a 32-bit version of KDevelop for Windows now, too! Read More

KDevelop 5.0.1 released

Monday, 19 September 2016 | sbrauch | Tags:  kdevelop  KDevelop 5  windows  release
One month after the release of KDevelop 5.0.0, we are happy to release KDevelop 5.0.1 today, fixing a list of issues discovered with 5.0.0. The list of changes below is not exhaustive, but just mentions the most important improvements; for a detailed list, please see our git history. An update to version 5.0.1 is highly recommended for everyone using 5.0.0. Issues fixed in 5.0.1 Fix a deadlock in the background parser, which especially occured on projects containing both C++ and Python/JS/QML code and caused either parsing or the whole application to freeze randomly. Read More

kdev-python 1.7.3-py3 released

Friday, 15 January 2016 | sbrauch | Tags:  release  stable  kdevelop  kdev-python  released  kde4
Due to a regression in kdev-python 1.7.2-py3 related to module search paths, I have prepared a new release which fixes this issue. All users of the 1.7-py3 series, especially the 1.7.2-py3 version are urged to upgrade as soon as possible. The issue only affects the Python 3 series, for Python 2 kdev-python 1.7.2 is still the recommended and up-to-date release. Download You can download the tarball from the KDE mirrors: http://download. Read More