- Sep 09, 2011
-
-
Eric Noulard authored
-
- Sep 08, 2011
-
-
Eric Noulard authored
CPACK_INSTALL_DIRECTORIES-->CPACK_INSTALLED_DIRECTORIESœ
-
Kitware Robot authored
-
- Sep 07, 2011
-
-
96d106a7 CMake: Remove documentation for -E build (#12446)
-
cb22afc0 Xcode: Honor -g0 to disable debugging (#12377)
-
339a321e Tests: Look for "Illegal" or "SegFault" in the output
-
f9e52779 CPackRPM fix #12305, include directories in RPM package
-
b0f6a975 CPack fix #12366 components RPM packages have the same package name
-
e05e0f1d Xcode: No spaces in makefile target names (#12370)
-
38aab379 Set CMAKE_<lang>_COMPILER_ID for VS generators
-
57bc42ae Xcode: Do not emit the ZERO_CHECK target more than once
-
0c28b48d CMake: Add SaveCache at the end of successful Generate calls
-
e01b98ee Modules: Add support for more java archives in add_jar().
-
Kitware Robot authored
-
- Sep 06, 2011
-
-
Matt McCormick authored
The '-E build build_dir' command was created and documented, but then morphed into '--build build_dir' instead, ... and then the -E documentation was never removed. This commit fixes that oversight.
-
Johan Bjork authored
This commit changes ExtractFlag to remove all occurences of a flag, and only save the last one. (i.e., the dominant one according to GCC rules)
-
Johan Björk authored
...when building CPack archive-based packages (.tar.gz and similar) Rather, put the symlinks-to-directories into the archive as files, and expect/trust that the things the symlinks point to are also in the archive.
-
Johan Björk authored
Do not recurse through directory symlinks when adding files. Recursing through directory symlinks will generate broken archives, i.e., they will look something like this: foo -> bar/bar foo/Info <- Shouldn't be in archive. bar/bar bar/bar/Info
-
David Cole authored
This behaviour was previously broken; regardless of the RecurseThroughSymLinks value, symlinks to directories were NEVER added as files in the results. When RecurseThroughSymLinks is ON, symlinks to directories should be recursed as if they were the actual directories to gather the files within. However, when RecurseThroughSymLinks is OFF, symlinks to directories should be returned as files in the result. Inspired-by:
Johan Björk <phb@spotify.com>
-
David Cole authored
Its presence confuses, and, since it is always true, is useless.
-
David Cole authored
One of the dashmacmini5 runs of this test results in an "Illegal exception" detected instead of a segfault. For the purposes of this test, we're going to say that either is a "crash."
-
Kitware Robot authored
-
- Sep 05, 2011
-
-
Eric Noulard authored
-
Johannes Stallkamp authored
Previous code was missing some matches in the output. This commit fixes the regular expressions used for output matching to detect numbers reported with commas in them, too.
-
Eric Noulard authored
fix based on the patch provided by winfriedd
-
Johan Björk authored
Don't use spaces for target names in the makefiles.
-
Kitware Robot authored
-
- Sep 04, 2011
-
-
Stephen Kelly authored
-
Kitware Robot authored
-
- Sep 03, 2011
-
-
Kitware Robot authored
-
- Sep 02, 2011
-
-
David Cole authored
Re-fix problem exposed by recent commit to FindPythonInterp. If the find "details" has new lines in it, then replace them with the empty string so that the string may be saved as a cache entry that can be re-read next time CMake runs. Use REGEX REPLACE, and replace with an empty string, eliminating the problem characters, so that we may easily extend this to include additional problem characters in the future if necessary.
-