logic: Don't store CxxCompilerHeaderPath in Global Include Paths
* show path in Global Include Paths preferences * add to CXX indexer commands * add migration to remove from app settings
This commit is contained in:
@@ -8,6 +8,8 @@ SourceFilePath: "src/Test.c"
|
||||
CompilerFlag: "header_search/local"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "framework_search/local"
|
||||
CompilerFlag: "-iframework"
|
||||
|
||||
@@ -16,6 +16,8 @@ SourceFilePath: "src/Test.cpp"
|
||||
CompilerFlag: "header_search/local"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "framework_search/local"
|
||||
CompilerFlag: "-iframework"
|
||||
|
||||
@@ -3,11 +3,15 @@ SourceFilePath: "src/Test.cpp"
|
||||
IndexedPath: "test/indexed/header/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "src/header/search/path/from/cbp"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-DDEFINE_FROM_CBP"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "header_search/local"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "framework_search/local"
|
||||
CompilerFlag: "-iframework"
|
||||
|
||||
@@ -10,6 +10,8 @@ SourceFilePath: "src/Test.cpp"
|
||||
CompilerFlag: "header_search/local"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "framework_search/local"
|
||||
CompilerFlag: "-iframework"
|
||||
|
||||
+970
File diff suppressed because it is too large
Load Diff
+14
@@ -7,6 +7,8 @@ SourceFilePath: "tictactoe/src/artificial_player.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/artificial_player.cpp"
|
||||
@@ -19,6 +21,8 @@ SourceFilePath: "tictactoe/src/field.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/field.cpp"
|
||||
@@ -31,6 +35,8 @@ SourceFilePath: "tictactoe/src/human_player.cc"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/human_player.cc"
|
||||
@@ -43,6 +49,8 @@ SourceFilePath: "tictactoe/src/io.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/io.cpp"
|
||||
@@ -55,6 +63,8 @@ SourceFilePath: "tictactoe/src/main.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/main.cpp"
|
||||
@@ -67,6 +77,8 @@ SourceFilePath: "tictactoe/src/player.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/player.cpp"
|
||||
@@ -79,6 +91,8 @@ SourceFilePath: "tictactoe/src/tictactoe.cpp"
|
||||
CompilerFlag: "-std=c++17"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "test/framework/search/path"
|
||||
CompilerFlag: "tictactoe/src/tictactoe.cpp"
|
||||
|
||||
Reference in New Issue
Block a user