summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/ClientStateful-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* fileapi: Add protocol v1 support for stateful per-client queriesBrad King2018-12-121-0/+68
Add support for client-owned *stateful* query files. These allow clients to request a list of versions of each object kind and get only the first-listed version that CMake recognizes. Since clients own their stateful query files they can mutate them over time. As a client installation is updated it may update the queries that it writes to build trees to get newer object versions without paying the cost of continuing to generate older versions. Issue: #18398