-
Notifications
You must be signed in to change notification settings - Fork 97
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
Added Content for Build Systems #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added `1_cpp_basics` folder. - Added readme for makefile. - Renamed all directories as per directory structure.
SuperChamp234
changed the title
Added Content for Build Systems
Added Content for Build Systems #58
Feb 22, 2023
SuperChamp234
changed the title
Added Content for Build Systems #58
Added Content for Build Systems
Feb 22, 2023
amanchhaparia
requested changes
Feb 23, 2023
Made the following changes :-
Please review. |
@PritK99, kindly mark as |
amanchhaparia
requested changes
Feb 28, 2023
Made a few corrections in 2_build_systems.md in the latest commit. Please review. |
amanchhaparia
added a commit
that referenced
this pull request
Mar 23, 2023
This reverts commit d0ed425.
amanchhaparia
added a commit
that referenced
this pull request
Mar 23, 2023
aPR0T0
pushed a commit
to aPR0T0/Pixels_Seminar
that referenced
this pull request
Mar 23, 2023
* Removed all python files, and added basic cpp files and refined file structure * Removed all python files, and added basic cpp files and refined file structure * Refined file structure according to SRA-VJTI#48 * Fixed OS detection for debain and arch * Added all file structure files * Suggested changes in PR SRA-VJTI#64 made - Added `1_cpp_basics` folder. - Added readme for makefile. - Renamed all directories as per directory structure. * Adding documentation for build systems and compiler * Added Makefile full explanation * Renamed files for uniform structure * Fixed issue with makefile * Making the suggested changes in 2_build_systems.md * Resolving typo error * Using appropriate flags for generating an object file * Correcting the placement of semicolon --------- Co-authored-by: PritK99 <pritpjk@gmail.com> Co-authored-by: Prit Kanadiya <103832825+PritK99@users.noreply.github.com>
aPR0T0
pushed a commit
to aPR0T0/Pixels_Seminar
that referenced
this pull request
Mar 23, 2023
This reverts commit d0ed425.
Khushi-Balia
pushed a commit
to Khushi-Balia/Pixels_Seminar
that referenced
this pull request
Mar 28, 2023
* Removed all python files, and added basic cpp files and refined file structure * Removed all python files, and added basic cpp files and refined file structure * Refined file structure according to SRA-VJTI#48 * Fixed OS detection for debain and arch * Added all file structure files * Suggested changes in PR SRA-VJTI#64 made - Added `1_cpp_basics` folder. - Added readme for makefile. - Renamed all directories as per directory structure. * Adding documentation for build systems and compiler * Added Makefile full explanation * Renamed files for uniform structure * Fixed issue with makefile * Making the suggested changes in 2_build_systems.md * Resolving typo error * Using appropriate flags for generating an object file * Correcting the placement of semicolon --------- Co-authored-by: PritK99 <pritpjk@gmail.com> Co-authored-by: Prit Kanadiya <103832825+PritK99@users.noreply.github.com>
Khushi-Balia
pushed a commit
to Khushi-Balia/Pixels_Seminar
that referenced
this pull request
Mar 28, 2023
This reverts commit d0ed425.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- The basic Makefile syntax.
- Variables in Makefile.
- Automatic Variables in Makefile.
- Wildcards in Makefile.
- Commands in Makefile.
- Three example exercises for easing the readers into the creation of Makefile.
Co-authored by @PritK99.