summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS and bump version for releasepkg-config-0.28Dan Nicholson2013-01-242-1/+32
* Fix srcdir != builddir error in check-debugDan Nicholson2013-01-231-1/+1
* Remove $host-pkg-config when uninstallingDan Nicholson2013-01-231-0/+2
* Merge branch 'flag-order-fixes'Dan Nicholson2013-01-229-265/+198
|\
| * Only strip duplicate arguments when they appear consecutivelyflag-order-fixesDan Nicholson2012-12-043-39/+25
| * Output -l and other Libs flags in the order they appearDan Nicholson2012-12-045-34/+27
| * Keep Libs and Cflags together to maintain orderingDan Nicholson2012-12-043-102/+112
| * Output -L Libs flags before other Libs flagsDan Nicholson2012-12-047-25/+25
| * Pass around flags types instead of function pointersDan Nicholson2012-12-041-80/+46
| * Limit merging of packages and flags to path or dependency orderDan Nicholson2012-12-041-23/+14
| * Unify string list stripping functions and operate on list in placeDan Nicholson2012-12-041-37/+20
| * Cleanup prototypes for list operating functionsDan Nicholson2012-12-041-13/+18
| * Sort -other Libs and Cflags by package order instead of path orderDan Nicholson2012-12-043-15/+14
* | Use the standard pkg-config macros to check for glibDan Nicholson2013-01-171-13/+9
* | Greatly simplify circular Requires checkingDan Nicholson2013-01-162-4/+4
* | Extend default system library path for libdirs other than lib64Mike Frysinger2012-12-191-4/+5
* | Add root /lib* directories to the default -L pathsDan Nicholson2012-12-192-3/+3
* | Include PKG_CHECK_VAR macro for reading variables in .pc filesDavid Michael2012-12-142-0/+22
* | Fix handling of --print/silence-errors for all output optionsDan Nicholson2012-12-112-22/+18
* | Enforce that only the first --atleast/exact/max-version option honoredDan Nicholson2012-12-113-2/+14
* | Imply --exists when --atleast/exact/max-version passedDan Nicholson2012-12-113-21/+49
* | Explicitly set --exists as the default optionDan Nicholson2012-12-113-4/+12
* | Enforce exclusive output optionsDan Nicholson2012-12-112-0/+46
* | Use flags for --cflags/--libs optionsDan Nicholson2012-12-111-47/+19
* | Handle output mode options in callbackDan Nicholson2012-12-111-31/+77
* | Convert ints used as bools to gbooleansDan Nicholson2012-12-114-27/+27
* | Split out package processing to separate function to cleanup mainDan Nicholson2012-12-111-99/+89
* | Cleanup local variable declarationsDan Nicholson2012-12-111-100/+101
* | Fix hardcoded version if check-debugDan Nicholson2012-12-111-1/+1
* | Update README.win32 to reflect current pkg-config behaviorDan Nicholson2012-12-081-29/+16
* | Document PKG*INSTALLDIR autoconf macros in manpageDan Nicholson2012-12-081-0/+15
* | Allow ~ through unescapedMichaƂ Sawicz2012-12-084-3/+24
|/
* Fix one hash table optimization to use key=valueDan Nicholson2012-12-041-1/+1
* Optimize hash table when usage is only as a setDan Nicholson2012-12-031-6/+6
* Remove duplicate string list elements in placeDan Nicholson2012-12-031-43/+26
* Start from end of package lists when processing RequiresDan Nicholson2012-12-034-32/+26
* Traverse list backwards instead of copying and reversingDan Nicholson2012-12-031-7/+2
* Remove duplicate packages after resolving requiresDan Nicholson2012-12-033-5/+47
* Convert to doubly-linked GListDan Nicholson2012-12-035-161/+161
* Always use --static test results for indirect depencency resultsDan Nicholson2012-11-294-25/+31
* Use standard GSList functions to merge package listsDan Nicholson2012-11-291-11/+3
* Add a gtk testcase to provide something with complex interactionsDan Nicholson2012-11-2828-2/+406
* Test stripping of duplicate flagsDan Nicholson2012-11-284-1/+40
* Test ordering of flags based on package depth and pathDan Nicholson2012-11-2811-1/+301
* Remove extra spaces from list debugging outputDan Nicholson2012-11-281-6/+4
* Use package filename rather than Name in debuggingDan Nicholson2012-11-281-12/+12
* Allow all combinations of --cflags and --libs variantsDan Nicholson2012-11-037-143/+184
* Remove pkg-config.in scriptDan Nicholson2012-10-311-306/+0
* Move --print-variables handling after --exists for consistencyDan Nicholson2012-10-301-16/+15
* Nest copying and merging of flags to avoid repeated traversalsDan Nicholson2012-10-301-18/+34