summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmCommand refactor: cmRemoveCommandGabor Bencze2019-08-203-30/+9
|
* cmCommand refactor: cmCMakeHostSystemInformationCommandGabor Bencze2019-08-203-82/+57
|
* cmCommand refactor: cmUnsetCommandGabor Bencze2019-08-203-33/+12
|
* cmCommand refactor: cmSiteNameCommandGabor Bencze2019-08-203-32/+11
|
* cmCommand refactor: cmSetCommandGabor Bencze2019-08-203-39/+18
|
* cmCommand refactor: cmSeparateArgumentsCommandGabor Bencze2019-08-203-34/+12
|
* cmCommand refactor: cmParseArgumentsCommandGabor Bencze2019-08-203-47/+24
|
* cmCommand refactor: cmOptionCommandGabor Bencze2019-08-203-38/+17
|
* cmCommand refactor: CmMessageCommandGabor Bencze2019-08-203-40/+20
|
* cmCommand refactor: cmMathCommandGabor Bencze2019-08-203-41/+25
|
* cmCommand refactor: cmMarkAsAdvancedCommandGabor Bencze2019-08-203-32/+10
|
* cmCommand refactor: cmMakeDirectoryCommandGabor Bencze2019-08-203-32/+10
|
* cmCommand refactor: cmListCommandGabor Bencze2019-08-203-224/+244
|
* cmCommand refactor: cmMacroCommandGabor Bencze2019-08-203-27/+10
|
* cmCommand refactor: cmIncludeGuardCommandGabor Bencze2019-08-203-31/+10
|
* cmCommand refactor: cmIncludeCommandGabor Bencze2019-08-203-48/+29
|
* cmCommand_refactor: cmGetPropertyCommandGabor Bencze2019-08-203-162/+187
|
* cmCommand refactor: cmGetFilenameComponentCommandGabor Bencze2019-08-203-37/+16
|
* cmCommand refactor: cmGetDirectoryPropertyCommandGabor Bencze2019-08-203-42/+29
|
* cmCommand refactor: cmGetCMakePropertyCommandGabor Bencze2019-08-203-31/+12
|
* cmCommand refactor: cmFunctionCommandGabor Bencze2019-08-203-27/+10
|
* cmCommand refactor: cmForEachCommandGabor Bencze2019-08-203-39/+21
|
* cmCommand refactor: cmExecuteProcessCommandGabor Bencze2019-08-203-61/+46
|
* cmCommand refactor: cmExecProgramCommandGabor Bencze2019-08-203-47/+25
|
* cmCommand refactor: cmContinueCommandGabor Bencze2019-08-203-33/+15
|
* cmCommand refactor: cmConfigureFileCommandGabor Bencze2019-08-203-73/+37
|
* cmCommand refactor: cmCMakeMinimumRequiredGabor Bencze2019-08-203-49/+34
|
* cmCommand refactor: cmBreakCommandGabor Bencze2019-08-203-31/+11
|
* Merge topic 'bash-completion-silent-D-lookup'Brad King2019-08-201-2/+2
|\ | | | | | | | | | | | | 64aeb520ca bash-completion: silent cmake -D lookup Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3692
| * bash-completion: silent cmake -D lookupFelix Schwitzer2019-08-161-2/+2
| | | | | | | | | | The completion for -D tries to read the cache via 'cmake -LA -N', but this prints a warning. Silent the lookup by redirecting this warning to null.
* | Merge topic 'ctest_coverage_help_typo'Craig Scott2019-08-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | ccefe9798d Help: Fix typo in ctest_coverage synopsis Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3706
| * | Help: Fix typo in ctest_coverage synopsisSylvain Joubert2019-08-201-1/+1
| | |
* | | Merge topic 'trace-redirect'Brad King2019-08-2013-1/+68
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 3c94069660 Add --trace-redirect parameter to redirect trace output to a file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3645
| * | | Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-1013-1/+68
| | | |
* | | | Merge topic 'cmake-tutorial'Brad King2019-08-2059-507/+461
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f6a32a0f6 Tutorial: Improve Step 9 6a35d630dc Tutorial: Improve Step 8 61d4d990d6 Tutorial: Improve Step 7 a36731c634 Tutorial: Improve Step 6 df9cdf629c Tutorial: Improve Step 5 442c0f0d46 Tutorial: Improve Step 4 bc64401c3d Tutorial: Improve Step 3 49ce4d6ff4 Tutorial: Improve Step 2 ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3528
| * | | | Tutorial: Improve Step 9Betsy McPhail2019-08-1911-20/+22
| | | | | | | | | | | | | | | | | | | | * Move USE_MYMATH from configured header to target_compile_definitions
| * | | | Tutorial: Improve Step 8Betsy McPhail2019-08-197-20/+36
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove comments from CTestConfig.cmake * Update directions
| * | | | Tutorial: Improve Step 7Betsy McPhail2019-08-192-8/+17
| | | | | | | | | | | | | | | | | | | | * Update directions
| * | | | Tutorial: Improve Step 6Betsy McPhail2019-08-1915-145/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Print message when using the table * Remove duplicated comment * Remove HAVE_LOG and HAVE_EXP checks, use generated table instead
| * | | | Tutorial: Improve Step 5Betsy McPhail2019-08-1923-98/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated output message * Use 'target_compile_definitions' for HAVE_LOG and HAVE_EXP Previously, the change from using TutorialConfig.h to target_compile_definitions happened without explanation as part of Step 8.
| * | | | Tutorial: Improve Step 4Betsy McPhail2019-08-191-14/+22
| | | | | | | | | | | | | | | | | | | | * Clarify directions
| * | | | Tutorial: Improve Step 3Betsy McPhail2019-08-195-18/+31
| | | | | | | | | | | | | | | | | | | | * Move `option(USE_MYMATH...` to the same location in all CMakeLists files
| * | | | Tutorial: Improve Step 2Betsy McPhail2019-08-1918-50/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in #include * Remove CMakeLists file that users should create * Clarify which files users are expected to create * Highlight the importance of configuring TutorialConfig.h.in after the MY_MATH option has been set
| * | | | Tutorial: Improve Step 1Betsy McPhail2019-08-1930-207/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update minimum required version to 3.10 * Use VERSION argument to project command rather than separate variables * Replace `endif(USE_MYMATH)` with more modern `endif()` * Simplify the call to 'configure_file()' * Add comments to tutorial.cxx to use as anchors in documentation * Remove CMakeLists and TutorialConfig.h.in files that users should create. Consequently, remove Step1 from CMake tests.
* | | | | Merge topic 'find_openacc_targets'Brad King2019-08-209-3/+183
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f4fc0667ae FindOpenACC: Provide import targets and OpenACC_<lang>_OPTIONS variable 9460501ad7 FindOpenACC: Provide a Fortran snippet that compiles with gfortran Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3670
| * | | | | FindOpenACC: Provide import targets and OpenACC_<lang>_OPTIONS variableRobert Maynard2019-08-199-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the FindOpenACC module had issues where the contents of OpenACC_<lang>_FLAGS could not be used with target_compile_options when it contained multiple compiler flags.
| * | | | | FindOpenACC: Provide a Fortran snippet that compiles with gfortranRobert Maynard2019-08-091-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original Fortran snippet would fail to compile with the error message of: ``` return 0; 1 Error: Alternate RETURN statement at (1) is only allowed within a SUBROUTINE ``` We solve this by removing the early termination logic.
* | | | | | Merge topic 'help-full'Brad King2019-08-202-6/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d56a4b16ca Help: Restore installation of top-level index Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3701
| * | | | | | Help: Restore installation of top-level indexBrad King2019-08-192-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We removed installation of `Help/index.rst` in commit d2fde94809 (Help: Add infrastructure for guide-level documentation, 2019-05-30), but the file is required for `--help-full` to work. Restore installation of the file and update it to avoid referencing the `Help/guide` directory in its toctree during processing by `cmRST`.
* | | | | | | Merge branch 'release-3.15'Brad King2019-08-200-0/+0
|\ \ \ \ \ \ \