Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 5 | -42/+0 |
| | | | | | | The server mode has been deprecated since commit 996e1885c4 (server: deprecate in favor of the file-api, 2019-04-19, v3.15.0-rc1~198^2). Clients should now be using the file-api. Remove the server mode. | ||||
* | server-mode: Add project data for unit tests | Tobias Hunger | 2016-09-28 | 5 | -0/+42 |
Do some basic unit tests for "codemodel", "cmakeInputs" and "cache" commands of the cmake server. This just calls the commands right now and makes sure the server thinks it can reply to the request. The data itself is currently not validated. |