Subscribe to our monthly blog
Expert perspectives and opinions from our team
There are no intrinsic barriers to using open-source compilers in safety-critical domains. With the right process, any high-quality compiler can become a trusted...
In safety-critical software development, trust is earned, not assumed, and must be built on evidence. Open-source compilers such as GCC and Clang are widely...
In avionics and aerospace software development, trust alone is not enough. Compilers are sophisticated tools, but because even the smallest defect in generated...
The <threads.h> header, introduced in the C11 standard, provides the necessary programming interfaces to develop multi-threaded C code. Multi-threading breaks strict sequential execution...
Staying on top of state-of-the-art software testing methods is important for our work on functional safety. Therefore, innovation is one of the four...
The chrono header from the C++ standard library provides applications with various types to abstract clocks, points in time and operations thereon. However,...
Compilers and libraries play a critical role in any software development process. That is why functional safety standards such as ISO 26262, IEC...
Are you looking for a solution to qualify standard libraries? The most important thing is getting the right software tool to ensure you remain...
Choosing a C or C++ compiler for safety-critical application development can be challenging. You may be torn between a compiler that is already...
The tuple is one of the most versatile and powerful data structures in C++, allowing you to combine related data without declaring a...
With the emergence of new and customizable instruction set architectures like RISC-V, compiler developers face the challenge of keeping up with the latest...
During our most recent webinar, SuperTest Live Demo, one of the audience members asked whether SuperTest and SuperGuard are suitable for ‘white-box’ testing...
Does your software development environment need to be fully compliant with functional safety standards such as ISO 26262, IEC 61508, EN 50128, EN...
SuperGuard is used to qualify and certify C and C++ standard libraries. It is a requirements-based test suite that provides evidence that a...
While the dream of fully autonomous driving appears to have taken a back seat, other automotive applications of Artificial Intelligence (AI) have become...
Home / Blog