- Notifications
You must be signed in to change notification settings - Fork3
Toolchain generic#209
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
Changes fromall commits
Commits
Show all changes
38 commits Select commitHold shift + click to select a range
372b03e Updated storage.h
coder1372f5ca64 Update ScopedStorage
coder137af59133 Added Clear API for ScopedStorage
coder137f5cd405 Updated static Storage API
coder137f36083c Updated specialized toolchains
coder137d7768bb Added toolchain_generic.h
coder1379f0580c Updated register.cpp with SystemInit
coder137bfbf8d5 Updated toolchain verify
coder1372f2b462 Updated test toolchain verify tests
coder137fcdb7d4 Updated specialized_toolchains to static library
coder137189279e Minor update
coder1377f95557 Updated toolchain with lock false
coder137e507729 Updated specialized toolchains
coder1374a70ed5 Updated toolchain_verify
coder13786a129d Updated toolchain_generic
coder137c827f44 Updated specialized toolchains
coder137fdb4640 Updated toolchain generic
coder1378733c8d Removed toolchain lock check
coder13763027d1 Updated test toolchains
coder1379164ff6 Updated buildcc.h with toolchain_generic and toolchain_custom
coder137df4576f Added toolchain_custom.h
coder137cd200cc Updated toolchain_generic with comments
coder137c36b2fd Updated toolchain_custom
coder137e04d187 Updated toolchain.h
coder13706f0a3e Updated args.h (derived from Toolchain)
coder137fe7c4f0 Added virtual destructor to specialized toolchains
coder1374dc070d Updated toolchain_verify
coder13712883c2 Updated toolchain.cpp
coder1377bc54e7 Updated toolchain_custom.h
coder1372652244 Updated toolchain gcc and msvc
coder137634a7a0 Added toolchain infos
coder1373ccd9ed Updated args
coder1375320447 Updated buildcc.h
coder137d3a9470 Updated examples, bootstrap and buildexe
coder1371613628 Updated documentation
coder1374bd0c9f Updated toolchain_verify and tests
coder1372da54f7 Updated bootstrap for buildcc
coder1372a18e45 Updated toolchain msvc
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
3 changes: 2 additions & 1 deletionbootstrap/main.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: 1 addition & 0 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
4 changes: 4 additions & 0 deletionsbuildcc/buildcc.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
46 changes: 21 additions & 25 deletionsbuildcc/lib/args/include/args/args.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
22 changes: 19 additions & 3 deletionsbuildcc/lib/args/src/register.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
54 changes: 39 additions & 15 deletionsbuildcc/lib/env/include/env/storage.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: 2 additions & 6 deletionsbuildcc/lib/env/src/storage.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
45 changes: 32 additions & 13 deletionsbuildcc/lib/env/test/test_storage.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
5 changes: 3 additions & 2 deletionsbuildcc/lib/target/src/target_info/target_info.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
9 changes: 6 additions & 3 deletionsbuildcc/lib/target/test/target/test_toolchain_flag_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
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.