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 Patrice Roy. They first talk discuss JeanHeyd Meneide’s blog post regarding ABI breakage in C and C++. Then they talk to Patrice Roy about his experience teaching C++ during the COVID pandemic, the first ISO Virtual Plenary and more.
🔗https://cppcast.com/patrice-roy-virtual-teaching/
🔍Have you ever used a statistical analysis tool on a new large project?

If you have, you must know that the first scan may produce over 1 thousand and in some cases over 10 thousand warnings. 📑

Luckily, you can control which warnings you want to work with. For example, you can limit the analysis to your project's newest code. 👶🏻

This video describes one of the ways to do so. We call this approach mass suppression, and it is especially helpful for large projects.
Have fun watching this video and coding 🙂https://www.youtube.com/watch?v=_IwR8gnFKCw
Rob and Jason are joined by Andreas Kling. They first talk about the Qt 6.0 Release as well as another new C++ podcast that has been announced. They then talk to Andreas Kling about SerenityOS, the C++ Operating System he is building along with others in the Open Source community. 🔗 https://cppcast.com/serenity-os/
Rob and Jason are joined by Patricia Aas from TurtleSec. They first talk about updates to a Web Assembly compiler Cheerp and an announcement for a new systems programming language conference. Then they talk to Patricia about her current project building a new web browser using modern C++, Qt 5 and the Chromium engine. They also discuss Patricia’s consulting business and managing it during the pandemic. https://cppcast.com/turtle-browser-patricia-aas/
Rob and Jason discuss various news articles, libraries and announcements on the last episode of 2020 before the new year. 🔗 https://cppcast.com/goodbye-2020/
Rob and Jason are joined by Zach Lieberman, professor at MIT’s Media Lab and co-founder of the School for Poetic Computation. They first talk about Herb Sutter’s 2020 wrap up blog post and the ISO mailing from December 2020. Then Zach discusses Open Frameworks, a C++ toolkit he co-created 10 years ago for creative coding. https://cppcast.com/open-frameworks-creative-coding/
Rob and Jason are joined by Corentin Jabot. They first talk about a Visual Studio blog post on performance improvements in the ‘inner build loop’, and a ray tracer built into CMake. Then they talk to Corentin about his work in the C++ ISO committee on the Library Evolution Working Group and his thoughts on what could and should make it into C++23. https://cppcast.com/priorities-for-23-corentin-jabot/
Rob and Jason are joined by Alessandro Pignotti. They first talk about a linker project, a better assert for constexpr code. Then they talk about Cheerp, LeaningTech’s C++ WebAssembly compiler, how it differs from emscripten, Cheerp optimizations and some of LeaningTech’s other Cheerp products. https://cppcast.com/cheerp-alessandro-pignotti/