summaryrefslogtreecommitdiff
path: root/Help/index.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-13 08:18:22 -0400
committerBrad King <brad.king@kitware.com>2018-12-12 06:39:30 -0500
commiteb2ec41a0422e9acd4961e32f6f28c20846a292a (patch)
tree48257a71b127bb947f9bdaabaa1d2d1e605ec6fd /Help/index.rst
parentc3635e502c9804fc0ab781b9f20e07449d4e6c23 (diff)
downloadcmake-eb2ec41a0422e9acd4961e32f6f28c20846a292a.tar.gz
fileapi: Add protocol v1 infrastructure with support for shared query files
Add a file-based API that clients may use to get semantic information about the buildsystem that CMake generates. Clients will write query files under a designated location in the build tree, and CMake will write reply files for clients to read. Start with support for shared stateless query files. These allow clients to share requests for major object versions and get all those recognized by CMake. Once any client has written a shared request to a build tree it will persist. Other clients will not need to overwrite the request (since it is stateless) and should not remove it either. For now we add only an undocumented object kind to use for testing the query and reply infrastructure. Object kinds providing real semantic information will be added later. Issue: #18398
Diffstat (limited to 'Help/index.rst')
-rw-r--r--Help/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/index.rst b/Help/index.rst
index fe1b73c269..a94893972e 100644
--- a/Help/index.rst
+++ b/Help/index.rst
@@ -30,6 +30,7 @@ Reference Manuals
/manual/cmake-compile-features.7
/manual/cmake-developer.7
/manual/cmake-env-variables.7
+ /manual/cmake-file-api.7
/manual/cmake-generator-expressions.7
/manual/cmake-generators.7
/manual/cmake-language.7