- Notifications
You must be signed in to change notification settings - Fork3
Updated bootstrap and buildexe#181
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
65 commits Select commitHold shift + click to select a range
d8e2392 Updated tpl cb with TplConfig
coder1375993275 Update main.buildcc.cpp
coder137c7a1191 Update build_buildcc.cpp
coder13720317f0 Update build_cli11.cpp
coder137d4082fb Update build_flatbuffers.cpp
coder137789026d Update build_taskflow.cpp
coder137560b47f Update host_os.h
coder137333ac93 Updated toolchain files to toolchain.host
coder1372407184 Update main.buildcc.cpp
coder1371fab57d Update buildexe.cpp
coder1377b22566 Update target_generic.h
coder137d5ecc72 Update target_generic.h
coder137701fea5 Updated Target_generic for Mingw
coder1375e0a981 Update toolchain_win_gcc.toml
coder137cbe4370 Update args.cpp
coder1370c8dafe Update include_api.cpp
coder137f2da211 Update build_taskflow.cpp
coder13765008e2 Updated compiler with path
coder137127974b Update buildexe.cpp
coder137108eeda Update toc.rst
coder137bf8dd26 Update toc.rst
coder1376ecec2c Update toc.rst
coder137423e14c Create setup.rst
coder13776d6790 Update toc.rst
coder1376e9497f Update setup.rst
coder13717d7d43 Update build_buildcc.cpp
coder137262368b Segregated args for buildexe to args_setup.h/.cpp
coder137ea7fa20 Update args_setup.cpp
coder137801d78f Segregated buildexe toolchain to toolchain_setup.h/.cpp
coder1378004e5a Shifted buildexe_mode to args_setup.h/.cpp
coder1372fb53ee Update buildexe.cpp
coder13758169be Added find_toolchain_verify
coder13777117b0 Update buildexe.cpp
coder13782dc2d6 Added ifdefs
coder137153abc2 Added buildcc_setup.h
coder13712a4176 Renamed buildcc_setup to build_env_setup.h/.cpp
coder137a26aa07 Updated BuildEnvSetup
coder13765e829f Added RunUserTarget API
coder1379aab820 Update persistent_storage.h
coder137e778d15 Update build.cpp
coder1375899026 Update setup.rst
coder1376f0279d Added usage_buildexe.rst
coder1376f2e08f Update build.cpp
coder137f233ac5 Update usage_buildexe.rst
coder137bd4e769 Renamed file
coder137b85e1a5 Update buildexe_getting_started.rst
coder1371de0baa Update toc.rst
coder1375b36ef6 Added all_compile_options and all_build_options
coder137f830500 Update args.cpp
coder137d978a56 Update args_setup.cpp
coder13727da98e Update buildexe.cpp
coder137d2f2c14 Update all_compile_options.rst
coder137b546394 Update buildexe_getting_started.rst
coder13721f0f70 Update all_compile_options.rst
coder13751458ba Updated all_default_build_options
coder13730349a7 Updated heading naming
coder137425ec4e Renamed file
coder1370f2146e Renamed file
coder137a9708fb Added buildexe_immediate_example file
coder137a49aa49 Update toc.rst
coder137fc6d20c Update buildexe_script_example.rst
coder1375b4fc75 Update buildexe_script_example.rst
coder1373885ae7 Update buildexe_immediate_example.rst
coder137ee946df Update buildexe_immediate_example.rst
coder137deabae4 Added walkthroughs
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 deletionbootstrap/config/toolchain_linux_gcc.toml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain.host] | ||
| build = true | ||
| test = true | ||
4 changes: 2 additions & 2 deletionsbootstrap/config/toolchain_win_gcc.toml
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 |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| [toolchain.host] | ||
| build = true | ||
| test = true | ||
| id = "mingw" | ||
| name = "x86_64-w64-mingw32" | ||
| asm_compiler = "as" | ||
| c_compiler = "gcc" | ||
2 changes: 1 addition & 1 deletionbootstrap/config/toolchain_win_msvc.toml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [toolchain.host] | ||
| build = true | ||
| test = true | ||
8 changes: 7 additions & 1 deletionbootstrap/include/bootstrap/build_tpl.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
3 changes: 1 addition & 2 deletionsbootstrap/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
6 changes: 5 additions & 1 deletionbootstrap/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 deletionbootstrap/src/build_cli11.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
47 changes: 16 additions & 31 deletionsbootstrap/src/build_flatbuffers.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
7 changes: 6 additions & 1 deletionbootstrap/src/build_taskflow.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
13 changes: 10 additions & 3 deletionsbootstrap/src/build_tpl.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/args/include/args/persistent_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
29 changes: 14 additions & 15 deletionsbuildcc/lib/args/src/args.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
33 changes: 33 additions & 0 deletionsbuildcc/lib/env/include/env/host_os.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
1 change: 0 additions & 1 deletionbuildcc/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
10 changes: 5 additions & 5 deletionsbuildcc/lib/target/src/target/build.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/target/friend/compile_object.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
7 changes: 4 additions & 3 deletionsbuildcc/lib/target/src/target/friend/compile_pch.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.