CLion のリリース
Released: Nov 23, 2016
2016.3 での更新項目
機能
- Modern C++ support in CLion with user-defined literals, C++14 digit separator and improved overload resolution support, as well as dozens of fixes for false-positive code analysis checks.
- C users should check out how C11 keywords completion speeds up the coding.
- A more flexible and efficient approach to CMake project: model opens projects from an existing CMake generation folder. Users can also configure a generation folder of their choice and skip generating several CMake configurations to...
Released: Jul 20, 2016
2016.2 での更新項目
機能
- Preview Doxygen comments in Quick Documentation pop-up, generate Doxygen documentation stubs and rely on safe rename (that updates Doxygen comments automatically) for functions and their parameters.
- Debug remote targets using all the benefits of IDE features, with remote GDB debug support (on Linux and Mac OS).
- Debugger performance improvements when stepping through and expanding big data structures (for both GDB and LLDB drivers).
- Save time on typing with Complete Statement, which inserts...
Released: May 18, 2016
Updates in this release
Updates in 2016.1.2b
- An important update for all IntelliJ-based IDEs - This update addresses critical security vulnerabilities inside the underlying IntelliJ Platform. The vulnerabilities, in various forms, are also present in older versions of the IDEs; therefore, patches for those are also available.
- Built-in web server vulnerabilities - The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without...
Released: Mar 18, 2016
Updates in this release
Updates in 2016.1
C++ Language Support
- Variadic Templates – The C++ parser in CLion 2016.1 now supports variadic templates.
- Auto Import - The auto import functionality for STL symbols has undergone a massive overhaul. Symbol completion and import quick-fix now generate correct STL imports.
- Quick Documentation Improvements – The Quick Documentation (Ctrl+Q) popup now provides extra details covering lambda expressions, namespace aliases and explicit instantiation, as well as links to the...
Released: Nov 5, 2015
Updates in this release
Updates in 1.2
- Unit Testing - Supports Google Test, including unit test configuration, code generation in tests and a test runner.
- CMake - Create frequently-used or custom code constructs in CMake and reuse them with live templates.
- Debugger - Improved debugger performance with the lazy creation of GDB variables and other fixes.
- Language Support - Several improvements have been made to the C++ parser and resolver.
- Code Style - Change code style options applicable to a selected piece of code.