summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | | | Merge topic 'doc-cmp0037-update'Brad King2017-11-021-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8eb39bf2 Help: Document CMP0037 relaxation of test and package targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1437
| * | | | | | | Help: Document CMP0037 relaxation of test and package targetsBrad King2017-11-011-1/+6
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation to account for commit ae5f40696e (CMP0037: Allow test and package targets when features are not enabled, 2017-10-26). Issue: #16062
* | | | | | | CMake Nightly Date StampKitware Robot2017-11-021-1/+1
|/ / / / / /
* | | | | | Merge branch 'release-3.10'Brad King2017-11-010-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CMake 3.10.0-rc4v3.10.0-rc4Brad King2017-11-011-1/+1
| | | | | |
* | | | | | Merge branch 'release-3.10'Brad King2017-11-010-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'mingw-clang-c-compile-features' into release-3.10Brad King2017-11-011-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !1435
| * \ \ \ \ \ Merge branch 'autogen-moc-predefs-no-moc-options' into release-3.10Brad King2017-10-312-3/+12
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | Merge-request: !1432
* | | | | | | Merge branch 'release-3.9'Brad King2017-11-010-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'backport-3.9-autogen-moc-predefs-no-moc-options' into release-3.9Brad King2017-11-011-3/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !1432
* | \ \ \ \ \ \ Merge topic 'autogen-moc-predefs-no-moc-options'Brad King2017-11-012-3/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4e46f97c Merge branch 'backport-3.9' into autogen-moc-predefs-no-moc-options 978c98b7 Autogen: Don't add AUTOMOC_MOC_OPTIONS to moc-predefs command d3caf941 Autogen: Tests: Set AUTOMOC_MOC_OPTIONS in a simple test 96d20a4d Autogen: Don't use AUTOMOC_MOC_OPTIONS in moc-predefs command Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: EoD <eod@xmw.de> Merge-request: !1432
| * \ \ \ \ \ \ \ Merge branch 'backport-3.9' into autogen-moc-predefs-no-moc-optionsBrad King2017-11-010-0/+0
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | / / / / | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Autogen: Don't add AUTOMOC_MOC_OPTIONS to moc-predefs commandSebastian Holtermann2017-10-311-3/+0
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Issue: #17418
| * | | | | | Autogen: Tests: Set AUTOMOC_MOC_OPTIONS in a simple testSebastian Holtermann2017-10-311-0/+5
| | | | | | |
| * | | | | | Autogen: Don't use AUTOMOC_MOC_OPTIONS in moc-predefs commandSebastian Holtermann2017-10-311-3/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | Closes #17418
* | | | | | Merge topic '16780-write-single-xcodeproj'Brad King2017-11-018-0/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e4e9ce7c Xcode: Add option to generate only topmost project file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1395
| * | | | | | Xcode: Add option to generate only topmost project fileGregor Jasny2017-10-318-0/+37
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Closes #16780
* | | | | | Merge topic 'notes_timestamp'Brad King2017-11-011-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0987a399 CTest: fix Time formatting in Notes.xml Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1428
| * | | | | | CTest: fix Time formatting in Notes.xmlZack Galbreath2017-10-311-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes.xml was reporting its timestamp in E-notation. Here's an example of what this looked like: <Time>1.50938e+09</Time> This format is unsuitable for precisely determining when the Notes file was generated. As a result of this commit, the same field now appears as: <Time>1509383044</Time>
* | | | | | Merge topic 'windows-embed-cmake-version'Brad King2017-11-012-0/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5b9da05b Windows: Embed version information into CMake binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1412
| * | | | | | Windows: Embed version information into CMake binariesJustin Goshi2017-10-312-0/+47
| | | | | | |
* | | | | | | Merge topic 'mingw-clang-c-compile-features'Brad King2017-11-011-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f86879a0 Record C compile features flags for MinGW Clang on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1435
| * | | | | | Record C compile features flags for MinGW Clang on WindowsBrad King2017-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was done for C++ by commit v3.5.0-rc1~69^2 (Record compile features for MinGW Clang on Windows, 2016-01-11). Make the same change for C. The `UNIX` condition on Clang C compiler features was already dropped by refactoring in commit v3.9.0-rc1~17^2~4 (Compilers: Port to use default cmake_record_lang_compile_features macros, 2017-05-10). Our documentation already claims support for this combination. This was simply an oversight when support was added for MinGW Clang C++. Issue: #15897 Issue: #15943
* | | | | | | CMake Nightly Date StampKitware Robot2017-11-011-1/+1
| | | | | | |
* | | | | | | Merge branch 'release-3.10'Brad King2017-10-310-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'autogen-change-rcc-config-suffix' into release-3.10Brad King2017-10-301-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !1425
* | \ \ \ \ \ \ Merge topic 'autogen-change-rcc-config-suffix'Brad King2017-10-311-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bda0875a Autogen: Make rcc output file suffix static (instead of pseudo-random) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Taylor Braun-Jones <taylor@braun-jones.org> Merge-request: !1425
| * | | | | | | Autogen: Make rcc output file suffix static (instead of pseudo-random)Sebastian Holtermann2017-10-301-2/+2
| |/ / / / / /