[Xcb] [PATCH RESEND image 00/12] Upgrade package configuration
Gaetan Nadon
memsize at videotron.ca
Thu Mar 27 11:37:03 PDT 2014
Remove some dead code, add COPYING...
Separate production code from test code.
*** Available at git://people.freedesktop.org/~gnadon/util-image
Gaetan Nadon (12):
config: add bug URL to AC_INIT
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
config: remove old dead code for documentation
config: use AC_CONFIG_HEADERS to create a config.h file
config: add missing COPYING file
make: there should be no attempt to remove any Makefile.in file
make: using EXTRA_DIST for xcb-util-image.pc.in is redundant
make: image is using X11 Protcol headers, so XPROTO_CFLAGS is
required
test: move test cases into their own directory
image: use AM_CPPFLAGS rather than per-target
libxcb_image_la_CPPFLAGS
test: use AM_CPPFLAGS rather than per-target test_swap_CPPFLAGS aand
others
test: use automake general variables rather than the specific ones
.gitignore | 1 -
COPYING | 27 +++
Makefile.am | 2 +-
configure.ac | 14 +-
image/.gitignore | 5 -
image/Makefile.am | 40 +---
image/test.xbm | 471 --------------------------------------------
image/test_bitmap.c | 169 ----------------
image/test_formats.c | 206 -------------------
image/test_swap.c | 239 ----------------------
image/test_xcb_image.c | 242 -----------------------
image/test_xcb_image_shm.c | 182 -----------------
image/xcb_image.c | 4 +
test/.gitignore | 5 +
test/Makefile.am | 23 +++
test/test.xbm | 471 ++++++++++++++++++++++++++++++++++++++++++++
test/test_bitmap.c | 169 ++++++++++++++++
test/test_formats.c | 206 +++++++++++++++++++
test/test_swap.c | 239 ++++++++++++++++++++++
test/test_xcb_image.c | 242 +++++++++++++++++++++++
test/test_xcb_image_shm.c | 182 +++++++++++++++++
xcb_util_intro.in | 24 ---
22 files changed, 1583 insertions(+), 1580 deletions(-)
create mode 100644 COPYING
delete mode 100644 image/.gitignore
delete mode 100644 image/test.xbm
delete mode 100644 image/test_bitmap.c
delete mode 100644 image/test_formats.c
delete mode 100644 image/test_swap.c
delete mode 100644 image/test_xcb_image.c
delete mode 100644 image/test_xcb_image_shm.c
create mode 100644 test/.gitignore
create mode 100644 test/Makefile.am
create mode 100644 test/test.xbm
create mode 100644 test/test_bitmap.c
create mode 100644 test/test_formats.c
create mode 100644 test/test_swap.c
create mode 100644 test/test_xcb_image.c
create mode 100644 test/test_xcb_image_shm.c
delete mode 100644 xcb_util_intro.in
--
1.7.9.5
More information about the Xcb
mailing list