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/
Checking the Ark Compiler Recently Made Open-Source by Huawei https://www.viva64.com/en/b/0690/
Viva64
Checking the Ark Compiler Recently Made Open-Source by Huawei
During the summer of 2019, Huawei gave a series of presentations announcing the Ark Compiler technology. The company claims that this open-source project will help developers make the And...
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/
Why are there few summer conferences? https://www.viva64.com/en/b/0691/
Viva64
Why are there few summer conferences?
Of course, they take place, but their number is very small in comparison with autumn and spring. We would like to change this trend, as everyone on our team is sure that summer events are...
Azure SDK for .NET: Story about a Difficult Error Search https://www.viva64.com/en/b/0692/
Viva64
Azure SDK for .NET: Story about a Difficult Error Search
When we decided to search for errors in the Azure SDK for .NET project, we were pleasantly surprised by its size. "Three and a half million lines of code," we kept saying, studying the pr...
Rob and Jason are joined by Björn Fahller. They first discuss articles on the C++ ABI and a blog post on performance analysis. Then Björn talks about cache friendliness, C++ contracts and type safety. https://cppcast.com/bjorn-fahller-cache-friendliness/
YouTube Advertising: Knocking on Programmers' Door https://www.viva64.com/en/b/0696/
Viva64
YouTube Collaborations: Knocking on Programmers
Stewart Britt, a well-known American marketing specialist, once said: 'Doing business without advertising is like winking at a girl in the dark. You know what you are doing but nobody els...
Rob and Jason are joined by Satabdi Das. They first discuss a new Visual Studio update and an article written by Bjarne Stroustrup. Then Satabdi talks about debugging and why it’s beneficial to write or give conference talks on difficult to fix bugs, she also talks about her work on a hardware emulator and static analyzers. https://cppcast.com/satabdi-das/
A Brief Overview of the PVS-Studio Static Code Analyzer. 🔗https://www.modernescpp.com/index.php/brief-overview-of-the-pvs-studio-static-code-analyzer
Apache Hadoop Code Quality: Production VS Test https://www.viva64.com/en/b/0697/
Viva64
Apache Hadoop Code Quality: Production VS Test
In order to get high quality production code, it's not enough just to ensure maximum coverage with tests. No doubts, great results require the main project code and tests to work efficien...
Top 10 Bugs Found in Java Projects in 2019 https://www.viva64.com/en/b/0699/
Viva64
Top 10 Bugs Found in Java Projects in 2019
2019 is drawing to an end, and the PVS-Studio team is looking back at the accomplishments of this year. In the beginning of 2019, we enhanced our analyzer's diagnostic capabilities by add...
Top 10 Bugs Found in C++ Projects in 2019 https://www.viva64.com/en/b/0700/
PVS-Studio
Top 10 bugs found in C++ projects in 2019
Another year is drawing to an end, and it′s a perfect time to make yourself a cup of coffee and reread the reviews of bugs collected across open-source projects over this year. This would t…
Top 10 Errors in C# Projects Found in 2019 https://www.viva64.com/en/b/0698/
Viva64
Top 10 Bugs Found in C# Projects in 2019
Hi to all fans of bugs! The New Year is coming soon, so it is time to take stock of the the outgoing year. By tradition, we're glad to present the top list of errors found by the PVS-Stud...
Our Small Contribution to Avalonia UI's Fight for Fewer Platforms https://www.viva64.com/en/b/0701/
Viva64
Our Small Contribution to Avalonia UI's Fight for Fewer Platforms
This article is a review of the bugs found in the Avalonia UI project with the static analyzer PVS-Studio. Avalonia UI is an open-source cross-platform XAML-based UI framework. This is on...
What Is MISRA and how to Cook It https://www.viva64.com/en/b/0702/
Pvs-Studio
What Is MISRA and how to Cook It
Perhaps every microcontroller software developer has heard about special coding standards to help improve the code security and portability. One of such standards is MISRA. In this articl...
The price of an error on the example of one PVS-Studio issue https://www.viva64.com/en/b/0703/
Viva64
The price of an error on the example of one PVS-Studio issue
We often write articles about software errors that we detect with our PVS-Studio static code analyzer. These errors are different: simple and complex, obvious and difficult to find, under...
Play "osu!", but Watch Out for Bugs https://www.viva64.com/en/b/0704/
Viva64
Play "osu!", but Watch Out for Bugs
Hi, all of you collectors of exotic and plain bugs alike! We've got a rare specimen on our PVS-Studio test bench today – a game called "osu!", written in C#. As usual, we'll be looking fo...