summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: Allow ALWAYS step property to be switched (#15368)Brad King2015-01-231-0/+9
| | | | | | | Within an existing build tree, if the stamp for a step already exists when one activates the ALWAYS option, we still want it to always build. Remove the step stamp file during CMake configuration to ensure it does not exist when the ALWAYS option is enabled.
* Merge topic 'INTERFACE_SYSTEM_INCLUDE_DIRECTORIES-update'Brad King2015-01-236-5/+37
|\ | | | | | | | | | | 85857e6d Help: Clarify INTERFACE_SYSTEM_INCLUDE_DIRECTORIES documentation. ee38062b IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.
| * Help: Clarify INTERFACE_SYSTEM_INCLUDE_DIRECTORIES documentation.Stephen Kelly2015-01-221-2/+9
| |
| * IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-225-3/+28
| | | | | | | | | | Update the Makefile and Ninja generators to use the config when requesting the include flags.
* | Merge topic 'test-complex-remove-bad-indentation'Brad King2015-01-232-2/+2
|\ \ | | | | | | | | | | | | 560b3e9f Tests: Remove incorrect indentation from Complex test comment
| * | Tests: Remove incorrect indentation from Complex test commentBrad King2015-01-222-2/+2
| |/
* | Merge topic 'FindCUDA-more-advanced-cache-entries'Brad King2015-01-231-0/+4
|\ \ | | | | | | | | | | | | 005b409d FindCUDA: Mark more cache variables as advanced
| * | FindCUDA: Mark more cache variables as advancedMark Abraham2015-01-221-0/+4
| | | | | | | | | | | | | | | Mark variables pertaining to specific situations relevant to CUDA compilation as advanced since they are not part of normal usage.
* | | Merge topic 'update-curl'Brad King2015-01-231-0/+66
|\ \ \ | | | | | | | | | | | | | | | | 53df9bce curl: Add README-CMake.txt
| * | | curl: Add README-CMake.txtBrad King2015-01-221-0/+66
| | | | | | | | | | | | | | | | Describe how to update curl from upstream.
* | | | Merge topic 'GNU-4.4-compile-features'Brad King2015-01-231-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 374a66b5 Features: Blacklist raw string literals test for GNU 4.4
| * | | | Features: Blacklist raw string literals test for GNU 4.4Brad King2015-01-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | RedHat gcc 4.4.7-11 supports raw string literals, so simply blacklist the test for its rejection.
* | | | | Merge topic 'FeatureSummary-fix-doc-typo'Brad King2015-01-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b79d8f29 FeatureSummary: Fix bracket in documentation.
| * | | | | FeatureSummary: Fix bracket in documentation.Christoph GrĂ¼ninger2015-01-231-2/+2
| | | | | |
* | | | | | Merge topic 'add-missing-variable-docs'Brad King2015-01-232-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bebdb454 Help: add missing MINGW variable documentation
| * | | | | | Help: add missing MINGW variable documentationBen Boeckel2015-01-212-0/+7
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-01-231-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'release'Brad King2015-01-220-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CMake 3.1.1v3.1.1Brad King2015-01-201-1/+1
| | | | | |
* | | | | | Merge topic 'cdash_upload_file_mode'Brad King2015-01-2228-28/+765
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3e0b6f1 CTestCoverageCollectGCOV: Add module to run gcov 6dd980e0 ctest_submit: Make CDASH_UPLOAD mode arguments more strict 5dc33f89 ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash
| * | | | | | CTestCoverageCollectGCOV: Add module to run gcovBill Hoffman2015-01-223-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a function to run gcov and create a tarball of results. Since CDash tracks the md5sum of the files uploaded, use the --mtime option with "cmake -E tar" so that tar files could be created that would have the same md5sum with the same content.
| * | | | | | ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-2021-43/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow mixing of arguments from different command signatures. Extend the RunCMake.CTestSubmit test to cover such error cases.
| * | | | | | ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-208-3/+535
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for the new cdash API where arbitrary files can be uploaded to the CDash server. This CDash API communicates via json files so the json parser jsoncpp was added to the Utilities directory.
* | | | | | | Merge topic 'FindCUDA-cusolver'Brad King2015-01-221-0/+7
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | e56c9327 FindCUDA: Add cuSOLVER library from CUDA 7.0
| * | | | | | FindCUDA: Add cuSOLVER library from CUDA 7.0Andrew Seidl2015-01-211-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'update-kwsys'Brad King2015-01-224-6/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e468cd8 Merge branch 'upstream-kwsys' into update-kwsys 77444a7d KWSys 2015-01-20 (b33e7b96)
| * \ \ \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-01-214-6/+28
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | KWSys 2015-01-20 (b33e7b96)KWSys Robot2015-01-214-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ b33e7b96 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 425fa73e..b33e7b96 Brad King (2): 57c3ef1d Suppress deprecation warnings for GetVersionEx on Intel compiler b33e7b96 FStream: Fix exception spec on our standard stream replacements Change-Id: I69044c5879a1ec4a5be59bdda05540c1eb65b197
* | | | | | | Merge topic 'WriteCompilerDetectionHeader-tests'Brad King2015-01-223-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c0996c1 WCDH: Test that no C compiler features are defined for CXX compiler. 8dc0c976 WCDH: Fix the C_STANDARD property in the tests.
| * | | | | | | WCDH: Test that no C compiler features are defined for CXX compiler.Stephen Kelly2015-01-192-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This amends commit 54156d72 (WCDH: Generate per-language files in multi-file mode., 2015-01-17).
| * | | | | | | WCDH: Fix the C_STANDARD property in the tests.Stephen Kelly2015-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CXX_STANDARD property validates the values allowed for it, and '90' is not a valid value for it. However, the validation is only done for languages enabled for the target, and as C_undefined has no CXX files, that language is not enabled for it. This amends commit v3.1.0-rc3~23^2 (WCDH: Make the header -Wundef safe for the C language., 2014-11-24).
* | | | | | | | Merge topic 'GNU-4.4-compile-features'Brad King2015-01-223-4/+22
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 965a50dc Features: Fix GNU 4.4 and 4.5 C standard level flags 7f4154a4 Features: Fix CompileFeatures non-feature tests for space in path f40c19b5 Features: Fix CompileFeatures test for C non-features
| * | | | | | | Features: Fix GNU 4.4 and 4.5 C standard level flagsBrad King2015-01-211-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The C90 flags were only the "89" versions until GNU 4.5. The C11 flags were not introduced until GNU 4.6.
| * | | | | | | Features: Fix CompileFeatures non-feature tests for space in pathBrad King2015-01-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the <lang>_non_features try_compile calls to work correctly when there is a space in the path. Otherwise they all fail due to the space instead of the lack of a feature.
| * | | | | | | Features: Fix CompileFeatures test for C non-featuresBrad King2015-01-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a "feature_test.c" file corresponding to "feature_test.cpp" but for the C language. This source will be needed by C_non_features entries.
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-221-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'jsoncpp-third-party'Brad King2015-01-216-7/+40
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27c6da93 Add option to build CMake against a system jsoncpp
| * | | | | | | | Add option to build CMake against a system jsoncppBrad King2015-01-206-7/+40
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Create a CMAKE_USE_SYSTEM_JSONCPP option.
* | | | | | | | Merge topic 'test-ctest_submit-fail-with-RunCMake'Brad King2015-01-2120-1/+43
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef97cd85 Tests: Fix obscure RunCMake.CTestSubmit 'drop' case failures 76f7eb2e Tests: Extend RunCMake.CTestSubmit test to cover 'drop' failures
| * | | | | | | Tests: Fix obscure RunCMake.CTestSubmit 'drop' case failuresBrad King2015-01-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When curl is given a URL of the form '<something>://' it tries to resolve '<something>' as a host name. If the host happens to exist and have a server then the drop might actually appear to work. Instead use an explicit '-no-site-' host to ensure it cannot connect. Reported-by: Gilles Khouzam <Gilles.Khouzam@microsoft.com>
| * | | | | | | Tests: Extend RunCMake.CTestSubmit test to cover 'drop' failuresBrad King2015-01-1919-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the TODO comment with calls to run_ctest_submit_FailDrop. For now leave curl errors out of expected stderr. They can be ported over from CTestTestFailedSubmit-* tests later.
* | | | | | | | CMake Nightly Date StampKitware Robot2015-01-211-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'release'Brad King2015-01-200-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'doc-virtual-override-specifiers-links' into releaseBrad King2015-01-191-2/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'xcode-target-sort' into releaseBrad King2015-01-192-14/+54
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'emacs-mode-fix-word-at-point' into releaseBrad King2015-01-191-0/+1
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'cmake-labels-json'Brad King2015-01-206-5/+64
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0238d0c3 cmake: Generate an internal 'Labels.json' file next to 'Labels.txt' bda4f0b6 jsoncpp: Add headers to help CMake include in-source jsoncpp headers a02fbec5 jsoncpp: Drop doxygen comments that cause Clang warnings
| * | | | | | | | | | cmake: Generate an internal 'Labels.json' file next to 'Labels.txt'Brad King2015-01-202-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In each internal target directory we generate a "Labels.txt" file containing labels for that target and its sources, but it uses an internal format. In order to make the list of labels easier to publish, use a json format and call it "Labels.json". Since we now use jsoncpp headers, link CMakeLib to the jsoncpp library.
| * | | | | | | | | | jsoncpp: Add headers to help CMake include in-source jsoncpp headersBrad King2015-01-202-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cm_jsoncpp_value.h and cm_jsoncpp_writer.h headers to include the CMake-provided copy of the json/value.h and json/writer.h headers from CMake sources.
| * | | | | | | | | | jsoncpp: Drop doxygen comments that cause Clang warningsBrad King2015-01-202-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though we disable warnings when building jsoncpp itself, including its headers from other CMake sources may still cause warnings. Update the code to remove these -Wdocumentation warnings.