https://github.com/Kitware/CMake
Revision 975c44654d2f992bab20f963a70f12fe6a63e1ba authored by KWSys Upstream on 09 June 2022, 18:19:13 UTC, committed by Brad King on 09 June 2022, 18:19:27 UTC
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 9b65e88d077e023f5e4e22f31bd0970e4071eb5b (master).

Upstream Shortlog
-----------------

Saleem Abdulrasool (1):
      0969597d SystemTools: add a clonefile optimization on macOS
1 parent 6b88084
Raw File
Tip revision: 975c44654d2f992bab20f963a70f12fe6a63e1ba authored by KWSys Upstream on 09 June 2022, 18:19:13 UTC
KWSys 2022-06-09 (9b65e88d)
Tip revision: 975c446
.gitattributes
.git*            export-ignore

*.c              kwsys-c-style
*.c.in           kwsys-c-style
*.cxx            kwsys-c-style
*.h              kwsys-c-style
*.h.in           kwsys-c-style
*.hxx            kwsys-c-style
*.hxx.in         kwsys-c-style

*.cmake          whitespace=tab-in-indent
*.rst            whitespace=tab-in-indent conflict-marker-size=79
*.txt            whitespace=tab-in-indent
back to top