Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-09 | FindInotify.cmake: add target support | Rosen Penev | |
Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2021-12-06 | FindInotify.cmake: add support for SunOS | Rosen Penev | |
SunOS and variants (Solaris, OpenSolaris, illumos, etc al.) do not need a separate library for inotify. | |||
2021-04-23 | Modules docs: move rst docs into bracket comments | Friedrich W. H. Kossebau | |
CMake >= 3.0 supports bracket comments, and the reStructuredText integration code in sphinx/ext/ecm.py already supports extracting the docs from a bracket comment instead. Editing documentation without leading line comment markers is more simple, e,g. when reflowing text over lines. With ECM meanwhile requiring CMake 3.5 now it is possible to switch (and thus follow also the approach used by cmake itself). NO_CHANGELOG | |||
2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
2019-06-29 | Small API docs fixesv5.60.0-rc1v5.60.0 | Pino Toscano | |
2019-01-08 | FindInotify: fix api dox .rst tag, add missing "Since" | Friedrich W. H. Kossebau | |
2017-02-15 | Detect inotify.v5.32.0-rc1v5.32.0 | Adriaan de Groot | |
Summary: On Linux, inotify always exists; all you need is the header file. On the BSDs, inotify is provided through a shim to kqueue, which must be installed separately. Add a FindInotify to help sort that out. Based on RB 129316 and RB 129549. Test Plan: - On FreeBSD, reliably detects presence of libinotify in $LOCALBASE, - Needs testing on Linux that it does find the header file. Reviewers: apol, arrowdodger, #build_system, #frameworks, tcberner, ervin, skelly, dfaure, kfunk Reviewed By: tcberner, kfunk Subscribers: kfunk, #freebsd Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D3826 |