Nintendo Switch: Drop Test of the Ryujinx Emulator's Source Code https://pvs-studio.com/en/blog/posts/csharp/0840/
Pvs-Studio
Nintendo Switch: Drop Test of the Ryujinx Emulator
Each generation, companies like Sony, Microsoft and Nintendo delight their consumers with new consoles and different games for them. Yet there is a caveat - some games exclusively run on th…
It's almost the middle of 2021!🌞
A lot of interesting things have happened during this time. And we in our turn kept developing PVS-Studio 📈
Here's a collection of some interesting updates added in the first half of 2021✨
https://www.youtube.com/watch?v=Blg48X8hLKU
A lot of interesting things have happened during this time. And we in our turn kept developing PVS-Studio 📈
Here's a collection of some interesting updates added in the first half of 2021✨
https://www.youtube.com/watch?v=Blg48X8hLKU
YouTube
What's New in PVS-Studio in the First Half of 2021? [SAST] [AUTOSAR] [OWASP]
It's almost the middle of 2021!🌞 A lot of interesting things have happened during this time. And we in our turn kept developing PVS-Studio 📈 Here's a collection of some interesting updates added in the first half of 2021✨
00:00 Introduction
00:41 New Standards…
00:00 Introduction
00:41 New Standards…
Text Broadcast of CppCast 298: SonarSource Analysis Tools https://pvs-studio.com/en/blog/posts/cpp/0841/
Pvs-Studio
Text Broadcast of CppCast 298: SonarSource Analysis Tools
Episode 298 of CppCast was recorded on May 5th, 2021. On this episode, Rob Irving and Jason Turner are joined by Loïc Joly, who talks about SonarSource static analysis tools. Also, they dis…
One Day in the Life of PVS-Studio Developer, or How I Debugged Diagnostic That Surpassed Three Programmers https://pvs-studio.com/en/blog/posts/cpp/0842/
Pvs-Studio
One Day in the Life of PVS-Studio Developer, or How I Debugged D…
Static analyzers' primary aim is to search for errors missed by developers. Recently, the PVS-Studio team again found an interesting example proving the power of static analysis.
An Unexpected Article About Our Unicorn: Who Is the PVS-Studio Mascot? https://pvs-studio.com/en/blog/posts/0843/
PVS-Studio
An unexpected article about our unicorn: who is the PVS-Studio mascot?
PVS-Studio has a mascot that became inseparable from the brand - a unicorn. Lately we′ve been getting many questions about our magic steed: why the unicorn, why has he changed so much, does he have...
Enums in C#: Hidden Pitfalls https://pvs-studio.com/en/blog/posts/csharp/0844/
PVS-Studio
Enums in C#: hidden pitfalls
C# has low barriers to entry and forgives a lot. Seriously, you may not understand how things work under the hood but still write code and remain easy-going about this. Though you still have to deal...
A Beautiful Error in the Implementation of the String Concatenation Function https://pvs-studio.com/en/blog/posts/cpp/0845/
Pvs-Studio
A Beautiful Error in the Implementation of the String Concatenat…
We, the PVS-Studio static code analyzer developers, have a peculiar view on beauty. On the beauty of bugs. We like to find grace in errors, examine them, try to guess how they appeared. Tod…
Checking BitTorrent in honor of the 20th anniversary. Time == quality https://pvs-studio.com/en/blog/posts/cpp/0846/
Pvs-Studio
Checking BitTorrent in honor of the 20th anniversary. Time == qu…
Couple of weeks ago (or to be more precise, on July 2, 2021), the legendary BitTorrent protocol turned twenty years old. Created by Bram Cohen, the protocol has been developing rapidly sinc…
Integrating PVS-Studio into uVision Keil https://pvs-studio.com/en/blog/posts/cpp/0847/
PVS-Studio
Integrating PVS-Studio into uVision Keil
I develop software for embedded systems (mostly for STM32 and Milandr). As the main IDE, I use uVision Keil. As long as I write in C and C++, I've been wondering whether I write code the ri…
Static analysis protects your code from time bombs https://pvs-studio.com/en/blog/posts/cpp/0848/
Pvs-Studio
Static analysis protects your code from time bombs
Static code analysis allows you to identify and eliminate many defects at an early stage. Moreover, it's possible to detect dormant errors that don't show themselves when they appear. They …
PVS-Studio for JetBrains CLion: ad astra per aspera https://pvs-studio.com/en/blog/posts/cpp/0849/
Pvs-Studio
PVS-Studio for JetBrains CLion: ad astra per aspera
The PVS-Studio analyzer already has plugins for such IDEs from JetBrains as Rider, IntelliJ IDEA and Android Studio. Somehow we missed another IDE - CLion. The time has come to make amends!…
VSCode: how to view reports of static analyzers that support SARIF https://pvs-studio.com/en/blog/posts/csharp/0850/
Pvs-Studio
VSCode: how to view reports of static analyzers that support SAR…
People increasingly start optimizing the process of finding code errors using static analyzers. Nowadays, we can choose from a variety of products to view analysis results. This post covers…
Intermodular analysis of C++ projects in PVS-Studio https://pvs-studio.com/en/blog/posts/cpp/0851/
Pvs-Studio
Intermodular analysis of C++ projects in PVS-Studio
Recently PVS-Studio has implemented a major feature—we supported intermodular analysis of C++ projects. This article covers our and other tools' implementations. You'll also find out how to…
Optimization of .NET applications: a big result of small edits https://pvs-studio.com/en/blog/posts/csharp/0852/
Pvs-Studio
Optimization of .NET applications: a big result of small edits
Today we're going to discuss how small optimizations in the right places of the application can improve its performance. Imagine: we remove the creation of an extra iterator in one place, g…