Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-22 | List xproto.xml path explicitly instead of relying on GNU Make $< expansion | Alan Coopersmith | |
(Some non-gnu makes, such as Solaris make, only recognize $< in implicit suffix rules, not explicit ones like this.) | |||
2006-09-12 | Cleaned up previous fix for GNU Make stuff. | Bart Massey | |
Got "make distcheck" to work (whatever that does). | |||
2006-09-11 | Removed GNU make dependency. | Bart Massey | |
Made extensions directory persist. | |||
2006-06-15 | Remove arbitrary division between xcb_types and xproto by merging | Josh Triplett | |
xcb_types.xml into xproto.xml. | |||
2006-05-10 | Stop overwriting CFLAGS in xcb/src/Makefile.am. | Josh Triplett | |
2006-05-07 | Fix dependencies on libXCB.la to not walk down from $(top_builddir); this ↵ | Donnie Berkholz | |
fixes parallel builds. | |||
2006-04-27 | Add an explanation of libtool -version-info to src/Makefile.am, and add an ↵ | Josh Triplett | |
explicit -version-info 0:0:0 for all libraries. | |||
2006-04-26 | Changes to makefile to build libXCBxtest | Ian Osgood | |
2006-04-15 | Add xcbint.h to noinst_HEADERS, so it gets distributed. | Josh Triplett | |
2006-04-15 | Use screensaver.xml | Josh Triplett | |
2006-04-15 | Put EXTHEADERS and EXTSOURCES in order. | Josh Triplett | |
2006-04-15 | Split all non-essential extensions into their own separate libraries, named | Josh Triplett | |
libXCBextname. To use extension extname, include extname.h and link with -lXCBextname. This allows extensions to change without bumping the main libXCB version. bigreq and xc_misc remain in libXCB, because XCB uses them internally to make big requests and to allocate XIDs, respectively. | |||
2006-03-12 | Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes ↵ | Jamey Sharp | |
bug #6106. | |||
2006-02-24 | Quit using "-include config.h": use #ifdef HAVE_CONFIG_H etc. like everyone ↵ | Jamey Sharp | |
else. | |||
2006-02-20 | Control debugging, optimization, and warning flags all independently. | Jamey Sharp | |
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett | |