summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CheckIncludeFiles: improve warning for missing argumentDavid Adam2017-11-242-5/+7
|
* CheckIncludeFiles: clean up documentation of new featuresDavid Adam2017-11-241-3/+5
|
* Help: Add notes for topic 'CheckIncludeFiles-language-CXX'Brad King2017-11-141-0/+6
|
* CheckIncludeFiles: add unit testsDavid Adam2017-11-1112-0/+54
|
* CheckIncludeFiles: extend to allow a LANGUAGE argumentDavid Adam2017-11-111-3/+29
| | | | Allows CheckIncludeFiles to work for C or C++.
* Merge topic 'csharp-version-english'Brad King2017-11-071-1/+1
|\ | | | | | | | | | | | | 04937db1 CSharp: Fix compiler version detection in non-English languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1449
| * CSharp: Fix compiler version detection in non-English languagesYoshinori Tahara2017-11-071-1/+1
| | | | | | | | | | | | | | When we run `csc.exe /help` we look for "Version" in the output. Explicitly ask for the output in English. Reported-by: guttally@users.noreply.github.com
* | Merge topic 'update-CheckFortran'Brad King2017-11-071-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | 6e2193a2 Tests: Avoid hanging on check for Fortran e673e6f0 Tests: Pass generator instance into check for Fortran Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1454
| * | Tests: Avoid hanging on check for FortranBrad King2017-11-061-0/+1
| | | | | | | | | | | | Use a timeout when running the check for Fortran in case the tools hang.
| * | Tests: Pass generator instance into check for FortranBrad King2017-11-061-0/+6
| | | | | | | | | | | | | | | Check for a Fortran compiler using the same VS instance that we are testing.
* | | Merge topic 'findboost-compiler-version'Brad King2017-11-071-7/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d70bdc72 FindBoost: support more than one number in version components 335816ef FindBoost: use CMake's compiler version rather than querying again Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1441
| * | | FindBoost: support more than one number in version componentsBen Boeckel2017-11-061-1/+1
| | | |
| * | | FindBoost: use CMake's compiler version rather than querying againBen Boeckel2017-11-031-6/+1
| | | |
* | | | Merge topic 'server-test-info'Brad King2017-11-077-4/+263
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 35a52bd1 server: add "ctestInfo" request to get test info Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1414
| * | | | server: add "ctestInfo" request to get test infoJustin Goshi2017-11-037-4/+263
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2017-11-071-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'typos'Brad King2017-11-0668-83/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 777e87ae Fix trivial typos in text Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1442
| * | | | Fix trivial typos in textluzpaz2017-11-0368-83/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces
* | | | | Merge topic 'test-contract-refactor'Brad King2017-11-0610-288/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c626b7e Tests: Refactor contract test activation 4bd5af63 Tests: Factor out contract test HOME finding 0ce082b7 Tests: Drop unused contract test environment script 36346de4 Tests: Drop unused contract test bbc9c966 Tests: Honor already-set CTEST_REAL_HOME in case of repeat run Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1444
| * | | | | Tests: Refactor contract test activationBrad King2017-11-033-26/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use separate `CMake_TEST_CONTRACT_<project>` variables for each test. Make the set of possible tests match what is in the source tree.
| * | | | | Tests: Factor out contract test HOME findingBrad King2017-11-033-36/+21
| | | | | |
| * | | | | Tests: Drop unused contract test environment scriptBrad King2017-11-031-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Trilinos/EnvScript.cmake` has machine-specific content that has been moved to the respective machines.
| * | | | | Tests: Drop unused contract testBrad King2017-11-033-193/+0
| | | | | |
| * | | | | Tests: Honor already-set CTEST_REAL_HOME in case of repeat runBrad King2017-11-031-1/+3
| | | | | |
* | | | | | Merge topic 'test-crash-ubsan'Brad King2017-11-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 701a637e Tests: Fix CTestTestCrash test under ubsan Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1443
| * | | | | | Tests: Fix CTestTestCrash test under ubsanBrad King2017-11-031-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | UBsan causes our test crash to abort instead. Update our regex to tolerate this.
* | | | | | Merge topic 'bzip2-windows'Brad King2017-11-061-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f61052ad FindBZip2: Normalize slashes when legacy BZIP2_LIBRARIES is specified Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1439
| * | | | | | FindBZip2: Normalize slashes when legacy BZIP2_LIBRARIES is specifiedMark Salisbury2017-11-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows if you specify the library path using a regular Windows path with backslashes, FindBZip2 announces that it found the library, but the value is reported with backslashes instead of forward slashes. This breaks assumptions elsewhere in CMake. Convert slashes explicitly.
* | | | | | | Merge topic 'server-refactor'Brad King2017-11-069-142/+336
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39c2feaf misc: Added utility method to allow working with stacks f5d2988e server: Swapped to cm_thread impl 2636d86c utility: Added minimal std::thread drop-in d46b4ba8 server: Updated server tests to try various communication channels 08dca583 Tests: reworked server tests to allow other operation modes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1230
| * | | | | | | misc: Added utility method to allow working with stacksJustin Berger2017-11-012-0/+17
| | | | | | | |
| * | | | | | | server: Swapped to cm_thread implJustin Berger2017-11-012-20/+16
| | | | | | | |
| * | | | | | | utility: Added minimal std::thread drop-inJustin Berger2017-11-012-0/+79
| | | | | | | |
| * | | | | | | server: Updated server tests to try various communication channelsJustin Berger2017-11-012-105/+142
| | | | | | | |
| * | | | | | | Tests: reworked server tests to allow other operation modesJustin Berger2017-10-303-32/+97
| | | | | | | |
* | | | | | | | Merge topic 'update-kwsys'Brad King2017-11-063-0/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 30487770 Merge branch 'upstream-KWSys' into update-kwsys 5464e23f KWSys 2017-11-02 (54f0901a) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1440
| * \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-023-0/+18
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2017-11-02 (54f0901a)
| | * | | | | | | KWSys 2017-11-02 (54f0901a)KWSys Upstream2017-11-023-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 54f0901ad1a1c545a1360a19b5c521857b5a66ec (master). Upstream Shortlog ----------------- Bryon Bean (1): 8e428c18 Process: Add function to kill process (and children) with pid
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-061-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-051-1/+1
| | | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-041-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'release-3.9'Brad King2017-11-030-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | CMake 3.9.5v3.9.5Brad King2017-11-031-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2017-11-031-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'cross_link_CheckLanguage_enable_language'Craig Scott2017-11-021-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2601534 Help: enable_language now documents the CheckLanguage module Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1434
| * | | | | | | Help: enable_language now documents the CheckLanguage moduleRobert Maynard2017-10-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #17409
* | | | | | | | Merge topic 'deprecate-policy-old'Brad King2017-11-0247-24/+409
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0ec14d3 Add deprecation warnings for policies CMP0054 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1438
| * | | | | | | | Add deprecation warnings for policies CMP0054 and belowBrad King2017-11-0147-24/+409
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
* | | | | | | | Merge topic 'update-kwsys'Brad King2017-11-025-25/+50
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7576e9f8 Merge branch 'upstream-KWSys' into update-kwsys 7d3f33e6 KWSys 2017-11-01 (6ffca34c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1436
| * \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-015-25/+50
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2017-11-01 (6ffca34c)
| | * | | | | | | KWSys 2017-11-01 (6ffca34c)KWSys Upstream2017-11-015-25/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 6ffca34c008f0aac44db0e0c2826673a0e3f6ecf (master). Upstream Shortlog ----------------- Brad King (2): 7a4cca11 Process: Refactor test compile flag addition 90886a99 Process: Fix tests under ubsan Bradley Lowekamp (1): b4507c9c Remove dead code from Configure.h.in Domen Vrankar (1): 9e0b4d1a SystemTools: set default MakeDirectory permissions mode