- May 06, 2021
-
-
Brad King authored
A Windows-native error is an unsigned integer.
-
5c6539ca Terminal: Revert "Simplify CLICOLOR_FORCE check" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !217
-
- May 05, 2021
-
-
f308fcfb Terminal: Disable color output when CLICOLOR is set to 0 bbf6cdef Terminal: Simplify CLICOLOR_FORCE check Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !215
-
- May 04, 2021
-
-
This commit completes the color output control support. Previously, color output could only be forced ON by setting the environment variable CLICOLOR_FORCE to 1. With this commit, color output can also be disabled, by setting the environment variable CLICOLOR to 0. This can be useful e.g. for processing of build logs when the cmake run happens within a container (where isatty is true), but the processing happens on the outside. See http://bixense.com/clicolors/ for documentation of this convention.
-
-
99ffa991 cmake: clear some configure checks when the deployment target changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !214
-
- Apr 29, 2021
-
-
Ben Boeckel authored
If the target is changed since the last configure, some checks need to be looked up again. Clear their cache entries when these checks need to be redone.
-
6e59fd94 Process: Suppress NVHPC warning in FD_ZERO Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !213
-
- Apr 28, 2021
-
-
Brad King authored
NVHPC warns about the FD_ZERO implementation: warning #550-D: variable "__d0" was set but never used
-
- Apr 26, 2021
-
-
7b0f5c20 SystemInformation: improve CPU counting on non-standard architectures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !212
-
- Apr 23, 2021
-
-
Rolf Eike Beer authored
When /proc/cpuinfo does not match the expected layout the number of logical or physical CPUs can be reported as 0. Adapt the parsing to catch the layout used on Sparc, and ensure that the number of logical cores is never 0. While at it slightly improve the CPU frequency checking so it also matches Linux Sparc32.
-
- Apr 19, 2021
-
-
5b941f33 SystemTools: Adapt permissions test to MSYS f00dd83e SystemTools: Avoid unnecessary assumption of working directory in test case 17f4af9b SystemTools: Use octal base for error messages in permission test Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !211
-
- Apr 16, 2021
-
-
Cygwin/MSYS uses umask on *stat* when noacl is set on the filesystem (which MSYS sets by default), so the returned permissions don't necessarily reflect what was actually set. Solve by delaying umask to where it is actually needed.
-
-
It matches the chmod notation, and easier to read on test failure.
-
- Apr 14, 2021
-
-
a95f61cf SystemTools: Return Status from symlink operations 0664553b SystemTools: Return Status from copy operations 6aec6af9 SystemTools: Return Status from ChangeDirectory 2446b205 SystemTools: Return Status from MakeDirectory ab198a22 SystemTools: Return Status from GetShortPath 06216f0b SystemTools: Return Status from FileTimeCompare fadfd7a0 SystemTools: Return Status from Touch c5a99e59 SystemTools: Return Status from GetPermissions and SetPermissions ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !210
-
- Apr 13, 2021
- Apr 12, 2021
- Mar 30, 2021
-
-
9a6d6c54 Terminal: Avoid using Windows functions on Cygwin Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !209
-
4c61b968 SystemTools::FileIsFullPath: Do not accept Windows paths on Cygwin Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !208
-
- Mar 29, 2021
- Mar 08, 2021
-
-
dd703ac6 SystemTools: make file copying mechanisms public Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !207
-
- Mar 05, 2021
-
-
Ben Boeckel authored
CMake will use these in its own file copying routines (which will capture errors).
-
- Mar 03, 2021
-
-
7ee0dbee Directory: capture the error message 2a118b34 SystemTools: use nullptr in Windows-only code f69c5cb7 Directory: return a bool literal on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !206
-
- Mar 01, 2021
-
-
Ben Boeckel authored
Instead of ignoring the argument completely.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 12, 2021
-
-
3ba8a6de Glob: Change deleted ctor and operator= from private to public Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !205
-
- Feb 11, 2021
-
-
Some compilers first error that the deleted member is private before erroring that it is deleted. Suggested-by:
Ben Boeckel <ben.boeckel@kitware.com>
-