Skip to content
  • Brad King's avatar
    fileapi: Add protocol v1 support for stateful per-client queries · 276fdf29
    Brad King authored
    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
    276fdf29