summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2018-08-291-1/+1
|
* Merge topic 'lg-directory'Brad King2018-08-2811-22/+21
|\ | | | | | | | | | | | | 50fbfee3a0 cmLocalGenerator: return directories as const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2309
| * cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-2711-22/+21
| |
* | Merge topic 'mk-directory'Brad King2018-08-2821-67/+65
|\ \ | | | | | | | | | | | | | | | | | | c8fd23ec6f cmMakefile: return directories as const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2311
| * | cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-2721-67/+65
| | |
* | | CMake Nightly Date StampKitware Robot2018-08-281-1/+1
| | |
* | | Merge topic 'more-misc-typos'Brad King2018-08-274-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | aca65a9379 Maint: misc. typos Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2301
| * | | Maint: misc. typosluz.paz2018-08-244-4/+4
| |/ / | | | | | | | | | Found via `codespell`.
* | | Merge topic 'update-icons'Brad King2018-08-275-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 66f59bd7da cmake-gui: Update icons Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2295
| * | | cmake-gui: Update iconsT.J. Corona2018-08-165-0/+0
| | | |
* | | | Merge topic 'static-lib-options'Brad King2018-08-278-5/+63
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 974de0e199 static library: add property STATIC_LIBRARY_OPTIONS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2290
| * | | | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-158-5/+63
| | | | | | | | | | | | | | | | | | | | issue: #18251
* | | | | Merge topic 'ProjectReference'Brad King2018-08-271-23/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e4ba1f5a94 VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2285
| * | | | | VS: Disallow ReferenceOutputAssembly in ProjectReference if not possibleBastien Schatt2018-08-121-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly turn off `ReferenceOutputAssembly` in `ProjectReference` elements naming other project files whose types do not produce assemblies. We already do this for `C#` but it makes sense for other languages too. Fixes: #17906
* | | | | | Merge topic 'ninja-generator-do-not-add-alias-matching-custom-command-output'Brad King2018-08-271-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 180c2f8de8 Ninja: Fix dupbuild error skipping alias with conflicting custom command Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Isaiah <isaiah.norton@gmail.com> Merge-request: !2276
| * | | | | | Ninja: Fix dupbuild error skipping alias with conflicting custom commandJean-Christophe Fillion-Robin2018-08-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See-also: https://issues.slicer.org/view.php?id=4595 Reported-by: Isaiah Norton <inorton@bwh.harvard.edu>
* | | | | | | Merge topic 'vs2017-no-default-FC'Brad King2018-08-271-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1bd768174a VS: Avoid VS 2017 toolset default use of /FC flag Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alberto Garcia Illera <agarciaillera@gmail.com> Acked-by: Martin Hořeňovský <martin.horenovsky@gmail.com> Merge-request: !2306
| * | | | | | | VS: Avoid VS 2017 toolset default use of /FC flagBrad King2018-08-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 2017 toolsets now use this flag by default if `UseFullPaths` is not explicitly set to `false` in the .vcxproj file. Since there is no negative form of this flag there is no way for projects to turn it off through our flag map. Also, the Makefile and Ninja generators do not add this flag unless it is explicitly specified by the project. Teach our generator to set `UseFullPaths` to `false` in VS 2017 unless the project or use has explicitly specified `/FC`. Fixes: #18261
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-271-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-261-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-251-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'state-reset-glob'Brad King2018-08-243-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f3b9e8b95 cmState: Clear GlobVerificationManager state on Reset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2278
| * | | | | | | cmState: Clear GlobVerificationManager state on ResetShane Parris2018-08-093-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should not persist across multiple configure rounds. Fixes: #18208
* | | | | | | | Merge topic 'ctest-submit-httpauth'Brad King2018-08-241-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5029d58c38 ctest: allow cdash submissions using alternate authentication methods Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2288
| * | | | | | | ctest: allow cdash submissions using alternate authentication methodsClinton Stimpson2018-08-171-0/+4
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-241-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'autogen_variables_in_structs'Brad King2018-08-234-222/+271
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3aa11f31fc Autogen: Use integers to store the Qt version 1d87c9f318 Autogen: Initializer: Group variables in structs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2286
| * | | | | | | Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-134-68/+91
| | | | | | | |
| * | | | | | | Autogen: Initializer: Group variables in structsSebastian Holtermann2018-08-132-156/+182
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-231-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-221-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-211-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-201-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-191-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-181-1/+1
| | | | | | |
* | | | | | | Merge topic 'export-properties-undefined'Craig Scott2018-08-181-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbd3e2c53d EXPORT_PROPERTIES: Prevent null dereference for undefined property b88bf6796e EXPORT_PROPERTIES: Add test for an undefined property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2294
| * | | | | | | EXPORT_PROPERTIES: Prevent null dereference for undefined propertyCraig Scott2018-08-161-0/+5
| | |/ / / / / | |/| | | | | | | | | | | | Fixes: #18260
| * | | | | | CMake 3.12.1v3.12.1Brad King2018-08-091-1/+1
| | | | | | |
| * | | | | | Merge branch 'project-injected-no-cmp0048' into release-3.12Craig Scott2018-07-252-2/+9
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'evaluate-stdstring'Craig Scott2018-08-172-12/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16e17376c7 EvaluateExpression() returns std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2293
| * | | | | | | | EvaluateExpression() returns std::stringVitaly Stakhovsky2018-08-162-12/+9
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-171-1/+1
|/ / / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2018-08-161-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'doc-consistently-reference-packagename'Craig Scott2018-08-151-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 30d08bdce9 doc: Consistently use <PackageName> for describing the name of a package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2283
| * | | | | | doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-141-2/+2
| | | | | | |
* | | | | | | Merge topic 'vsoptions-parse'Craig Scott2018-08-154-19/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ce56028d5 cmVisualStudioGeneratorOptions::Parse(): const std::string& argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2289
| * | | | | | | cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-134-19/+19
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-151-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2018-08-141-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'evaluate-stdstring'Craig Scott2018-08-138-40/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c530e2f74f cmCompiledGeneratorExpression::Evaluate(): return const std::string& Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2279