Mon Sep 08 2025 The LLVM Project Blog: GSoC 2025 - Byte Type: Supporting Raw Data Copies in the LLVM IR
Sun Sep 07 2025 Daniel Lemire's blog: Splitting a long string in lines efficiently The Dev Ladder: We’re Always Running Late
Sat Sep 06 2025 Nibble Stew: Trying out import std Arthur O’Dwyer: A poem all in dactylic noun substantives, part 3
Fri Sep 05 2025 The Old New Thing: The case of the crash on a null pointer even though we checked it for null Kitware Inc: Practical Use Cases for TTK ACCU : September's C Vu Journal has been published. Qt Blog: Qt on macOS 26 Tahoe C++ Team Blog: What’s New in vcpkg (August 2025)
Thu Sep 04 2025 The Old New Thing: How can I write a C++/WinRT IAsyncOperation<T> where T is not a Windows Runtime type?, part 2 News: Improving libraries through Boost review process: the case of OpenMethod
Wed Sep 03 2025 C++ explained to my dog: Modules! Qt Blog: Qt for Android Automotive 6.9.2 is released Kitware Inc: Runtime selection between headless, offscreen, and onscreen rendering modes in ParaView The Old New Thing: How can I write a C++/WinRT IAsyncOperation<T> where T is not a Windows Runtime type?, part 1 ACCU : Upcoming ACCU Local Groups Events
Tue Sep 02 2025 Sandor Dargo's Blog: Discovering observers - part 1 from pvs-studio.com: Combating headcrabs in the Source SDK codebase Marius Bancila's Blog: What is the C++ nth_element algorithm? MC++ BLOG: My ALS Journey (29/n): I feel Good The Old New Thing: Dubious security vulnerability: Remembering passwords for recently-opened ZIP files Andreas Fertig's Blog: Efficient C++: The hidden compile-time cost of auto return types
Mon Sep 01 2025 Daniel Lemire's blog: Processors are getting wider The Old New Thing: Thoughts on creating a tracking pointer class, part 16: Second attempt to use a list The LLVM Project Blog: GSoC 2025: Profiling and Testing Math Functions on GPUs
Sun Aug 31 2025 Nibble Stew: We need to seriously think about what to do with C++ modules C++ Stories: Structured bindings in C++17, 8 years later
Sat Aug 30 2025 The Dev Ladder: Will You Always Have a Mentor? Arthur O’Dwyer: A poem all in dactylic noun substantives, part 2
Fri Aug 29 2025 The Old New Thing: Thoughts on creating a tracking pointer class, part 15: A custom shared pointer Kitware Inc: ParaView Python State File Improvements Qt Blog: Commercial LTS Qt 6.5.10 Released Sebastian Schöner: Unreasonable within reason
Thu Aug 28 2025 from pvs-studio.com: What if your elephant thinks it is bug? Kitware Inc: CMake 4.1.1 available for download The Old New Thing: Thoughts on creating a tracking pointer class, part 14: Nonthrowing moves with the shared tracking pointer Qt Blog: Qt Creator 17.0.1 released Arthur O’Dwyer: A poem all in dactylic noun substantives, part 1 Braden++: How to use the libc++ GDB pretty-printers patch – Blog: Programming for coverage part 5
Wed Aug 27 2025 Qt Blog: Qt for MCUs 2.8.3 released CLion : A Cross-Platform IDE for C and C++ | The JetBrains Blog: What’s Next for CLion: The 2025.3 Roadmap The Old New Thing: Thoughts on creating a tracking pointer class, part 13: Restoring the strong exception guarantee Qt Blog: Qt 6.9.2 Released Qt Blog: Qt for MOSA: FACE Conformant Qt for Aerospace and Defense Software Mathieu Ropert: The Performance Spectrum patch – Blog: Programming for coverage part 4
Tue Aug 26 2025 Sandor Dargo's Blog: How to look up values in a map Qt Blog: A Model for all Ranges The Old New Thing: Thoughts on creating a tracking pointer class, part 12: A shared tracking pointer Nibble Stew: Reimplementing argparse in Pystd
Mon Aug 25 2025 The Old New Thing: Thoughts on creating a tracking pointer class, part 11: Repairing assignment Kitware Inc: Surviving the Stack Unwind: A VTK.wasm Story MC++ BLOG: Contracts: A Deep Dive News: Re-review of Boost.SQLlite
Sun Aug 24 2025 Daniel Lemire's blog: Debugging C++ with Visual Studio Code under macOS The Dev Ladder: The Value of Boring Tasks Vorbrodt's C++ Blog: San Diego C++ Meetup: Meeting #77 – August 2025 Edition patch – Blog: Programming for coverage part 3
Sat Aug 23 2025 MC++ BLOG: My ALS Journey (28/n): Bureaucracy – The German Disease Arthur O’Dwyer: Counting polybar polyominoes C++ Stories: How to Avoid Thread-Safety Cost for Functions' static Variables
Fri Aug 22 2025 Kitware Inc: OpenLIFU: Accelerating Focused Ultrasound Research with Open Source Hardware and 3D Slicer Driven Software Qt Blog: Qt Contributor Summit 2025: Highlights Arthur O’Dwyer: Whenever a library clause uses CTAD or list-initialization, it’s wrong
Thu Aug 21 2025 On Software and Languages: What's the fuss about template for and :expand: in C++26? BuontempoConsulting: Introducing C++: what it will cover C++ explained to my dog: Are you experiencing “Undefined reference” errors at link time because of missing specializations?
Wed Aug 20 2025 KDAB: AI Coding with Qt: Qt AI Assistant for Qt Creator Andreas Fertig's Blog: C++ Insights Episode 65: C++26: Pack expansions for parameter packs bioweapon: Heterogeneous Message Handler
Tue Aug 19 2025 Sandor Dargo's Blog: C++26: Concept and variable-template template-parameters from pvs-studio.com: CMake: hero who tripped over 12 bugs C++ Team Blog: Announcing Proxy 4: The Next Leap in C++ Polymorphism Sutter’s Mill: My C++ on Sea talk video posted: “Three Cool Things in C++26” Qt Blog: Qt 6.8 RTOS Update Sebastian Schöner: Speaking with curiosity
Mon Aug 18 2025 C++ Team Blog: Dependabot support for vcpkg patch – Blog: Programming for coverage part 2
Fri Aug 15 2025 Daniel Lemire's blog: Predictable memory accesses are much faster Kitware Inc: Introducing WebAssembly support in VTK Kitware Inc: CppCon 2025 KDAB: Quality Code Starts with Smarter Testing News: Boost 1.89 Released! News: New Library for 1.89 - Boost.Bloom
Thu Aug 14 2025 John Farrier: Build vs. Integrate: The Trades (and Biases) We Ignore CLion : A Cross-Platform IDE for C and C++ | The JetBrains Blog: Getting Started With Fuzz Testing in CLion The Dev Ladder: 5 Types of Communication Every Developer Should Learn Andreas Fertig's Blog: Master Modern C++ - With Me as Your Personal Guide
Wed Aug 13 2025 Sebastian Schöner: Does C compile faster than C++? patch – Blog: Programming for coverage
Tue Aug 12 2025 Sandor Dargo's Blog: Use concepts with std::remove_cvref_t Kitware Inc: VolView 4.4 Release Kitware Inc: ParaView 6.0 and VTK 9.5: Better Together CLion : A Cross-Platform IDE for C and C++ | The JetBrains Blog: JetBrains with its CLion IDE Is Now an Official ST Authorized Partner
Mon Aug 11 2025 MC++ BLOG: Data-Parallel Types: Algorithms Arthur O’Dwyer: Varaldo’s _Shahrazad_ and Chiti’s _Centunesimo Canto_
Fri Aug 08 2025 MC++ BLOG: My ALS Journey (27/n): An Emergency Call ACCU : August's Overload Journal has been published. KDAB: Using the Qt Logger in Rust with CXX-Qt The Dev Ladder: Is Clean Code Part of Software Quality
Thu Aug 07 2025 from pvs-studio.com: Fewer bugs—more FPS: how static analysis benefits Unreal Engine projects Meeting C++ blog: Level up your C++ with Packt books Kitware Inc: CMake 4.1.0 available for download Sebastian Schöner: Vector types and debug performance