PVS-Studio
43 subscribers
160 photos
2 videos
704 links
🔹searching for bugs in C, C++, C#, and Java
🔹it works on Windows, Linux, and MacOS

Visit our website to learn how to imrove code quality
https://pvs-studio.com
Download Telegram
Rob and Jason are joined by Oleg Rabaev. They first discuss some papers from the latest ISO mailing and a new feature in Microsoft’s vcperf tool. Then they talk to Oleg Rabaev about Unit Testing methodologies and why it’s important to write testable code. 🔗https://cppcast.com/testing-oleg-rabaev/
Bartlomiej Filipek shared his report on using the PVS-Studio static code analyzer. The tool helped him with identifying 8 critical issues not to mention good code style and performance enhancements (in total 137 warnings).

Visit the link to read more: 🔗 https://www.bfilipek.com/2020/09/pvs-studio-checking.html
Rob and Jason are joined by David Olsen from NVIDIA. They first discuss the news from the ISO Committee that C++20 has been approved and work on C++23 will continue virtually. Then they talk with David about his work on NVIDIA’s C++ compiler to run parallel algorithm code on the GPU and a proposal he’s working on to introduce 16-bit floats to standard C++. https://cppcast.com/stdpar-david-olsen/
Rob and Jason are joined by Jon Kalb. They talk about the first on-line CppCon conference and plans for the future. https://cppcast.com/cppcon-2020-wrapup/
Rob and Jason are joined by Emery Berger from the University of Massachusetts Amherst. They first discuss updates to GCC and the September ISO mailing. Then they talk to Emery Berger about Performance tooling and how improvements in Performance should be measured. 🔗https://cppcast.com/performance-matters/
We have classified our blog posts in several topics so that you can find the necessary information easily.
🎮 Today we suggest reading these articles on open source game projects and game engines checks.
🔗https://www.viva64.com/en/tags/?q=GameDev
Rob and Jason are joined by Emery Berger from the University of Massachusetts Amherst. They first discuss updates to GCC and the September ISO mailing. Then they talk to Emery Berger about Performance tooling and how improvements in Performance should be measured. 🔗https://cppcast.com/performance-matters/
Hi there! Static analysis can always back you up when the time comes. But by the time it is done, you will have drunk gallons of coffee... ☕️ That's why developers of these utilities are always looking for a way to make users' life easier and save time.

The incremental analysis became the result of this search. If you want to learn more about what it is and how it is related to a compiler, you are in the right place.

Enjoy the video and have clean code :) https://www.youtube.com/watch?v=4RRqotjJqBA
Few projects can do without outside libraries and other useful ready-made solutions. However, analyzers can see the whole code and check it with abandon. 🔎 That's why sometimes it's worth pointing out the spots where they should stop and analyze nothing ⛔️

🎥 In this video, we'll tell you how to do it and why it is actually useful.

Enjoy the video😉🔗https://www.youtube.com/watch?v=bYPGnwwaHyo
Rob and Jason are joined by Ben Deane from Quantlab. They first discuss the 11.0 update of Clang and an a blog post highlighting some of the smaller features that were added in C++17. They then talk to Ben about some of his recent CppCon talks including one on what we can learn from the history of programming languages and another on the ability to JIT C++ code. 🔗 https://cppcast.com/ben-deane-jit-history/