- Notifications
You must be signed in to change notification settings - Fork3
Target schema updates#231
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
25 commits Select commitHold shift + click to select a range
3d67220 Path Schema Ordered updates (#230)
coder137989c530 Updated link_dependencies to PathInfoList
coder1373222acc Updated target_schema flags from std::unordered_set to std::vector
coder13786a6c22 Migrated target_schema lib_dirs to PathList
coder137a2de7d8 Converted libs to PathInfoList
coder137bac571a Updated target_schema with compile_dependencies
coder1370e2870c Converted include_dirs to PathList
coder1374808e51 Converted path_schema headers to PathInfoList
coder137f0d9d9f Updated path_schema for pchs
coder1371a63d15 Migrated target_schema sources to PathInfoList
coder137b1a8dac Removed util.cpp
coder1376f228ac Updated path.h
coder1370871390 Removed fs_unordered_set
coder137215ca56 Removed Path struct from path.h
coder1375cddf10 Converted some APIs to fs::path
coder1370688346 Updated unit tests for path schema
coder13712f0865 Added test case for pch include dirs rebuild
coder137ad8c7fe Updated pch rebuild for headers
coder137f35ad14 Removed duplicated block in compile_pch.cpp
coder1378abbc63 Added flags example
coder13728fd823 Updated target_pch flags unit test
coder1375b42bf4 Removed target dirty check from compile_pch since it is the first tas…
coder137a21ea17 Updated compile object flags
coder1373b0fc10 Updated link target
coder137102b5ab Combined else if statements for link target
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
1 change: 0 additions & 1 deletionbuildcc/lib/target/CMakeLists.txt
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: 0 additions & 2 deletionsbuildcc/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
12 changes: 6 additions & 6 deletionsbuildcc/lib/target/include/target/api/deps_api.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
12 changes: 6 additions & 6 deletionsbuildcc/lib/target/include/target/api/include_api.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: 5 additions & 5 deletionsbuildcc/lib/target/include/target/api/lib_api.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
6 changes: 3 additions & 3 deletionsbuildcc/lib/target/include/target/api/pch_api.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
6 changes: 3 additions & 3 deletionsbuildcc/lib/target/include/target/api/source_api.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
13 changes: 9 additions & 4 deletionsbuildcc/lib/target/include/target/common/util.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: 4 additions & 4 deletionsbuildcc/lib/target/include/target/custom_generator/custom_generator_context.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
17 changes: 8 additions & 9 deletionsbuildcc/lib/target/include/target/friend/compile_object.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
117 changes: 0 additions & 117 deletionsbuildcc/lib/target/include/target/interface/builder_interface.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
12 changes: 1 addition & 11 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
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.