summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-12-051-1/+1
|
* Merge topic 'delay-custom-command-creation'Brad King2019-12-0424-430/+793
|\ | | | | | | | | | | | | | | | | | | | | | | 777ceaea94 cmMakefile: Delay custom command creation 4e37508c85 cmLocalGenerator: Refactor to use cmMakeSingleCommandLine 96e5042e46 cmCustomCommand: Explicitly pass backtrace on construction 3dc084ebc1 cmMakefile: Explicitly pass backtrace to GetCustomCommandTarget e8360afbf7 cmPluginAPI: Correct typo in documentation of FinalPass bf76a6b801 cmMakefile: Delay CheckTargetProperties and FinalPass to generate time Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3865
| * cmMakefile: Delay custom command creationDaniel Eiband2019-11-2413-326/+667
| | | | | | | | | | | | | | | | Move custom command creation to cmLocalGenerator and dispatch custom commands in cmMakefile to generate time. Generators add custom commands using the new methods provided by cmLocalGenerator. Issue: #12877
| * cmLocalGenerator: Refactor to use cmMakeSingleCommandLineDaniel Eiband2019-11-241-7/+3
| |
| * cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-248-29/+25
| |
| * cmMakefile: Explicitly pass backtrace to GetCustomCommandTargetDaniel Eiband2019-11-242-21/+22
| | | | | | | | | | Allow GetCustomCommandTarget to be called at generate time with correct backtraces.
| * cmPluginAPI: Correct typo in documentation of FinalPassDaniel Eiband2019-11-241-2/+2
| |
| * cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-249-54/+83
| |
* | Merge topic 'cmext-memory'Brad King2019-12-043-2/+12
|\ \ | | | | | | | | | | | | | | | | | | fc3b4caa2e Memory management: cast functions for managed pointers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4064
| * | Memory management: cast functions for managed pointersMarc Chevrier2019-11-273-2/+12
| | |
* | | Merge topic 'feature-test-fix'Brad King2019-12-041-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ee28580c33 C++ feature checks: Ignore linker warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4089
| * | | C++ feature checks: Ignore linker warningsMarcus Calhoun-Lopez2019-11-251-0/+2
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-12-041-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-12-031-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-12-021-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-12-011-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-11-301-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-11-291-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-11-281-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2019-11-271-1/+1
| | |
* | | Merge topic 'ctest-resource-fixes'Brad King2019-11-261-0/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a033bafbe0 Help: Clarify how tests are run if no resource spec file is specified a64ba0235f CTest: Clarify that resource requirements can be split f9f294f5fa CTest: Add version field to resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4080
| * | | CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+26
| | | | | | | | | | | | | | | | Fixes: #20007
* | | | Merge topic 'unity-no-duplicate-path'Brad King2019-11-261-13/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43ffd2c35c Unity: No repeated path for internal generated unity files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4077
| * | | | Unity: No repeated path for internal generated unity filesCristian Adam2019-11-251-13/+16
| |/ / / | | | | | | | | | | | | Fixes: #20002
* | | | CMake Nightly Date StampKitware Robot2019-11-261-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2019-11-251-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2019-11-241-1/+1
| |
* | CMake Nightly Date StampKitware Robot2019-11-231-1/+1
| |
* | CMake Nightly Date StampKitware Robot2019-11-221-1/+1
| |
* | Merge topic 'xcode-objc'Brad King2019-11-211-0/+4
|\ \ | |/ | | | | | | | | | | 1e68fb0c91 Xcode: Set source file type for Objective C/C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4073
| * Xcode: Set source file type for Objective C/C++Brad King2019-11-201-0/+4
| | | | | | | | Fixes: #19998
| * CMake 3.16.0-rc4v3.16.0-rc4Brad King2019-11-181-1/+1
| |
| * Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-186-9/+18
| |\ | | | | | | | | | | | | | | | | | | | | | 7d6ab5dc5b CPack: Restore support for custom package configuration templates Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4054
| * \ Merge topic 'pch-reuse-no-prop' into release-3.16Brad King2019-11-182-9/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | bb4c2781ce PCH: Do not issue an error on duplicate target_precompile_headers call Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4046
* | \ \ Merge topic 'ccmake_fix_help_text_crash'Brad King2019-11-212-86/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4ef7fbaa8 ccmake: Fix crash with cache entries almost the size of the window Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4062
| * | | | ccmake: Fix crash with cache entries almost the size of the windowSylvain Joubert2019-11-192-86/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code: if (curFieldLen < width) { ... strncpy(bar + curFieldLen + 2, help, width - curFieldLen - 2); was not correctly guarded against cache entries whose size were exactly 1 or 2 characters short of the window size. "if (curFieldLen - 2 < width)" would have prevented a copy of negative/max_int characters and a subsequent crash. The whole method was modernized with std::string instead of char*
* | | | | Merge topic 'load_cache_in_script'Brad King2019-11-212-2/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5e9ecaae0e load_cache: Allow READ_WITH_PREFIX mode in cmake scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4042
| * | | | | load_cache: Allow READ_WITH_PREFIX mode in cmake scriptsCharles Barto2019-11-192-2/+9
| | | | | |
* | | | | | Merge topic 'fileapi-multi-config'Brad King2019-11-211-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 51c69fe5f8 FileAPI: Add "multiConfig" parameter to index file Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !4072
| * | | | | | FileAPI: Add "multiConfig" parameter to index fileKyle Edwards2019-11-201-0/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-11-211-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2019-11-201-1/+1
| | | | | |
* | | | | | Merge topic 'ctest-repeat'Craig Scott2019-11-192-37/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32c165d263 CTest: Consolidate '--repeat-* n' options as `--repeat *:n` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4053
| * | | | | CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-152-37/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combine `--repeat-until-fail`, `--repeat-until-pass`, and `--repeat-after-timeout` to create a single `--repeat <mode>:<n>` option. Retain `--repeat-until-fail` too because that has been available in previous releases.
* | | | | | Merge topic 'ccmake_render_main_form_on_resize'Brad King2019-11-191-12/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ce99f5ee69 ccmake: Fix rendering on window resize Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4061
| * | | | | | ccmake: Fix rendering on window resizeSylvain Joubert2019-11-181-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Repro steps: configure (without errors), the logs are displayed then the cache is displayed again, resize the window up -> the logs are redisplayed after resize instead of the cache The 'CurrentForm' pointer were left pointed to the last log message form, this resets it to the main form when configure or generate is done
* | | | | | | Merge topic 'xcode-scheme-workdir'Brad King2019-11-194-6/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 92c4c852db Xcode: Add custom working directory property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4063
| * | | | | | | Xcode: Add custom working directory propertyGregor Jasny2019-11-184-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #19967
* | | | | | | | Merge topic 'codelite_make_j_0'Brad King2019-11-191-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d6639bf8d CodeLite: Do not pass -j argument with CPU count 0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4067
| * | | | | | | | CodeLite: Do not pass -j argument with CPU count 0Johnny Jazeix2019-11-181-1/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #15054, #16727