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
Rob and Jason are joined by Lisa Lippincott in this special episode recorded at CppCon. They first discuss some of the conference highlights and favorite talks so far. Then Lisa gives an overview of her ‘Truth of a Procedure’ talk. Later they talk about Lisa’s work on the ISO committee, her thoughts on Contracts and much more. https://cppcast.com/lisa-lippincott-cppcon/
Rob and Jason are joined by Marian Luparu, Sy Brand and Stephan T Lavavej in this special episode recorded at CppCon. They discuss some of the big announcements made by the Visual C++ team at CppCon. Including the open sourcing of MSVC’s STL, adding ASAN support to Visual Studio, C++17 conformance and much more. 🔗 https://cppcast.com/msvc-cppcon-2019/
Rob and Jason are joined by Philipp Schrader. They first discuss some post CppCon news and the LLVM 9.0 release. Then Phil talks about the work he’s doing at Peleton Technology to enable the ‘platooning’ of trucks with software written in C++. 🔗 https://cppcast.com/philipp-schrader/
Rob and Jason are joined by Jeri Ellsworth the CEO of Tilt Five. Jeri and Jason first geek out about the Commodore 64 with Jeri telling her story of building the C64 Direct-to-TV. Then she tells us about her new companies product the Tilt Five AR headset which is built with the tabletop gamer in mind and has SDKs for C++ and Unity. 🔗 https://cppcast.com/jeri-ellsworth-tiltfive/
Rob and Jason are joined by Patricia Aas from TurtleSec. They first discuss blog posts on module linkage and Visual Studio integration of clang tidy. Patricia then talks about her recent efforts to highlight the work of female engineer role models. Lastly they discuss Patricia’s efforts to improve election security in her own country and the concept of software independence with election software. 🔗 https://cppcast.com/patricia-aas-election-security/
We bring to your attention the presentation of 'PVS-Studio in 2019'. The fact is that from time to time our users ask if there is any material that overviews the analyzer's capabilities, describes what it is, and so on. For this reason, we decided to record this presentation, in which I will tell you what PVS-Studio is, what features it has, and so on, so that you can learn about it in general. 🔗 https://youtu.be/FkfMGqxIR-I
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/