mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
045fc841173b97d8754d0dfd75322bd4919c19e6
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ 3d1d4e7c | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' d79a792e..3d1d4e7c
Cory Quammen (1):
3d1d4e7c SystemTools: MakeDirectory() reports failure if path is file
Change-Id: I080ed62630304c63c65efaf4be08198a6411ae48
KWSys provides a platform-independent API to many common system features that are implemented differently on every platform. This library is intended to be shared among many projects, so it has a configurable namespace. Each project should configure KWSys to use a namespace unique to itself. See comments in CMakeLists.txt for details. You are probably reading this file in the source tree of a surrounding project. In that case, see "../README.kwsys" for details of using KWSys in your project.
Description
Languages
C
40.6%
C++
29.7%
CMake
26.9%
Roff
0.7%
Shell
0.5%
Other
1.1%