KWIML 2021-08-20 (9c534d2c)

Code extracted from:

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

at commit 9c534d2cc5c3fece4184e8eaeda6f30d419db601 (master).

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

Brad King (1):
      9c534d2c int.h: Record that MSVC provides inttypes.h since VS 2013
1 file changed
tree: 011aec03c15a59adc5f82865c3f242f4f9f10927
  1. include/
  2. src/
  3. test/
  4. .gitattributes
  5. CMakeLists.txt
  6. Copyright.txt
  7. README.md
README.md

Kitware Information Macro Library (KWIML)

KWIML provides header files that use preprocessor tests to detect and provide information about the compiler and its target architecture. The headers contain no configuration-time test results and thus may be installed into an architecture-independent include directory. This makes them suitable for use in the public interface of any package.

The following headers are provided. See header comments for details:

The test subdirectory builds tests that verify correctness of the information provided by each header.

License

KWIML is distributed under the OSI-approved 3-clause BSD License.

Files used only for build and test purposes contain a copyright notice and reference Copyright.txt for details. Headers meant for installation and distribution outside the source tree come with full inlined copies of the copyright notice and license text. This makes them suitable for distribution with any package under compatible license terms.