summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* libudev: queue provide file descriptor to watch busy event queueKay Sievers2014-06-27
|
* docs: add new gudev functions to documentationZbigniew Jędrzejewski-Szmek2014-02-22
|
* doc: disable gtk-doc test again - you are a really annoying piece of softwareKay Sievers2013-03-21
| | | | | | | | | | | | 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
* libudev: implement udev_device_set_attribute_value()Hannes Reinecke2013-03-13
|
* build-sys: assemble HTML in docs/htmlZbigniew Jędrzejewski-Szmek2013-03-09
| | | | | | 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.
* build-sys: disable tests in po/, docs/ with separate build dirZbigniew Jędrzejewski-Szmek2013-02-13
| | | | | | | | 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.
* doc: disable "make check" for gtk-docKay Sievers2013-01-16
|
* build-sys: color test resultsZbigniew Jędrzejewski-Szmek2012-12-01
|
* docs: gtk-doc warnings are annoyingKay Sievers2012-11-03
|
* libudev: import hwdb and export lookup interfaceKay Sievers2012-10-27
|
* docs: install README files into /var/log and 7etc/rc.d/init.dLennart Poettering2012-10-17
| | | | | | 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.
* udev: export udev_device_new_from_device_id()Kay Sievers2012-08-10
|
* build-sys: really override CFLAGS for gtk-docZbigniew Jędrzejewski-Szmek2012-08-08
| | | | | | | | 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.
* gudev: docs - work around the broken gtk-doc messKay Sievers2012-08-08
| | | | | | | | 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.
* udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵Kay Sievers2012-05-15
| | | | versions
* build-sys: fix buildLennart Poettering2012-05-15
|
* git: update gitignoreLennart Poettering2012-05-15
|
* build-sys: move gtk-doc stuff into its own subdir and reindent autogen.shLennart Poettering2012-05-15
| | | | | We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too
* udev: docs - it's 'GUdev'Kay Sievers2012-04-26
|
* docs: remove duplicated install hookKay Sievers2012-04-20
|
* docs: hook-up gtk-doc to 'make check'Kay Sievers2012-04-20
|
* docs: rebase html documentation for online and local useKay Sievers2012-04-19
|
* docs: do not generate tmpl filesJavier Jardón2012-04-19
| | | | | Its not needed as all the documentation is inline source code, not in separate *.tmpl files
* udev: docs - updated index page to match common gtk styleKay Sievers2012-04-17
|
* silence a bunch of gcc warningsKay Sievers2012-04-17
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-16
|
* udev: doc - sync libudev and gudevKay Sievers2012-04-15
|
* udev: cleanup the udev cgroup when the daemon enters the idle stateKay Sievers2012-04-15
|
* gudev: gtk-doc - hide licence stuff which consumes three-fourths of the ↵Kay Sievers2012-04-14
| | | | index page
* udev: trivial gtk-doc updateKay Sievers2012-04-14
|
* build-sys: add 'make doc-sync' targetKay Sievers2012-04-13
|
* update .gitignoreKay Sievers2012-04-13
|
* udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers2012-04-13