summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeServerLib
Commit message (Collapse)AuthorAgeFilesLines
* server: remove deprecated 'cmake -E server' modeBrad King2020-10-142-108/+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.
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+2
| | | | | | | | An old workaround for `std::allocator_traits<>::value_type` lints from IWYU on `std::vector<>` usage breaks IWYU's handling of `<memory>`. Convert the workaround to use the same approach we already use for a workaround of `std::__decay_and_strip<>::::__type` lints. Then update the `<memory>` inclusions to follow the now-correct IWYU lints.
* cmake: specify source file extensionsBen Boeckel2018-01-091-2/+3
|
* cmUVHandlePtr: Move to CMakeLib to make it available everywhereBrad King2017-11-302-180/+0
|
* tests: Added tests to verify UV RAII semantics/constructsJustin Berger2017-11-292-0/+183
|
* tests: unconditionally enabled server testsJustin Berger2017-11-291-3/+2
|
* server: test buffer parsingJustin Berger2017-08-312-0/+103