- Notifications
You must be signed in to change notification settings - Fork3
Toolchain config#194
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Toolchain config#194
Changes fromall commits
Commits
Show all changes
23 commits Select commitHold shift + click to select a range
c8b570f Update schema.cmake
coder1378099670 Added toolchain_config.h
coder13738f196f Create file_ext.h
coder1377a22863 Update CMakeLists.txt
coder137c10605f Update toolchain.h
coder1374f6de50 Add toolchain_ to target_info
coder137a1c939f Update build_buildcc.cpp
coder137a1c5b32 Update build.cpp
coder137ae26cd0 Updated TargetConfig
coder137c64f63c Delete target_file_ext.h
coder137bcf9672 Rename TargetFileExt to FileExt
coder13772d1ddf Removed target_file_ext from targets
coder137a3c9fc8 Use toolchain_.config instead of target_.config for toolchain specifi…
coder137d94f224 Removed test_target_config test
coder137059c3eb Added test_toolchain_config to toolchain
coder1373f93c95 Updated toolchain.h with UpdateConfig virtual function
coder137531320f Update build_env_setup.cpp
coder137e476913 Update build_buildcc.cpp
coder137e85e082 Update msvc-analysis.yml
coder137ef6989e Updated documentation with toolchain_utils
coder1371b99baa Updated target and mock_target
coder1377e9ec32 Update buildcc_interface_lib.PNG
coder137da5b9b5 Update software_heirarchy.rst
coder137File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/workflows/msvc-analysis.yml
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -25,7 +25,7 @@ env: | ||
| jobs: | ||
| analyze: | ||
| name: Analyze | ||
| runs-on: windows-2019 | ||
| steps: | ||
| - name: Checkout repository | ||
18 changes: 11 additions & 7 deletionsbootstrap/src/build_buildcc.cpp
This file contains hidden or 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
1 change: 0 additions & 1 deletionbuildcc/lib/target/cmake/common_target_src.cmake
This file contains hidden or 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
1 change: 0 additions & 1 deletionbuildcc/lib/target/cmake/mock_target.cmake
This file contains hidden or 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
1 change: 0 additions & 1 deletionbuildcc/lib/target/cmake/target.cmake
This file contains hidden or 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
66 changes: 0 additions & 66 deletionsbuildcc/lib/target/include/target/common/target_config.h
This file contains hidden or 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
4 changes: 2 additions & 2 deletionsbuildcc/lib/target/include/target/common/target_state.h
This file contains hidden or 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
10 changes: 6 additions & 4 deletionsbuildcc/lib/target/include/target/target.h
This file contains hidden or 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
8 changes: 6 additions & 2 deletionsbuildcc/lib/target/include/target/target_info.h
This file contains hidden or 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
4 changes: 2 additions & 2 deletionsbuildcc/lib/target/src/api/include_api.cpp
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbuildcc/lib/target/src/api/pch_api.cpp
This file contains hidden or 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
6 changes: 3 additions & 3 deletionsbuildcc/lib/target/src/api/source_api.cpp
This file contains hidden or 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
65 changes: 1 addition & 64 deletionsbuildcc/lib/target/src/common/target_config.cpp
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -22,67 +22,4 @@ | ||
| #include "fmt/format.h" | ||
| namespace buildcc {} // namespace buildcc | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.