mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
92a7104600ef708297c8dd7a7e822d87ed85dd06

Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 3bae03fe5e4267117b7837eb8f1b498bea3b3c12 (master). Upstream Shortlog ----------------- Brad King (5): 6b282151 SystemTools: Clarify UnPutEnv implementation comment with GNU runtime 99d779f3 SystemTools: Simplify UnPutEnv implementation with MSVC 523f9256 SystemTools: Implement HasEnv via GetEnvironmentVariableW on Windows a446aa49 SystemTools: Improve PutEnv for empty values on Windows 0a58a55e SystemTools: Reduce allocation in GetEnv on Windows Peter Kokot (1): 45bb9a19 CMake: Remove unused CheckTypeSize module
KWSys ***** Introduction ============ KWSys is the Kitware System Library. It provides platform-independent APIs to many common system features that are implemented differently on every platform. This library is intended to be shared among many projects at the source level, 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. .. _`CMakeLists.txt`: CMakeLists.txt License ======= KWSys is distributed under the OSI-approved BSD 3-clause License. See `Copyright.txt`_ for details. .. _`Copyright.txt`: Copyright.txt Reporting Bugs ============== KWSys has no independent issue tracker. After encountering an issue (bug) please submit a patch using the instructions for `Contributing`_. Otherwise please report the issue to the tracker for the project that hosts the copy of KWSys in which the problem was found. Contributing ============ See `CONTRIBUTING.rst`_ for instructions to contribute. .. _`CONTRIBUTING.rst`: CONTRIBUTING.rst
Description
Languages
C
40.9%
C++
29.6%
CMake
26.7%
Roff
0.7%
Shell
0.5%
Other
1.1%