diff options
author | Brad King <brad.king@kitware.com> | 2011-06-27 18:08:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-06-27 18:09:09 (GMT) |
commit | b2975adb31b891d87bb9828097a10167b811e96b (patch) | |
tree | 603e995eb053b4542225d31b3eb6513c8a64310a /Utilities/KWIML/README.txt | |
parent | ea1a519a356cb8b6a54ca3858f20aa9560be9ccf (diff) | |
parent | 831badeca25a8eca9e92dbbb181ea69b58112b2c (diff) | |
download | CMake-b2975adb31b891d87bb9828097a10167b811e96b.zip CMake-b2975adb31b891d87bb9828097a10167b811e96b.tar.gz CMake-b2975adb31b891d87bb9828097a10167b811e96b.tar.bz2 |
Merge branch 'upstream-kwiml' into import-KWIML
Introduce KWIML as a subtree at Utilities/KWIML.
Diffstat (limited to 'Utilities/KWIML/README.txt')
-rw-r--r-- | Utilities/KWIML/README.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Utilities/KWIML/README.txt b/Utilities/KWIML/README.txt new file mode 100644 index 0000000..6bdf859 --- /dev/null +++ b/Utilities/KWIML/README.txt @@ -0,0 +1,29 @@ +KWIML - The Kitware Information Macro Library + +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. + +This source tree is intended for distribution inside the source trees of +other packages. In order to avoid name collisions among multiple +packages the KWIML headers are configured with a per-package prefix on +both the header locations and the macros they define. See comments in +CMakeLists.txt for instructions to include KWIML inside another project. + +The entire KWIML source tree 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. + +The following components are provided. See header comments for details: + + ABI.h = Fundamental type size and representation + INT.h = Fixed-size integer types and format specifiers + +The "test" subdirectory builds tests that verify correctness of the +information provided by each header. |