1.4.1
版本发布时间: 2023-07-16 06:15:08
federico-busato/Modern-CPP-Programming最新发布版本:1.7.0(2024-03-31 08:12:54)
Basic Concepts I
- Fixed char properties in C++11 #8
- Minor improvements in the undefined behavior section
Basic Concepts III
- Added a note to highlight that arrays of size 0 are not allowed by the standard (except gcc)
Object-Oriented Programming I
- Improved
explicit
keyword section
Translation Units I
- Improved Linkage Summary section
Code Convention
- Improved and refactoring the sections Maintainability, Naming, Readability and Formatting
Ecosystem I
- Improved gdb
info
command description - Added
_FORTIFY_SOURCE=3
in stack protection section - Improved Unit Testing introduction
- Add Test-Driven Development description
- Extended Code Coverage to llvm-lcov
Optimization I
- Added apollo computer vs. usb-c comparison
- Add Single Instruction Multiple Threads (SIMT) section
- Added Jonh Carmark note about memory hierarchy
Optimization II
- Added Memory Prefetch section
Thanks to @marcobergamin