Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake build: Use new FindPython module | Marc Chevrier | 2018-03-20 | 1 | -2/+2 |
| | |||||
* | Tests: reworked server tests to allow other operation modes | Justin Berger | 2017-10-30 | 1 | -6/+6 |
| | |||||
* | Tests: Teach Server test to print server return code | Brad King | 2017-08-30 | 1 | -1/+1 |
| | | | | This will aid in diagnosing failures. | ||||
* | Server: test cache after reconnect | Daniel Pfeifer | 2017-08-13 | 1 | -0/+1 |
| | |||||
* | Tests: Avoid generating .pyc files during Server test | Brad King | 2017-04-03 | 1 | -0/+1 |
| | | | | | | Avoid writing any files to the source tree during testing. Fixes: #16770 | ||||
* | server-mode: Add project data for unit tests | Tobias Hunger | 2016-09-28 | 1 | -0/+2 |
| | | | | | | | | | 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. | ||||
* | server-mode: Query global configuration of cmake via a command | Tobias Hunger | 2016-09-26 | 1 | -0/+1 |
| | | | | | | | Add "globalSettings" command that returns: * Return capability information * Return currently used generator/extra generator * Return a range of flags for debug/trace/etc. | ||||
* | cmake-server: Add unit test | Tobias Hunger | 2016-09-19 | 1 | -0/+23 |