| #
78eed07d |
| 09-Nov-2011 |
Jeremy Huddleston <[email protected]> |
configure.ac: Bump to 0.12.902
Signed-off-by: Jeremy Huddleston <[email protected]>
|
| #
b9c5ce80 |
| 09-Oct-2011 |
Jeremy Huddleston <[email protected]> |
scanpci: Build fix for systems without <err.h>
https://bugs.freedesktop.org/show_bug.cgi?id=31133
Signed-off-by: Jeremy Huddleston <[email protected]>
|
| #
30e9ec91 |
| 07-Oct-2011 |
Jeremy Huddleston <[email protected]> |
configure.ac: Bump version to 0.12.901
Signed-off-by: Jeremy Huddleston <[email protected]>
|
| #
e1a0240a |
| 17-Sep-2011 |
Alan Coopersmith <[email protected]> |
Strip trailing whitespace
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.coopersm
Strip trailing whitespace
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 <[email protected]>
show more ...
|
| #
f3e283a2 |
| 03-Feb-2011 |
Gaetan Nadon <[email protected]> |
config: comment, minor upgrade, quote and layout configure.ac
Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl inste
config: comment, minor upgrade, quote and layout configure.ac
Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl instead of # for comments
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. Add AC_CONFIG_SRCDIR([Makefile.am]) Update X.Org util-macros to version 1.8
This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
d05ed572 |
| 03-Feb-2011 |
Alan Coopersmith <[email protected]> |
libpciaccess 0.12.1
Signed-off-by: Alan Coopersmith <[email protected]>
|
| #
7b4bd822 |
| 28-Jan-2011 |
Gaetan Nadon <[email protected]> |
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
Signed-off-by: Gaetan Nadon <[email protected]>
|
| #
5fdae72c |
| 14-Jan-2011 |
Alan Coopersmith <[email protected]> |
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_C_C99. This sets gcc with -std=gnu99. If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Signed-off-by: Gaetan Nadon <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|
| #
48d08f09 |
| 14-Jan-2011 |
Alan Coopersmith <[email protected]> |
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. A
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|
| #
fd476dea |
| 26-Sep-2010 |
Gaetan Nadon <[email protected]> |
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaet
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
b4ee1ccf |
| 22-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: provide a makefile for scanpci man pages
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
|
| #
dcb79a20 |
| 22-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: provide a makefile for scanpci dev tool
No function changes.
Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common c
config: provide a makefile for scanpci dev tool
No function changes.
Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common case.
If it is installed at configuration time, you get an executable.
The makefile build order ensures the lib is build before scanpci.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
55577296 |
| 21-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
Use the latest version now hosted by GNU. The renaming protects Autoconf namespace. There is no functional change in the macro.
Signed-off-by: Gaetan
config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
Use the latest version now hosted by GNU. The renaming protects Autoconf namespace. There is no functional change in the macro.
Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
fa3f1c1e |
| 20-Jul-2010 |
Dave Airlie <[email protected]> |
libpciaccess 0.12.0 - bump version for release
|
| #
b8295f47 |
| 29-Mar-2010 |
Gaetan Nadon <[email protected]> |
config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dat
config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006.
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
af2be749 |
| 19-Jan-2010 |
Samuel Thibault <[email protected]> |
libpciaccess x86 backend
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd.
Signed-off-by: Julien Cristau <jcristau@debia
libpciaccess x86 backend
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd.
Signed-off-by: Julien Cristau <[email protected]>
show more ...
|
| #
fac83b81 |
| 14-Dec-2009 |
Adam Jackson <[email protected]> |
libpciaccess 0.11.0
Signed-off-by: Adam Jackson <[email protected]>
|
| #
57f4d11f |
| 28-Oct-2009 |
Gaetan Nadon <[email protected]> |
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empt
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
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.
show more ...
|
| #
caa398b5 |
| 27-Oct-2009 |
Gaetan Nadon <[email protected]> |
Deploy the new XORG_DEFAULT_OPTIONS #24242
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future ch
Deploy the new XORG_DEFAULT_OPTIONS #24242
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
show more ...
|
| #
2a10d510 |
| 25-Sep-2009 |
Dave Airlie <[email protected]> |
libpciaccess 0.10.9
|
| #
312cde3c |
| 30-Aug-2009 |
Dave Airlie <[email protected]> |
pciaccess: bump to 0.10.8
|
| #
d062dd78 |
| 28-Aug-2009 |
Dave Airlie <[email protected]> |
libpciaccess: bump to 0.10.7 for vga arb interface addition
|
| #
4eac0173 |
| 08-Aug-2009 |
Julien Cristau <[email protected]> |
configure.ac: fix help text for the linux-rom-fallback option
LINUX_ROM defaults to no, fix the help text to reflect that
Signed-off-by: Julien Cristau <[email protected]>
|
| #
dedd31b3 |
| 05-Aug-2009 |
Dave Airlie <[email protected]> |
pciaccess: make linux rom reading fallback optional
On kernels which have ROM files, the boot VGA rom file will contain the 0xc0000 file anyways. If another card is missing a rom file there is no ne
pciaccess: make linux rom reading fallback optional
On kernels which have ROM files, the boot VGA rom file will contain the 0xc0000 file anyways. If another card is missing a rom file there is no need for this.
This is fallback is disabled by default, on the premise that distro shipping this new a pciaccess will be running on kernels with working rom support which is been upstream for a long time
show more ...
|
| #
8aa06cf7 |
| 05-Aug-2009 |
Dave Airlie <[email protected]> |
pciaccess: make linux rom reading fallback optional
On kernels which have ROM files, the boot VGA rom file will contain the 0xc0000 file anyways. If another card is missing a rom file there is no ne
pciaccess: make linux rom reading fallback optional
On kernels which have ROM files, the boot VGA rom file will contain the 0xc0000 file anyways. If another card is missing a rom file there is no need for this.
This is fallback is disabled by default, on the premise that distro shipping this new a pciaccess will be running on kernels with working rom support which is been upstream for a long time
show more ...
|