Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README for gitlab migration | Alan Coopersmith | 2018-11-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | Strip trailing whitespace | Alan Coopersmith | 2011-09-16 | 1 | -3/+3 |
| | | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | ||||
* | config: remove the pkgconfig pc.in file from EXTRA_DIST | Gaetan Nadon | 2010-03-29 | 1 | -1/+0 |
| | | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | ||||
* | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | 2009-11-27 | 1 | -0/+1 |
| | | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean. | ||||
* | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | 2009-10-28 | 1 | -2/+5 |
| | | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | ||||
* | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | 2009-10-26 | 1 | -1/+1 |
| | | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile. | ||||
* | Janitor: make distcheck, compiler warnings, .gitignore. | Paulo Cesar Pereira de Andrade | 2009-02-02 | 1 | -2/+2 |
| | |||||
* | Makefile.am: make ChangeLog hook safer | Daniel Stone | 2006-12-06 | 1 | -1/+1 |
| | | | | Make ChangeLog hook as safe as possible. | ||||
* | Add hooks for running code checkers like sparse & lint over the source | Alan Coopersmith | 2006-09-18 | 1 | -0/+5 |
| | |||||
* | Replace static Changelog with dist-hook to generate from git log | Alan Coopersmith | 2006-09-18 | 1 | -0/+6 |
| | |||||
* | Add Xvlib.h, change soversion to 1.0.0. | Daniel Stone | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | - Add Xv man pages | Søren Sandmann Pedersen | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | - Add Xv to symlink.sh | Søren Sandmann Pedersen | 2005-06-13 | 1 | -0/+28 |
- Add Xv build system |