- Jan 29, 2014
-
-
-
Philipp Möller authored
-
0c3cf36b Help: Do not install Sphinx html build info files
-
Kitware Robot authored
-
- Jan 28, 2014
-
-
Brad King authored
-
-
Drop use of the free variable from unscreamify-cmake-buffer. The proper way to do this would be defvar or let, but it is more sensible to drop the feature completely: replace-match will shift the point and the saved-point will be invalid. More careful coding could avoid this, but seems overkill.
-
This should not be used from lisp programs. Use the replacement suggested by the doc: (goto-char (point-min))
-
Brad King authored
Exclude '.buildinfo' and 'objects.inv' from installation as part of the Sphinx-generated html documentation.
-
Kitware Robot authored
-
- Jan 27, 2014
-
-
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
- Jan 26, 2014
-
-
Kitware Robot authored
-
- Jan 25, 2014
-
-
Kitware Robot authored
-
- Jan 24, 2014
-
-
Kitware Robot authored
-
- Jan 23, 2014
-
-
Kitware Robot authored
-
- Jan 22, 2014
-
-
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.
-