mirror of
https://github.com/danmar/cppcheck.git
synced 2025-01-15 17:12:30 +08:00
615e4c01c4
The current versions only have partial C++11 support which fortunately has caused us only few issues so far but it would be good to finally have fully working C++11 support. This also gets rid of several CI builds on very outdated platforms. The outdated platforms were used to also test CMake 2.8 but as future versions of CMake will drop combability with CMake < 3.5 this is a good time to also drop that requirement on our part. This PR does not remove or update any outdated code.
22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
Release Notes for Cppcheck 2.14
|
|
|
|
New checks:
|
|
-
|
|
|
|
Improved checking:
|
|
-
|
|
|
|
GUI:
|
|
-
|
|
|
|
Changed interface:
|
|
-
|
|
|
|
Deprecations:
|
|
-
|
|
|
|
Other:
|
|
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
|
|
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
|
|
- The minimum required CMake version has been bumped to 3.5
|