Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GettingStartedWithModernCpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STEFF Laurent
GettingStartedWithModernCpp
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
master
default
protected
minor_fixes
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Sep
11
Mar
9
8
25
Jul
24
May
22
21
20
17
16
13
12
10
9
8
7
11
Feb
8
6
5
1
31
Jan
30
25
23
16
14
10
9
8
3
21
Dec
17
13
12
7
29
Nov
28
24
30
Oct
28
fix: typos
master
master
Refactor a bit the way Docker images are used; the third party warnings are now a full-fledged demo.
Refactor a bit the demo about third party warnings.
Introduction to C++: few fixes suggested by Vincent + few additions.
Minor change.
Add a new introductory notebook to C++.
Clean up TP 5 1b.
Clean-up part 4 TPs.
Clean-up part 3 TPs.
Clean-up object programming TPs.
Minor modifications in two remaining notebooks and in first TP ones.
Final clean-up for part 6 and 7.
Clean up rest of part 5.
In add_to_a lambda, no need to return a, as a is passed by reference
Typo: a *= 7; // multiply current value of a by **3**
Cleaning-up part 5 (still in progress).
Error handling notebook: add more content, and clean-up.
Installation: simplify and use a Yaml file. Jupter-lab has been considered and discarded as it introduces many issues (table of contents is not working, currently up-to-date extensions are not compatible with up-to-date jupyter lab and so forth...).
Cleaning-up template part.
Cleaning-up operators part.
Cleaning-up object programming part.
Updating and cleaning-up introduction and procedural programming part. The section introducing pointers and references has been refactored a bit.
Explain where resolution comes from
minor_fixes
minor_fixes
fix typo
Fix typo
In add_to_a lambda, no need to return a, as a is passed by reference
Typo: a *= 7; // multiply current value of a by **3**
Cleaning-up part 5 (still in progress).
Error handling notebook: add more content, and clean-up.
Installation: simplify and use a Yaml file. Jupter-lab has been considered and discarded as it introduces many issues (table of contents is not working, currently up-to-date extensions are not compatible with up-to-date jupyter lab and so forth...).
README: remove channel QuantStack for Conda.
Cleaning-up template part.
Cleaning-up operators part.
Cleaning-up object programming part.
Updating and cleaning-up introduction and procedural programming part. The section introducing pointers and references has been refactored a bit.
Add a new C++ 17 way to define properly a static data attribute.
Add a comment about an alternate method to declare friendship in a template class.
Functions: add optional arguments.
TP: fixes (including unused lines...) found thanks to gcc.
Remove the hardcoded clang reference in CMake for TP.
Loading