- 03 Apr, 2015 1 commit
-
-
Kitware Robot authored
-
- 02 Apr, 2015 8 commits
-
-
06f61c26 Do not treat DEFINITIONS as a built-in directory property
-
Add policy CMP0059 to cover this change. The property has been deprecated since CMake 2.4 anyway. This will help clean up cmMakefile -- the DefineFlagsOrig member should not need to exist.
-
f2e07a6d cmMakefile: Remove unused PreOrder member. aafe2821 cmMakefile: Remove unused Prefix member. 1fcf590b cmMakefile: Remove unused SubDirectoryOrder member. c3a60cc9 cmMakefile: Remove AddExtraDirectory method. 37897347 cmMakefile: Remove unused method. d7539ced cmMakefile: Remove bogus comment.
-
af61d6cb liblzma: Use unaligned access only on Intel and PowerPC archs
-
078c7321 Xcode: Add file type for Metal shader files
-
Kitware Robot authored
-
- 01 Apr, 2015 20 commits
-
-
When the cmake sources are all set to read-only (e.g. after importing into perforce), the CMake.ELF test fails because the copy of the binary is also read-only and cannot be modified. Fix this by copying the binary without source permissions.
-
Brad King authored
Suggested-by:
Roger Leigh <rleigh@codelibre.net>
-
Brad King authored
Much of the information in the old set() command documentation is now covered in the cmake-language(7) manual. Rewrite the documentation with this in mind. Split up the signatures for each kind of variable into different subsections.
-
Brad King authored
-
-
Stephen Kelly authored
Remove references from dependendent API.
-
Stephen Kelly authored
Unused since it was added in commit 1f42f521 (NEW: move from tools and config to create CMake, 2000-08-29).
-
Stephen Kelly authored
The last use was removed in v2.4.0~2054 (ENH: add support for out of source source, 2005-03-14)
-
Stephen Kelly authored
It has no effect.
-
Stephen Kelly authored
The last user was removed in commit v2.4.0~1516 (ENH: removed unused files, 2005-06-20).
-
Stephen Kelly authored
-
e86f44b7 cmCPackDebGenerator: Cast file mode to proper type for %o formatter
-
b687d672 Tests: Fix RunCMake.CTestCommandLine expected output time matching
-
93a3ec8b CPack: Fix make tool selection during preinstall (#15483)
-
7b1cdb00 jsoncpp: Provide 'isfinite' implementation on older AIX and HP-UX
-
3113d86d CTestCustom: Suppress OS X universal binary link arch warnings
-
0778016a Tests: Do not try to use invalid "ld -v" flag on Solaris
-
Brad King authored
-
Kitware Robot authored
-
- 31 Mar, 2015 11 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.
-
Newer AIX and HP-UX platforms provide 'isfinite' as a <math.h> macro. Older versions do not, so add the definition if it is not provided.
-
1570a4df Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
-
Brad King authored
-
RPM packages can contain symbolic links to relative paths - including support for multiple relocation paths through generation of post install relocation scripts. Add basic support with limitations described in documentation.
-
Brad King authored
-
Brad King authored
-
Brad King authored
Fix the CMakeCommands.target_link_libraries test to use "-V" instead of "-v" on Solaris because the latter does not exist.
-