Federico
47c2c5b228
Update 08.Object_Oriented_II.pdf
...
Fixes #32
2023-12-14 21:58:31 -08:00
Federico
b1dc558c16
Update 07.Object_Oriented_I.pdf
...
Fixes #30
2023-12-12 23:27:33 -08:00
fbusato
2d8f6517e8
Update 07.Object_Oriented_I.pdf
...
Fixes #29
2023-12-11 15:48:38 -08:00
fbusato
f1ffd1695e
Update 07.Object_Oriented_I.pdf
...
Fixes #29
2023-12-11 15:14:38 -08:00
fbusato
abc0c896f4
Update 07.Object_Oriented_I.pdf
...
Fixes #28
2023-12-11 11:28:26 -08:00
fbusato
47b799fa12
Update 05.Basic_Concepts_IV.pdf
...
Fixes #27
2023-12-06 17:03:35 -08:00
Federico
0aa69c0b8c
Update 02.Basic_Concepts_I.pdf
...
Fixes #26
2023-12-03 16:10:45 -08:00
Federico
e797891cc0
Add all-in-one book
...
Fixes #25
2023-12-02 16:54:13 -08:00
fbusato
bb4114aa81
Update 07.Object_Oriented_I.pdf
...
Fixes #24
2023-12-01 10:28:46 -08:00
fbusato
cecf8944bb
Fix deferencing typo
...
Fixes #21
2023-12-01 10:25:26 -08:00
fbusato
90691c6bc6
Update 06.Basic_Concepts_V.pdf
...
Fixes #19
2023-11-29 11:21:15 -08:00
fbusato
3c7a7ac410
Fix "Table of Contents" typo
...
Fixes #18
2023-11-29 11:18:55 -08:00
fbusato
cc6b8e0625
Update 15.Ecosystem_II.pdf
...
Fixes #14 , thanks to @Zitrax
2023-11-28 10:58:57 -08:00
fbusato
5c49c8db3f
Update 03.Basic_Concepts_II.pdf
...
Fixes #15 , thanks to @f9rocket
2023-11-28 10:57:05 -08:00
fbusato
8351f8b577
Update 01.Introduction.pdf
...
Fixes #16 , thanks to @saw-lau
2023-11-28 10:55:26 -08:00
fbusato
9bc1c648a4
Update 08.Object_Oriented_II.pdf
...
* Fixed typo in Assignment Operator (thanks @kimsoohwan). Fixes #13
2023-11-27 14:51:19 -08:00
fbusato
d6789cb5f1
Update 08.Object_Oriented_II.pdf
...
* Fixed typo in operator overloading overview (thanks @kimsoohwan )
2023-11-21 11:27:06 -08:00
fbusato
d07000e3ff
November 2023
2023-11-20 12:43:18 -08:00
fbusato
a9ceb476b1
October 2023 - Update 1
2023-10-23 14:41:29 -07:00
Federico
8efcf6db2a
September 2023 - Update 1
2023-09-14 16:30:21 -07:00
Federico
36fe069450
July 2023 - Update 1
2023-07-15 15:07:24 -07:00
Federico
5bd2ba637d
April 2023 - Update 1
2023-04-02 18:58:07 -07:00
Federico
8e49d2378a
March 2023 - Update 1
2023-03-18 16:00:53 -07:00
Federico
82651beb1c
October 2022 - Update 1
2022-10-22 19:15:16 -07:00
Federico
311cc5820c
June 2022 - Update 1
...
Soul: Extended and split "Optimization I" slides
Ecosystem:
- added a few references
Optimization I
- greatly improved memory hierarchy section
- added references and applied many fixes
- added single-Thread Performance Trend
- rewrote Ahmdal's law section
- removed roofline model & bitmask slide
2022-06-23 23:01:49 -07:00
Federico
14a26f2cc9
May 2022 - Update 1
...
Templates and Translation Units
- Flow refactoring
- Several improvements and clarifications
2022-05-21 22:25:33 -07:00
Federico
76e3861f9e
April 2022 - Update 3
...
Translation Units (sections 1-8):
- Refactored description flow
- Many improvements and clarifications
- Several typos fixed
- const/constexpr does not imply static
- template variables have external linkage even if specialized
2022-04-23 12:27:55 -07:00
Federico
d1fbd64a62
April 2022 - Update 2
2022-04-14 08:01:50 -07:00
Federico
b747c353b7
April 2022 - Update 1
...
Many small improvements, several typos fixed, and flow refactoring, including:
- Introduction: update references
- Basic Concepts I: average computation reference, improved catastrofic cancellation, added compensation algorithms, added C++ standards compatibility note, moving implicit promotion, reorganized floating-point section
- Basic III: parenthesis and brackets, better description for alignment in sizeof
2022-04-13 21:43:12 -07:00
fbusato
82419d0a21
Fixes #1
2022-03-08 12:39:27 -08:00
federico-busato
e82865cbd6
November 2021 - Update 3
...
logo resize
2021-11-28 16:06:01 +01:00
federico-busato
9a84c2fba6
November 2021 - Update 2
...
- Introduction: small improvements
- Basic Concepts I: Pointer type conversion
- Advanced topics: added move semantic notes
- Class I: improved defaulted members section
- Optimization I: reference and aliasing
- Optimization II: added -ffast-math reference
- Translation Units/Ecosystem (cmake): system includes
2021-11-28 15:58:39 +01:00
federico-busato
212ab24d3c
November - Update 1
...
- Basic Concepts: added a macro common error, IDE rank updated
- Ecosystem: A couple of CMake improvements, valgrind version updated
- Translation Units: static initialization order fiasco*, small namespace improvements
- Templates: std type traits
specialization
- Advanced Concepts: ref-qualified overloading, added other RVO examples
- Optimizations: Object vectorization
- README updated
2021-11-01 13:59:47 +01:00
federico-busato
9fbd8ee0a7
September 2021 Update 2
...
- Basic Concepts I: Improved C++ operators, added comma and assignment operators
- Advanced Concepts: added error handling and exceptions, added undefined behavior return case
- Minor improvements for Optimization I, Basic Concepts II/III, Object Oriented Programming I
- Translation Units: reorganized and improved linkage and storage class sections
2021-09-19 18:39:53 +02:00
federico-busato
1430736394
September 2021 Update 1
...
- More meme
- Updated reference books
- Explict/implicit template instantiation
- Reported default stack size on Windows
- Fix wrong visualization of bookmarks
- Added library linking on Windows
- Minor fixes
2021-09-04 19:15:10 +02:00
federico-busato
4b5cf0766a
- Improved defaulted default constructor description
...
- Added a compiler optimization example
- Valgrind vs sanitizer comparison
- Using keyword improvement
2021-08-21 17:00:51 +02:00
federico-busato
3b22f9f1b0
- Optimization I: Moore's law notes and minor improvements
...
- Optimization II: minor fixes
- Ecosytem: handle multiple test modes in cmake
- Translation units: make clear the relation between internal/external linkage and entity address
2021-06-11 13:07:13 +02:00
federico-busato
d851dc92fd
- Added prefix/postfix increment semantic
...
- Add Posit reference
- Added undefined behavior section
- Advanded topics improvements
- Reorganization of documentation section across ecosystem/convention
- speedscope perf visualizer
- Coverage: lcov replaced by gcovr
- Cmake reorganization
- Several fixes in Optimization I
2021-06-05 19:10:21 +02:00
federico-busato
da99b032e5
typos fixing and minor improvements
2021-05-20 21:34:34 +02:00
federico-busato
e7544df4db
Improved PIMPL section
2021-05-20 13:12:28 +02:00
federico-busato
850f72b7a3
switch to 16:9 + minor improvements
2021-05-15 19:27:10 +02:00
federico-busato
a6910fe20c
Basic Concepts III: improve type punning section
2021-04-30 15:19:10 +02:00
federico-busato
b7a29bd187
Translation Units: improved many examples
2021-04-24 14:48:54 +02:00
federico-busato
895b227afb
Translation Units: Improved storage class
2021-04-22 21:25:20 +02:00
federico-busato
cbc9d02101
Templates I/II: minor fixes
2021-04-16 18:31:28 +02:00
federico-busato
893ef775d0
Basic Concepts I: added spaceship operator
...
Object Oriented I: constexpr and constructors/destructor notes
Object Oriented II: RTTI examples improvement, spaceship operator overloading
Templates I: minor fixes
Optimizations I: added compressed bitmask
2021-04-11 12:53:42 +02:00
federico-busato
6e0290044b
Advanced topics: refactoring RVO
...
Object Oriented I/II: fixes private constructors in class
Optimizations I/II: add Moore's Law vs. algorithms
Utilities: move Algorithm section to 14.Iterators_Containers_Alg
14.Iterators_Containers_Alg: add std::span
2021-04-08 14:58:20 +02:00
federico-busato
ac6bb7bf48
Basic Concepts I: Added float16 proposal, C++ Types Summary
...
Basic Concepts II: Reorganized Control Flow with Initializer
Basic Concepts III: Better explanation of variable/stack initialization
Object Programming I: Improved static initialization and minor fixes
2021-04-03 20:12:14 +02:00
federico-busato
2811d807d9
Moved inline function declaration and fixed minor issues
2021-03-28 15:48:00 +02:00
federico-busato
12c251fc03
Refactoring Object Oriented I and minor fixes
2021-03-27 20:07:15 +01:00