summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'check_language_respects_cuda_host_compiler'Brad King2019-06-042-5/+25
|\ | | | | | | | | | | | | fada8cbfd6 CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3407
| * CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilationRobert Maynard2019-06-032-5/+25
| | | | | | | | Fixes: #19013
* | Merge topic 'print-correct-line-number'Brad King2019-06-045-7/+10
|\ \ | | | | | | | | | | | | | | | | | | 3475e2728b cmListFileCache: When missing ending ) print starting line instead of last one Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3398
| * | cmListFileCache: When missing ending ) print starting line instead of last oneBartosz Kosiorek2019-06-035-7/+10
| | | | | | | | | | | | Fixes: #19301
* | | Merge topic 'better_error_message_for_visibility_preset_property'Brad King2019-06-042-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 619416f8a3 The error message for VISIBILITY_PRESET now documents valid options. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3409
| * | | The error message for VISIBILITY_PRESET now documents valid options.Robert Maynard2019-06-032-2/+4
| | | | | | | | | | | | | | | | | | | | Rather than just state the value for VISIBILITY_PRESET was invalid, we additionally list the accepted values.
* | | | Merge topic 'test-explicit-dirs'Brad King2019-06-041-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f263650f95 Tests: Fix RunCMake.CommandLine test to use generator in no-S-B case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3414
| * | | | Tests: Fix RunCMake.CommandLine test to use generator in no-S-B caseBrad King2019-06-031-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the fix from commit baed22c4b0 (Tests: Fix RunCMake.CommandLine test to use generator with -S and -B, 2019-04-10) to the `no-S-B` case too. It also generates a build system and should use the generator being tested.
* | | | | CMake Nightly Date StampKitware Robot2019-06-041-1/+1
|/ / / /
* | | | Merge topic 'ninja_build_class'Brad King2019-06-037-643/+610
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9e66a405 Ninja: Remove non cmNinjaBuild based WriteBuild method ccf9507956 Ninja: Use cmNinjaBuild class for WriteBuild df06c8d792 Ninja: Use cmNinjaBuild class for WriteBuild 409922f695 Ninja: Use cmNinjaBuild class for WriteBuild 7fd3811400 Ninja: Use cmNinjaBuild class for WriteBuild 834ec4ebfe Ninja: Use cmNinjaBuild class for WriteBuild 465d6d7f9b Ninja: Use cmNinjaBuild class for WriteBuild 4c9e99e1f9 Ninja: Use cmNinjaBuild class for WriteBuild ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3403
| * | | Ninja: Remove non cmNinjaBuild based WriteBuild methodSebastian Holtermann2019-05-302-97/+75
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-24/+21
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-7/+6
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-11/+5
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-9/+4
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-30/+27
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-34/+30
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-73/+64
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-16/+15
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-30/+23
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-34/+26
| | | |
| * | | Ninja: Use cmNinjaBuild class for WriteBuildSebastian Holtermann2019-05-301-14/+5
| | | |
| * | | Ninja: Remove WritePhonyBuild methodSebastian Holtermann2019-05-302-20/+0
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-8/+10
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-6/+5
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-6/+6
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-16/+19
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-20/+26
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-4/+9
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-14/+18
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-7/+9
| | | |
| * | | Ninja: Embrace temporary objects in scopesSebastian Holtermann2019-05-301-69/+61
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-7/+8
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-7/+7
| | | |
| * | | Ninja: Use cmNinjaBuild instead of WritePhonyBuildSebastian Holtermann2019-05-301-9/+6
| | | |
| * | | Ninja: Embrace temporary objects in scopesSebastian Holtermann2019-05-301-65/+80
| | | |
| * | | Ninja: Make WriteCustomCommandBuild method use cmNinjaBuild internallySebastian Holtermann2019-05-302-34/+40
| | | |
| * | | Ninja: Make WriteMacOSXContentBuild use cmNinjaBuild internallySebastian Holtermann2019-05-302-14/+10
| | | |
| * | | Ninja: Add cmNinjaBuild based WriteBuild (wrapper) methodSebastian Holtermann2019-05-302-0/+17
| | | |
| * | | Ninja: Add cmNinjaBuild utility classSebastian Holtermann2019-05-301-0/+20
| | | |
* | | | Merge topic 'FindPython-Python_ROOT_DIR-searched-first'Brad King2019-06-031-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 52b298bd03 FindPython: ensure Python_ROOT_DIR is always searched first Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3408
| * | | | FindPython: ensure Python_ROOT_DIR is always searched firstMarc Chevrier2019-05-311-0/+2
| | | | |
* | | | | Merge topic 'doc-test-cost-default'Craig Scott2019-06-031-4/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 774102aaec Help: Clarify the default value for test property COST Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3397
| * | | | | Help: Clarify the default value for test property COSTCraig Scott2019-06-021-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Steve Mokris <smokris@softpixel.com>
* | | | | | Merge topic 'add_library_unknown'Craig Scott2019-06-031-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4127f82179 add_library: Document UNKNOWN type of imported targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3346
| * | | | | | add_library: Document UNKNOWN type of imported targetsCristian Adam2019-06-021-0/+6
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-031-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-06-021-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-06-011-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'vs-add-package-reference'Brad King2019-05-318-0/+95
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42e14d90b1 VS: Added support for VS package references for nuget Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Leonid Pospelov <pospelovlm@yandex.ru> Merge-request: !3389