Cross plattform C++ development is challenging - Marc Goodner - Meeting C++ 2018
A talk on cross platform C++
Cross plattform C++ development is challenging
by Marc Goodner
Mar 9-13, ONLINE EVENT
By Meeting C++ | Feb 24, 2019 09:08 AM | Tags: tools meetingcpp intermediate crossplattform basics advanced
A talk on cross platform C++
Cross plattform C++ development is challenging
by Marc Goodner
By Meeting C++ | Feb 8, 2019 03:56 AM | Tags: tools performance meetingcpp intermediate efficiency build system build
A guide to faster builds
The Hitchhikers guide to faster builds
by Viktor Kirilov
By Meeting C++ | Jan 31, 2019 05:34 AM | Tags: tools tooling meetingcpp intermediate efficiency basics advanced
A new way to debug on windows presented by James McNellis
Time Travel Debugging
by James McNellis
By Andrey Karpov | Dec 23, 2018 12:30 AM | Tags: tools tool pvsstudio opensource github bitbucket
On the New 2019 year's eve, a PVS-Studio team decided to make a nice gift for all contributors of open-source projects hosted on GitHub or Bitbucket. They are given free usage of PVS-Studio static analyzer for development of open source projects.
Free PVS-Studio for those who develops open source projects
by Andrey Karpov
From the article:
Everyone who wishes, can get a free license for 1 year. To get the license, you need to:
- Go to the page: https://www.viva64.com/en/open-source-license/
- Enter the e-mail, where you will be sent a license key;
- Enter the link to your GitHub/Bitbucket profile;
- Send a request for a free license.
By Andrey Karpov | Jun 14, 2018 06:01 AM | Tags: tools static code analyzer secdevops pvs-studio devops cwe arm
A new release of the PVS-Studio static code analyzer became available to download. This tool is designed to detect errors and potential vulnerabilities in the source code of programs, written in C, C++, and C#.
PVS-Studio 6.24 released
by Andrey Karpov
From the article:
Support for Texas Instruments Code Composer Studio, ARM compiler was added under Windows\Linux. 8 new diagnostics were introduced to detect errors in C and C++ code. In addition to the development of new diagnostics, we continue improving Data-Flow analysis that enables old diagnostics find more bugs. Thanks to these improvements, the analyzer finds more interesting errors, like the one we described in the article "February 31". Download and try PVS-Studio.
By Ansel Sermersheim | Apr 10, 2018 10:12 PM | Tags: tools
New videos on the CopperSpice YouTube Channel:
Type Traits
by Barbara Geller and Ansel Sermersheim
About the video:
This video covers Type Traits, what they are, and when you might want to use them. We also contrast Type Traits with Policy Classes, and show how the distinction can be very difficult to discern.
Using Doxypress
by Barbara Geller and Ansel Sermersheim
About the video:
This video is an overview of the DoxyPress C++ documentation generator. We also discuss the DoxyPressApp GUI frontend, and explain the structure and features of DoxyPress.
Please take a look and remember to subscribe!
By Legalize Adulthood | Mar 12, 2018 08:47 AM | Tags: tools
A comparison of two automatic rename tools for C++ in Visual Studio.
C++ Rename Shootout: Visual Studio 2017 vs. ReSharper for C++
by Richard Thomson
About the post:
Getting help from your development environment for renaming identifiers can be a huge productivity boost. It lets you quickly and easily improve the names of things in your code. In this post, I’ll review two automatic renaming tools for C++ in Visual Studio: Visual Studio 2017 Community Edition 15.5.7 and ReSharper for C++ 2017.3.2.
By Andrey Karpov | Mar 2, 2018 04:26 AM | Tags: tools static code analyzer keil iar embedded devops arm
Now our articles have every chance to become even more interesting because PVS-Studio can now check the code of embedded devices. We have added support for a few ARM compilers, which I talk about in detail below.
Static Code Analyzer PVS-Studio 6.22 Now Supports ARM Compilers (Keil, IAR)
by Andrey Karpov
From the article:
I find the RT-Thread operating system a perfect candidate to be the first embedded system checked with PVS-Studio. I glanced through the analysis report by PVS-Studio and picked 95 warnings that I thought to be the most interesting ones. Too see all those messages for yourself, download the rt-thread-html-log.zip archive with the full HTML report. We introduced this format not so long ago, and some users may not know about it. So, I'd like to use this opportunity to explain it once again.
By Meeting C++ | Feb 20, 2018 03:00 AM | Tags: tools meetingcpp efficiency clang-tidy clang
New video from Meeting C++ 2017
Advanced Tools for Better Productivity
by Gábor Horváth
By Meeting C++ | Feb 18, 2018 06:38 AM | Tags: tools meetingcpp intermediate debug advanced
A great introduction into the inner workings of a compiler:
How C++ Debuggers work
by Simon Brand