Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -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 header | Brad King | 2019-07-10 | 1 | -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 extensions | Ben Boeckel | 2018-01-09 | 1 | -2/+3 |
| | |||||
* | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 2 | -180/+0 |
| | |||||
* | tests: Added tests to verify UV RAII semantics/constructs | Justin Berger | 2017-11-29 | 2 | -0/+183 |
| | |||||
* | tests: unconditionally enabled server tests | Justin Berger | 2017-11-29 | 1 | -3/+2 |
| | |||||
* | server: test buffer parsing | Justin Berger | 2017-08-31 | 2 | -0/+103 |