summaryrefslogtreecommitdiff
path: root/src/gudev
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* gudev: replace regex with sym fileKay Sievers2014-06-21
|
* gudev: add missing (nullable) annotations on return valuesEvan Nemerson2014-05-18
|
* gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attrAndreas Fuchs2014-02-22
| | | | | | For gudev -> gudevdevice: - Add support for get_sysfs_attr_keys() - Add support for has_sysfs_attr()
* licence: remove references to old FSF addressSami Kerola2012-12-17
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206
* update .gitignoreKay Sievers2012-04-13
|
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-13
|
* udev: gudev - silence introspection scanner warningKay Sievers2012-04-13
| | | | | | | | | | | | | <kay> walters: you happen to know how to silence this? gudev.h:24: Warning: GUdev: symbol='_GUDEV_INSIDE_GUDEV_H': Unknown namespace for symbol 'GUDEV_INSIDE_GUDEV_H' <walters> kay, probably: <walters> -#define _GUDEV_INSIDE_GUDEV_H 1 <walters> +#define _GUDEV_INSIDE_GUDEV_H <walters> kay, if the scanner sees a define with a value it assumes it's a constant for public consumption <walters> kay, patch in https://bugzilla.gnome.org/show_bug.cgi?id=674072 fwiw <kay> walters: cool, thanks! <kay> walters: your workaround removing the "1" works. nice!
* udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers2012-04-13