|
CMake generator.
Designed to create projects for IDEs like kdevelop, qtcreator, code::blocks, or eclipse cdt.
Generated CMakeLists.txt can also be used to build (currently limited to *nix).
Requires CMake 2.8.8 or later. With patch set 9 (which builds CMake 2.8.8 on the bot) passes tests on the bots.
R=thakis@chromium.org
Committed: https://code.google.com/p/gyp/source/detail?r=1796
Total comments: 33
|
Unified diffs |
Side-by-side diffs |
Stats (+1343 lines, -23 lines) |
 |
M |
buildbot/buildbot_run.py
|
View
|
4 chunks |
+42 lines, -0 lines |
0 comments
|
 |
M |
gyptest.py
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
A |
pylib/gyp/generator/cmake.py
|
View
|
1 chunk |
+1150 lines, -0 lines |
0 comments
|
 |
M |
test/additional-targets/gyptest-additional.py
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
test/builddir/gyptest-all.py
|
View
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
 |
M |
test/builddir/gyptest-default.py
|
View
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
 |
M |
test/defines/gyptest-define-override.py
|
View
|
1 chunk |
+12 lines, -3 lines |
0 comments
|
 |
M |
test/defines/gyptest-defines.py
|
View
|
1 chunk |
+15 lines, -3 lines |
0 comments
|
 |
M |
test/generator-output/gyptest-copies.py
|
View
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
 |
M |
test/lib/TestGyp.py
|
View
|
3 chunks |
+105 lines, -0 lines |
0 comments
|
 |
M |
test/no-cpp/gyptest-no-cpp.py
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
test/prune_targets/gyptest-prune-targets.py
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
test/sibling/gyptest-all.py
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
test/sibling/gyptest-relocate.py
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
test/standalone-static-library/gyptest-standalone-static-library.py
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
test/subdirectory/gyptest-subdir-all.py
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
test/subdirectory/gyptest-subdir-default.py
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Total messages: 17 (0 generated)
|