Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindX11: Remove HAS_X11_xcb check from xcb tests | Moses Miller | 2023-04-28 | 2 | -105/+131 |
| | |||||
* | FindX11: Add tests for newly added xcb libraries | Moses Miller | 2023-04-25 | 1 | -8/+421 |
| | |||||
* | FindX11: Fix existing tests | Moses Miller | 2023-04-25 | 2 | -21/+31 |
| | |||||
* | FindX11: Add more components to FindX11 tests | Moses Miller | 2023-04-25 | 1 | -2/+49 |
| | |||||
* | FindX11: support the xcb-{cursor,shape,xrm} components | Ben Boeckel | 2023-02-27 | 2 | -0/+59 |
| | | | | Fixes: #24417 | ||||
* | Tests/FindX11: fix preprocessor check for xcb_xrandr component | Ben Boeckel | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | FindX11: add xcb-xtest and xcb-keysyms | planc | 2022-03-10 | 2 | -0/+30 |
| | |||||
* | FindX11: Add xcb_randr library | Matthew Smith | 2022-03-08 | 2 | -0/+19 |
| | |||||
* | FindX11: Add xcb_util and xcb_xfixes libraries | Tim Blechmann | 2020-08-12 | 2 | -0/+52 |
| | |||||
* | FindX11: Add Xaw libraries | Kurt Sansom | 2020-07-16 | 2 | -0/+23 |
| | | | | Fixes: #20963 | ||||
* | FindX11: Find additional libraries | Zsolt Parragi | 2020-03-04 | 1 | -0/+11 |
| | | | | | | | | | | | With this change, FindLibrary(X11) learns about the following libraries: * xcb * X11-xcb * xcb-icccm * xcb-xkb * xkbcommon * xkbcommon-X11 | ||||
* | clang-format: Normalize headers presentation | Marc Chevrier | 2019-10-01 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | By using clang-format directives 'IncludeBlocks' and 'IncludeCategories' headers are regrouped by categories: 1. "cmConfigure.h" which must be first 2. header matching current implementation file 3. standard language headers 4. CMake replacement ones 5. external headers (i.e. #include directive with '<' and '>') 6. Qt headers 7. cmsys/* headers 8. cm_* headers 9. CMake headers (i.e. starting with 'cm[A-Z]') 10. all other headers Fixes: #19674 | ||||
* | Tests/FindX11: add a test | Ben Boeckel | 2018-11-15 | 3 | -0/+504 |