summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Only match uninstalled packages that end in "-uninstalled" with hyphenDan Nicholson2012-10-131-3/+3
* Don't crash on --print-variables when there are no variablesDan Nicholson2012-10-134-5/+13
* remove the .cvsignore fileAdrian Bunk2012-10-131-9/+0
* Support circular Requires loopsDan Nicholson2012-10-136-1/+64
* Delay converting Requires entries to Packages until after parsingDan Nicholson2012-10-133-77/+64
* Consistently resolve requires depth-first to fix non-l flag orderingDan Nicholson2012-10-137-16/+40
* Make sure recursion only happens with requiresDan Nicholson2012-10-131-0/+6
* Install pkg-config link with $host- prefixDan Nicholson2012-10-132-0/+19
* check: Test version comparisons within Requires fieldsDan Nicholson2012-10-035-1/+36
* Kill a bunch of unused codeDan Nicholson2012-10-032-154/+0
* check: Test all variants of --cflags and --libsDan Nicholson2012-10-034-1/+33
* check: Ensure unknown options failDan Nicholson2012-10-031-0/+5
* check: Ensure debugging output works correctlyDan Nicholson2012-10-032-1/+24
* check: Test -uninstalled functionalityDan Nicholson2012-10-034-2/+73
* Fix formatting for --print-provides in man pageDan Nicholson2012-10-031-1/+1
* check: Test sysroot supportDan Nicholson2012-10-032-1/+25
* check: Test pkg-config versionDan Nicholson2012-10-023-0/+13
* check: Enhance --print-requires testsDan Nicholson2012-10-022-6/+6
* check: Check path handlingDan Nicholson2012-10-023-2/+34
* check: Exercise all printing optionsDan Nicholson2012-09-294-2/+47
* check: Test --define-variable corner casesDan Nicholson2012-09-291-0/+9
* check: Pass args to test function instead of setting in variableDan Nicholson2012-09-2913-113/+56
* Add optional usage of gcov for test coverageDan Nicholson2012-09-283-0/+31