Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | ./move.sh | Luke Shumaker | |
2015-07-06 | docs: add .gitignore | Kay Sievers | |
2015-06-29 | docs: remove stale .gitignore | Tom Gundersen | |
This is no longer useful as the udev docs are gone. | |||
2015-06-03 | remove gudev and gtk-doc | Kay Sievers | |
The library moved to: https://git.gnome.org/browse/libgudev/ | |||
2014-12-14 | build-sys: fix distcheck | Dave Reisner | |
- fix misspelling in filename (intenal -> internal) - remove deleted hwdb-related file (nuked with sd-hwdb refactor) | |||
2014-06-27 | libudev: queue provide file descriptor to watch busy event queue | Kay Sievers | |
2014-02-22 | docs: add new gudev functions to documentation | Zbigniew Jędrzejewski-Szmek | |
2013-03-21 | doc: disable gtk-doc test again - you are a really annoying piece of software | Kay Sievers | |
make check-TESTS make[5]: Nothing to be done for `/usr/bin/gtkdoc-check.log'. fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.trs fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.log make[4]: *** [test-suite.log] Error 1 make[3]: *** [check-TESTS] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 | |||
2013-03-13 | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke | |
2013-03-09 | build-sys: assemble HTML in docs/html | Zbigniew Jędrzejewski-Szmek | |
The goal is to be able to preview how the documenation will look when uploaded. Just point your browser at docs/html/man/index.html. | |||
2013-02-13 | build-sys: disable tests in po/, docs/ with separate build dir | Zbigniew Jędrzejewski-Szmek | |
Both gtk-doc and intltoolize have problems with VPATH builds. "Creatively" disable tests when configuring from outside the source directory. This more-or-less reverts 9795da43c. | |||
2013-01-16 | doc: disable "make check" for gtk-doc | Kay Sievers | |
2012-12-01 | build-sys: color test results | Zbigniew Jędrzejewski-Szmek | |
2012-11-03 | docs: gtk-doc warnings are annoying | Kay Sievers | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |
2012-10-17 | docs: install README files into /var/log and 7etc/rc.d/init.d | Lennart Poettering | |
On systemd systems seasoned admins might be surprised to see that the init scripts and log files are gone. To ease the transition let's place some README files there, that hopefully help clearing up the situation. | |||
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers | |
2012-08-08 | build-sys: really override CFLAGS for gtk-doc | Zbigniew Jędrzejewski-Szmek | |
In 29a00c41 an override was added, but commandline variables have higher precedence than Makefile variables, so the override was not effective for commandline variables. While at it, duplicate for libudev. | |||
2012-08-08 | gudev: docs - work around the broken gtk-doc mess | Kay Sievers | |
gtk-doc add CFLAGS/LDFLAGS multiple times to the gcc command line, which breaks options that must be listed only once. For now, clear CFLAGS/LDFLAGS for the intermediate documentation binary. | |||
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | |
versions | |||
2012-05-15 | build-sys: fix build | Lennart Poettering | |
2012-05-15 | git: update gitignore | Lennart Poettering | |
2012-05-15 | build-sys: move gtk-doc stuff into its own subdir and reindent autogen.sh | Lennart Poettering | |
We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too | |||
2012-04-26 | udev: docs - it's 'GUdev' | Kay Sievers | |
2012-04-20 | docs: remove duplicated install hook | Kay Sievers | |
2012-04-20 | docs: hook-up gtk-doc to 'make check' | Kay Sievers | |
2012-04-19 | docs: rebase html documentation for online and local use | Kay Sievers | |
2012-04-19 | docs: do not generate tmpl files | Javier Jardón | |
Its not needed as all the documentation is inline source code, not in separate *.tmpl files | |||
2012-04-17 | udev: docs - updated index page to match common gtk style | Kay Sievers | |
2012-04-17 | silence a bunch of gcc warnings | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-15 | udev: doc - sync libudev and gudev | Kay Sievers | |
2012-04-15 | udev: cleanup the udev cgroup when the daemon enters the idle state | Kay Sievers | |
2012-04-14 | gudev: gtk-doc - hide licence stuff which consumes three-fourths of the ↵ | Kay Sievers | |
index page | |||
2012-04-14 | udev: trivial gtk-doc update | Kay Sievers | |
2012-04-13 | build-sys: add 'make doc-sync' target | Kay Sievers | |
2012-04-13 | update .gitignore | Kay Sievers | |
2012-04-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | |