- 27 Nov, 2019 1 commit
-
-
Kitware Robot authored
-
- 26 Nov, 2019 20 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
19f267c7 XL: Add support for Ninja and XL Fortran Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4075
-
Brad King authored
-
Brad King authored
a033bafb Help: Clarify how tests are run if no resource spec file is specified a64ba023 CTest: Clarify that resource requirements can be split f9f294f5 CTest: Add version field to resource spec file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4080
-
Brad King authored
a033bafb Help: Clarify how tests are run if no resource spec file is specified a64ba023 CTest: Clarify that resource requirements can be split f9f294f5 CTest: Add version field to resource spec file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4080
-
Kyle Edwards authored
Fixes: #19985
-
Brad King authored
-
Brad King authored
Merge-request: !4088
-
Brad King authored
-
Brad King authored
6d84afc7 Merge branch 'backport-implicit-includes-extra-CR' into implicit-includes-extra-CR 4b46523d CMakeParseImplicitIncludeInfo: Remove all CR chars from compiler output 2a5e5b25 CMake 3.15.5 08173075 Merge branch 'doc-genex-tweak' into release-3.15 83dbef11 Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15 881bca24 Merge branch 'vs-v142-csharp-flags' into release-3.15 dec3e936 Merge branch 'backport-vs-16.4-global-targets' into release-3.15 ac1a1bf1 VS: Tell VS 16.4 not to verify CMake-provided custom command outputs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4088
-
Brad King authored
6d84afc7 Merge branch 'backport-implicit-includes-extra-CR' into implicit-includes-extra-CR 4b46523d CMakeParseImplicitIncludeInfo: Remove all CR chars from compiler output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4088
-
Brad King authored
-
Brad King authored
-
Brad King authored
cb8042b0 FindODBC: Add library name for MinGW toolchains Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4076
-
Brad King authored
cb8042b0 FindODBC: Add library name for MinGW toolchains Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4076
-
Brad King authored
-
Brad King authored
43ffd2c3 Unity: No repeated path for internal generated unity files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4077
-
Brad King authored
43ffd2c3 Unity: No repeated path for internal generated unity files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4077
-
Kitware Robot authored
-
- 25 Nov, 2019 10 commits
-
-
Cristian Adam authored
Fixes: #20018
-
Kyle Edwards authored
Add a note to the documentation to clarify this, and add test cases to ensure it. Fixes: #19987
-
Kyle Edwards authored
Fixes: #20007
-
Brad King authored
5129e972 setup-user: switch to git-var to check if username and e-mail are set Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4084
-
Brad King authored
-
Brad King authored
a5bb08a8 FindwxWidgets: Fix finding both release and debug libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4079
-
Brad King authored
a5bb08a8 FindwxWidgets: Fix finding both release and debug libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4079
-
Cristian Adam authored
Fixes: #20002
-
Kitware Robot authored
- 24 Nov, 2019 2 commits
-
-
Arkadiusz Drabczyk authored
In git, apart from setting username and e-mail in .gitconfig it's also possible to set username in /etc/passwd and set e-mail using EMAIL environment variable. The advantage of this method is that other programs such as mutt or doxygen will pick up these settings up so there is no need to set them separately in each program. Current way of checking if username and e-mail are set using git config results in failure if they are set using this method.
-
Kitware Robot authored
-
- 23 Nov, 2019 1 commit
-
-
Kitware Robot authored
-
- 22 Nov, 2019 2 commits
-
-
Kitware Robot authored
- 21 Nov, 2019 4 commits
-
-
Brad King authored
The Ninja generator's support for Fortran requires that source files be preprocessed explicitly first. However, the `xlf` compiler does not have a simple `-E` option or equivalent to do preprocessing. The only documented way to get preprocessed output is to use `-d` to leave it behind, but only at an inflexible location. Instead, create our own `cpp` wrapper script and substitute it for the real preprocessor using `-tF -B ...`. Teach the wrapper to map the `cpp` output to the location we need and then invoke the real `cpp` underneath. Fixes: #19450
-
Brad King authored
-
Brad King authored
1e68fb0c Xcode: Set source file type for Objective C/C++ Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4073
-
Brad King authored
1e68fb0c Xcode: Set source file type for Objective C/C++ Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4073
-