lp://staging/pkg-config
- Get this branch:
- bzr branch lp://staging/pkg-config
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/pkg-config.
Last successful import was .
Recent revisions
- 493. By Dan Nicholson <email address hidden>
-
parse: Don't emit unknown keyword warning for Libs.private
Requires.private and Libs.private are skipped unless --static is in use.
However, the parser was checking for Libs.private and this option in a
single conditional unlike Requires.private. This was making the check
fall through to the else and emit an "Unknown keyword" debug message
when --static was not used. This was harmless but not true. - 491. By Dan Nicholson <email address hidden>
-
pkg.m4: Bump the serial number for release
There aren't any significant changes here, but this will cause aclocal
to get the latest version. - 490. By Dan Nicholson <email address hidden>
-
pkg: Check INCLUDE environment variable for MSVC
On Windows builds when --msvc-syntax is in use, add paths in the INCLUDE
environment variable to the system include search path and ignore the
various GCC environment variables. See
https://msdn.microsoft .com/en- us/library/ 73f9s62w. aspx for details. - 489. By Dan Nicholson <email address hidden>
-
check: Add test for system flags pruning
Test that pkg-config respects the various environment variables that
override the system flags handling. - 487. By Dan Nicholson <email address hidden>
-
Respect sysroot for -isystem and -idirafter
Treat -isystem and -idirafter as -I Cflags since they control the
compiler search path. Adjust the sysroot handling so that the arguments
to these options have the sysroot prefixed. However, leave them out of the
system Cflags handling since these directives are explicitly trying to
adjust the compiler's system header search behavior.The special-flags test case output needs adjustment since all the flags
are now considered -I flags and come out in the order specified in the
pc file. - 486. By Dan Nicholson <email address hidden>
-
check: Include special-flags in sysroot test
Make sure that the sysroot behavior works right when we have non-I/L
flags to consider. - 485. By Dan Nicholson <email address hidden>
-
check: Add more flags to the special-flags test
Make sure that all the flag types are covered so that the ordering
between them is being tested. - 484. By Dan Nicholson <email address hidden>
-
glib: Fix bundled build with GCC 6
Backport two patches from upstream glib to handle -Wformat-nonliteral
included by default with GCC 6. Ideally the snapshot should be updated,
but this fix the issue until that happens.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)