- 28 Mar, 2014 1 commit
-
-
Kitware Robot authored
-
- 27 Mar, 2014 5 commits
-
-
90e22f8f OS X: Fix Info.plist placement in a CFBundle
-
53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context
-
27b81213 Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs
-
Kitware Robot authored
-
- 26 Mar, 2014 20 commits
-
-
Brad King authored
Add the PRE_BUILD step to all targets that need it so the output directories get created no matter which target is built first.
-
Brad King authored
Such notes only appear with other diagnostics and should not be considered a warning on their own.
-
dcfbbe87 Help: Fix typo in cmake-qt manual.
-
f284b003 FindBoost: Search next to MPI libs for graph_parallel (#14832)
-
1b18f442 Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is empty
-
63a4c0af FindPkgConfig: Stop processing when REQUIRED package not found (#14381)
-
9523d2a5 ninja: Add support for custom depfile formats
-
bccc056b cmake: Advise user to remove CMakeFiles with CMakeCache.txt (#14820)
-
734df96f Qt4: Fix moc command dependencies for incremental build.
-
f1fd3714 cmMakefile: Report type of INTERFACE library in conflict.
-
2abd8efe UseJava: Copy resource files before compiling the jar (#13360)
-
95cdf132 Treat .m files consistently as C across all generators
-
d9760647 Revert "UseSWIG: Name extra generated files after module name (#10080)"
-
Brad King authored
-
Stephen Kelly authored
Do -> To.
-
Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the same root directory as the rest of the bundle. Without this, Info.plist was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because the target path was not generated correctly.
-
Kitware Robot authored
-
- 25 Mar, 2014 5 commits
-
-
Rolf Eike Beer authored
-
Rolf Eike Beer authored
-
Rolf Eike Beer authored
-
Ben Boeckel authored
In addition to the MPI libraries, graph_parallel lives in the MPI libdir as well.
-
Kitware Robot authored
-
- 24 Mar, 2014 5 commits
-
-
Stephen Kelly authored
Don't store a mapping of the directory to the ui file. The directory will be a unique key, allowing only one ui file to be specified. Use the source file name instead as the mapping key.
-
Stephen Kelly authored
The rcc tool generates a cpp file with a symbol called qInitResources or called qInitResources_${name}, if the name is passed. The qInitResources symbol clashes if multiple qrc files are used in one target. Always pass the name to ensure that the symbol is unique. This is also the behavior of the qtx_add_resource macros.
-
-
Make the behavior similar to find_package.
-
Kitware Robot authored
-
- 23 Mar, 2014 2 commits
-
-
Ben Boeckel authored
Not everything that isn't MSVC is GCC. I have support for LDC's depfile format on its way upstream[1], but its future is uncertain. CMake should at least support this for future depfile formats. [1]https://github.com/martine/ninja/pull/721
-
Kitware Robot authored
-
- 22 Mar, 2014 1 commit
-
-
Kitware Robot authored
-
- 21 Mar, 2014 1 commit
-
-
Brad King authored
-