|
improve xcode_emulation.py
+ Improved SDK path lookup: now also supports iPhoneOS and iPhoneSimulator SDKs
+ Adds support for options CLANG_CXX_LANGUAGE_STANDARD, CLANG_CXX_LIBRARY,
CLANG_WARN_CONSTANT_CONVERSION
+ Adds support for IPHONEOS_DEPLOYMENT_TARGET (iphoneos and iphonesimulator)
BUG=
Total comments: 3
Total comments: 5
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+379 lines, -41 lines) |
Patch |
 |
M |
pylib/gyp/xcode_emulation.py
|
View
|
1
2
|
7 chunks |
+51 lines, -32 lines |
5 comments
|
Download
|
 |
A |
test/ios/deployment-target/check-version-min.c
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/ios/deployment-target/deployment-target.gyp
|
View
|
1
2
3
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/ios/gyptest-deployment-target.py
|
View
|
1
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
test/mac/clang-cxx-language-standard/c++11.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A |
test/mac/clang-cxx-language-standard/c++98.cc
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mac/clang-cxx-language-standard/clang-cxx-language-standard.gyp
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mac/clang-cxx-library/clang-cxx-library.gyp
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
test/mac/clang-cxx-library/libc++.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
test/mac/clang-cxx-library/libstdc++.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A |
test/mac/deployment-target/check-version-min.c
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mac/deployment-target/deployment-target.gyp
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mac/gyptest-clang-cxx-language-standard.py
|
View
|
1
2
3
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mac/gyptest-clang-cxx-library.py
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
1 comment
|
Download
|
 |
A |
test/mac/gyptest-deployment-target.py
|
View
|
1
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|