Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-27 | autotools: add WARN_CFLAGS to all targets | Emil Velikov | |
... minus test/ttmtest. The latter is not really hooked up with the actual build. This will give us 66 warnings on a distribution build of which - 12 -Wunused-variable - 11 -Wunused-function - 19 -Wmissing-prototypes and a few -Wswitch-enum, -Wtype-limits etc. Adding the CFLAGS gives some exposure to these so that we can fix them. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu> | |||
2013-03-25 | tests: allow tests programs to be installed | Benjamin Gaignard | |
Install test programs is useful in cross compilation case. By default the behavior is the same and test programs aren't installed in $bindir. If --enable-install-test-programs is set then test programs are installed in $bindir. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Rob Clark <robdclark@gmail.com> | |||
2011-02-17 | tests/modeprint: Remove needless dependency on drm_intel | Benjamin Franzke | |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | |
2008-12-17 | libdrm: Fix modetest/modeprint to use automake stuff. | Eric Anholt | |