Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts

03 Aoû 2015
How to Port a 9 Million Code Line Project to 64 bits?
Evgenii Ryzhkov, Ilya Ivanov
Our team has recently finished porting one pretty large project (9 million code lines, 300 Mbytes of source files) to the 64-bit platform. It took us one year and a half. Although we are...
...
30 Jul 2015
Viewing Bug Statistics, or "Look, They've Got Charts in PVS-Studio!"
Evgenii Ryzhkov
This post will be first of all of utmost interest to project and technical managers whose teams use the PVS-Studio code analyzer in their projects. We have recently implemented a new feature to...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
28 Jul 2015
An Ideal Way to Integrate a Static Code Analyzer into a Project
Andrey Karpov
One of the most difficult things about using static analysis tools is managing false positives. There are a number of ways to eliminate them using the analyzer's settings or changing the code...
...
24 Jul 2015
Using Incredibuild to Assist Analysis of a Large Project by PVS-Studio
Sviatoslav Razmyslov
PVS-Studio is a static analyzer that detects errors in source code of C/C++ applications. Like a compiler, the analyzer parses the project source files one by one. However, without the help...
...
23 Jul 2015
Integrating PVS-Studio with the Incredibuild Distributed Build System
Paul Eremeev
PVS-Studio performs analysis of C/C++ code and highlights for the programmer various hidden errors and code fragments that may cause troubles in future. If your project is a large-scale one...
...
04 Jul 2015
HPX and PVS-Studio
Hartmut Kaiser
We have used a trial version of PVS-Studio for HPX previously, but I vaguely remembered it as being very verbose in its diagnostics. I have read a lot about the tool lately, and since it was a...
...
27 Jui 2015
How Do Programs Run with All Those Bugs At All?
Andrey Karpov
Our team analyzes lots of open-source projects to demonstrate the diagnostic capabilities of the PVS-Studio analyzer. After reading our articles, people will often ask: "How does the program run...
...
26 Jui 2015
Why Don't Software Developers Use Static Analysis Tools to Find Bugs?
Brittany Johnson, Emerson Murphy-Hill, Robert Bowdidge, Yoonki Song
Using static analysis tools for automating code inspections can be beneficial for software engineers. Such tools can make finding bugs, or software defects, faster and cheaper than...
...
25 Jui 2015
How to Launch the PVS-Studio Analyzer
Andrey Karpov
Every now and then, we receive e-mails reading something like "After I have installed the analyzer, I find the PVS-Studio.exe file, launch it, but it wouldn't work". Since these are not rare...
...
24 Jui 2015
C++ Tail Recursion Using 64-bit variables - Part 2
Giovanni Campo
In my previous post I talked about recursion problems in a Fibonacci function using 64-bit variables as function parameters, compiled using the Microsoft Visual C++ compiler. It turned out that...
...
View more Pagination arrow previous
Showing: - of 1622