My patches to CMake
Go to file
KWIML Upstream e83b96b793 KWIML 2016-09-08 (d564b3c7)
Code extracted from:

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

at commit d564b3c71a6dcec9b1cd84afb498b14a69307780 (master).

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

Brad King (1):
      d564b3c7 Update copyright year

Richard W.M. Jones (1):
      12f000d5 abi.h: Add RISC-V, a little-endian architecture.
2016-09-08 09:50:04 -04:00
include/kwiml KWIML 2016-09-08 (d564b3c7) 2016-09-08 09:50:04 -04:00
src KWIML 2016-09-08 (d564b3c7) 2016-09-08 09:50:04 -04:00
test KWIML 2015-12-09 (43f9f8d0) 2015-12-17 14:56:38 -05:00
.gitattributes KWIML 2015-12-09 (43f9f8d0) 2015-12-17 14:56:38 -05:00
CMakeLists.txt KWIML 2015-12-09 (43f9f8d0) 2015-12-17 14:56:38 -05:00
Copyright.txt KWIML 2016-09-08 (d564b3c7) 2016-09-08 09:50:04 -04:00
README.md KWIML 2015-12-09 (43f9f8d0) 2015-12-17 14:56:38 -05:00

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.