Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-02 | Use udev version instead of eudev version for compatibility | Richard Yao | |
The use of the eudev version in pkgconfig files caused build failures, so we switch to the udev version for compatibility purposes. Resolves gentoo/eudev#22 Signed-off-by: Richard Yao <ryao@gentoo.org> | |||
2012-11-18 | Fix manpage build | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-18 | Fix gtk-doc build | Anthony G. Basile | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2012-11-18 | Got helper in src/* and make distcheck working | Anthony G. Basile | |
2012-11-17 | Restructure src/ as per lu_zero | Anthony G. Basile | |
2012-11-17 | Fix build when gtk-doc is enabled | Felipe Contreras | |
Looks like gtk-doc.make is meant for automake, not make. Some previous changes need to be reverted. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2012-11-17 | Allow build without gtk-doc | Felipe Contreras | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2012-11-15 | Isolation of udev code from remaining systemd | Anthony G. Basile | |
This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- <filename> | |||
2012-11-03 | docs: gtk-doc warnings are annoying | 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 | build-sys: fix build | 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-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 | update .gitignore | Kay Sievers | |
2012-04-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | |