- 29 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 28 Jan, 2014 2 commits
-
-
Brad King authored
-
Kitware Robot authored
-
- 27 Jan, 2014 8 commits
-
-
bde0dab1 cmMakefile: Make ConfigureString const. bf1e1bf1 cmMakefile: Make FindSourceGroup const. 01d7ceda cmMakefile: Trivially constify some methods. 9073318f cmMakefile: Remove non-const version of method 9b05bc4f cmMakefile: Remove method declarations with no implementation. c6c0bd9d cmMakefile: Consify custom command API. d6d4eaac cmMakefile: Constify policies accessors. 2a6e56e0 cmCacheManager: Consify version accessors. 5cc9fb02 cmSourceGroup: Fix method name capitalization. fe8b0330 cmMakefile: Constify some cmSourceGroup related code. e68a3ead cmSourceFile: Use a const cmMakefile. b6292402 cmSourceFileLocation: Use a const cmMakefile. b33ea578 cmMakefile: Make GetProperty const.
-
243cfc2f ctest_update: Handle P4 unknown revisions more robustly
-
2c426bfb Ninja: Normalize paths of CMake re-run rule dependencies
-
As found in commit 519c0a5d (Can't use std::string::clear() in cmake., 2012-09-15).
-
As found in commit 8e7c207e (Use a manual loop to insert into set::set., 2012-09-15).
-
Kitware Robot authored
- 26 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 25 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 24 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 23 Jan, 2014 1 commit
-
-
Kitware Robot authored
-
- 22 Jan, 2014 20 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Return a pointer instead of a reference. This allows making the accessor const with the least impact.
-
Stephen Kelly authored
-
Stephen Kelly authored
The const version suffices.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Adhere to the dominant style.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
94389f63 cmake: Add '-E sleep' command
-
Introduce policy CMP0047 to control resetting the id for compatibility. De-duplicate content in the QNX platform file by including the GNU one. QNX is a form of GNU platform. Do not clear CMAKE_SHARED_LIBRARY_${lang}_FLAGS variables. They are populated again later by the Compiler/GNU.cmake file anyway. Modify the CMAKE_CXX_COMPILE_OBJECT variable only when the QCC compiler id is in use, and the language is CXX. Use the QNX recommended flag for QCC instead of the gcc compatible -x flag. Populate new module files to handle system includes and depfiles when using the QCC compiler. Remove code which unsets the system include and depfiles related variables. When a GNU driver is used instead of the QCC one, the appropriate flags will be used. These variables were previously cleared for lowest-common-denominator compatibility with both drivers.
-
-
Mark unknown revisions as such and fail instead of reporting revision 0. Otherwise CTest reports massive file updates between revisions when the server timeouts while trying to fetch the current revision number.
-
Kitware Robot authored
-
- 21 Jan, 2014 5 commits
-
-
Brad King authored
Send all implicit dependencies through ConvertToNinjaPath. Add CMakeCache.txt before uniquifying the list.
-
Brad King authored
Define a new 'CMAKE_CONFIGURE_DEPENDS' directory property that projects can use to specify input files to the CMake configuration process. Extend the RunCMake.Configure test to verify that the build system re-runs CMake when this input changes.
-
Brad King authored
Extend the RunCMake.Configure with a case to verify that the CMake configuration process does not immediately re-run the first time that the generated build system is invoked.
-
Brad King authored
Add a cmake command-line interface to provide a cross-platform 'sleep'.
-