PVS-Studio
42 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
Despite plugins for development systems, in some cases running from command line might be needed. In this case, the analyzer must be called for each file in the project. Let's take the Makefile project as an example of using this method. The C and C++ Compiler Monitoring UI (Standalone.exe) utility can be used to view the report obtained in such a mode or we can convert the report using the Plog-Converter. We can use the incremental analysis mode from the command line as well. The following documentation section gives more details on this topic "Direct integration of the analyzer into build automation systems (C/C++)": 🔗 https://www.viva64.com/en/m/0006/
Rob and Jason are joined by JeanHeyd Meneide. They first discuss an ISO paper about the pros and cons of introducing ABI breaking changes into the C++ standard. Then JeanHeyd talks about the talk he gave at CppCon and his efforts to get unicode support into C++23. JeanHeyd also gives an update on his std::embed proposal. 🔗 https://cppcast.com/jeanheyd-meneide-unicode/
If you are not familiar with PVS-Studio, we suggest you learning about the analyzer integration into IDE and its operation outside of development environment both in command line and a single UI. 🔗 https://www.viva64.com/en/m/0007/
If you are curious to know what and when something in PVS-Studio was released, then the "PVS-Studio Release History" section is for you. 🔗https://viva64.com/en/m/0010/
If you're not familiar with the PVS-Studio analyzer's features, it's time to check out the documentation section "How to Run PVS-Studio Java":

🔗https://viva64.com/en/m/0044/
If you are developing in Visual Studio, this documentation section is what you need. It is dedicated to running analysis of C++/C# projects and solutions from the command line.

🔗https://viva64.com/en/m/0035/
Rob and Jason are joined by Inbal Levi. They first discuss some news including a new C++20 unit testing framework and Microsoft bringing ASAN to Visual Studio. Then Inbal talks about the Curiously Recurring Template Pattern and her efforts to start an Israel National Body for the C++ ISO Committee. https://cppcast.com/inbal-levi/
Rob and Jason are joined by Timur Doumler. They discuss some of the news that occurred at the C++ ISO meeting in Belfast where the committee responded to some of the National Body comments on the C++20 draft. Timur also goes over some of his proposals and the progress on adding an Audio API to C++. https://cppcast.com/timur-doumler-belfast/
Rob and Jason are joined by Titus Winters from Google. They first discuss some news of C++ tools, including Sourcetrail going open source and C++ Build Insights for Visual Studio. Then Titus goes into what the C++ ABI is, what breaking the ABI means, and whether or not we should consider breaking the ABI in future versions of C++. Titus also shares some a preview of his upcoming book ‘Software Engineering at Google.’ https://cppcast.com/titus-winters-abi/