-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds initial draft for separate compilation #96
base: master
Are you sure you want to change the base?
Conversation
create from skeleton
Edits after SG20 committee discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice first draft for the separate compilation topic.
Most of my comments are just align syntax/file structure with the rest of the topics. Overall, this topic highlights already many important points about the topic.
#### Points to cover | ||
|
||
1. Cover the mechanisms for include and library paths to your own code, as well as discovery mechanisms for external libraries. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From reading the ASBATs, we probably need more points to cover that contain the skills necessary to reach the ASBAT level.
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
Co-authored-by: Florian Sattler <[email protected]>
refs #8 |
intro text moved to motivation
remove mention of text editor
sub indent
turn enum list into item
remove incorrect sentence
better caption
better caption
caption improved
proposal
TOC in sync with captions
added sentence about translation units
extern variable mention removed
@vulder and @ronchaine we did a pass in today's meeting. Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm mark the topic tentative ready and put it on the agenda for the next online SG20 meeting.
guidance where one can continue to investigate this topic in more depth._ | ||
|
||
* Language inter-operability: the `extern "C"` mechanism. | ||
* Linker conventions including name mangling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Linker conventions including name mangling. | |
* Linker conventions including name mangling. |
First attempt at "separate compilation" module.