Commit Graph

  • 6bb75554e2 Merge pull request #42 from yukoba/MakefileBugFix William Pitcock 2012-09-10 13:22:17 -0700
  • dd776ba946 Remove needless / after $(DESTDIR) Yu Kobayashi 2012-09-09 18:11:36 +0900
  • 150d91d07f main: add a trailing space at the end of the output if --cflags or --libs is requested (closes #40) William Pitcock 2012-09-05 07:03:37 -0500
  • 7c13f22a9b tests: add tests for pkgconf issue #40 William Pitcock 2012-09-05 07:00:15 -0500
  • a7e8612933 pkgconf 0.8.8. pkgconf-0.8.8 William Pitcock 2012-09-02 19:56:37 -0500
  • 749a604c70 tests: add test for freedesktop.org bug 54271 William Pitcock 2012-09-02 17:34:44 -0500
  • 25902dbc11 Merge pull request #39 from GregorR/grammar William Pitcock 2012-08-31 13:36:51 -0700
  • 078affee09 Minor grammar fixes to the README. Gregor Richards 2012-08-31 12:35:26 -0400
  • b2f4583db2 Merge pull request #38 from bdrewery/add-test-case-for-local-file William Pitcock 2012-08-25 20:06:31 -0700
  • 47949beac1 Merge pull request #37 from bdrewery/fix-tests-with-bash William Pitcock 2012-08-25 20:06:01 -0700
  • 747faf3732 Add test case for pkgconf against file in CWD Bryan Drewery 2012-08-25 19:09:33 -0500
  • 509f5edb31 Fix tests when SHELL=bash Bryan Drewery 2012-08-25 18:43:37 -0500
  • 5bd921b312 Merge pull request #36 from bdrewery/fix-crash-without-pathseps Baptiste Daroussin 2012-08-25 15:15:08 -0700
  • 25ebc22d64 Fix crash when specified filename has no path separators Bryan Drewery 2012-08-25 16:34:00 -0500
  • 4eedb041ed if no cflags or libs are defined in .pc just return 0 and output nothing Baptiste Daroussin 2012-08-20 22:47:10 +0200
  • fbf13563ab pkgconf 0.8.7 pkgconf-0.8.7 William Pitcock 2012-08-19 15:25:32 -0500
  • 8de2ab6b4d dependency: avoid exploitable (!) use of uninitialized length values introduced in commit 0ab3b32255 William Pitcock 2012-08-19 14:43:15 -0500
  • 0ab3b32255 avoid copying memory, do a single duplication Baptiste Daroussin 2012-08-14 17:13:28 +0200
  • 28396110aa Bufferize dependency parsing Baptiste Daroussin 2012-08-14 17:01:18 +0200
  • 38abe86a17 Remove unneeded strdup(3) Baptiste Daroussin 2012-08-14 16:16:06 +0200
  • 666019cfd0 Nuke use of basename/dirname where a simple strrchr can do the trick Baptiste Daroussin 2012-08-14 16:04:56 +0200
  • ab48da3f33 Keep the backslash when parsing arguments (fixes #35) Baptiste Daroussin 2012-08-14 11:12:01 +0200
  • 2d5dfe7d70 do not keep the quote information when set once Baptiste Daroussin 2012-08-14 11:06:04 +0200
  • c6f6cb781d Keep the backslash if not followed by \n or \r\n when parsing Baptiste Daroussin 2012-08-14 11:00:53 +0200
  • 9a26337507 return 1 and do not output anything a requirement is missing Baptiste Daroussin 2012-08-12 12:32:31 +0200
  • c04062a4ef pkgconf 0.8.6 William Pitcock 2012-08-10 15:06:02 -0500
  • 94cefeff79 pkgconf 0.8.6 pkgconf-0.8.6 William Pitcock 2012-08-10 15:06:02 -0500
  • 102becadba buildsys: remove old vestiges of old build system William Pitcock 2012-08-10 12:54:58 -0500
  • c2319c167e buildsys: remove old vestiges of old build system William Pitcock 2012-08-10 12:54:58 -0500
  • a732e9bf0d README: fix distfiles URL William Pitcock 2012-08-10 10:29:56 -0500
  • c3c323981e README: fix distfiles URL William Pitcock 2012-08-10 10:29:56 -0500
  • 86845f7098 fragment: reparent a fragment-list when a duplicate is encountered (closes issue #34). William Pitcock 2012-08-09 17:14:56 -0500
  • 58fa286972 fragment: add pkg_fragment_lookup(). William Pitcock 2012-08-09 17:06:09 -0500
  • c80b088711 tests: add tests for issue #34 William Pitcock 2012-08-09 16:43:20 -0500
  • eaf8a64f62 fragment: reparent a fragment-list when a duplicate is encountered (closes issue #34). William Pitcock 2012-08-09 17:14:56 -0500
  • 28beb9b65a fragment: add pkg_fragment_lookup(). William Pitcock 2012-08-09 17:06:09 -0500
  • 5222dfb28b tests: add tests for issue #34 William Pitcock 2012-08-09 16:43:20 -0500
  • 390ff275c5 pkg: ensure libs.private merging is always after libs William Pitcock 2012-08-08 11:15:13 -0500
  • 4de01dd45b pkg: ensure libs.private merging is always after libs William Pitcock 2012-08-08 11:15:13 -0500
  • 3e03f2d9aa main: use global fragment lists for --cflags and --libs William Pitcock 2012-08-08 11:07:54 -0500
  • 84ea074fbe pkg: allow pkg_cflags() and pkg_libs() utility functions to have a user-provided list pointer. William Pitcock 2012-08-08 11:04:07 -0500
  • f334d6d7d7 main: use global fragment lists for --cflags and --libs William Pitcock 2012-08-08 11:07:54 -0500
  • 453224c52c pkg: allow pkg_cflags() and pkg_libs() utility functions to have a user-provided list pointer. William Pitcock 2012-08-08 11:04:07 -0500
  • 4cf864211d getopt: remove dependency on err.h/warnx() Fabian Groffen 2012-08-08 10:34:48 -0500
  • 80ad957788 getopt: remove dependency on err.h/warnx() Fabian Groffen 2012-08-08 10:34:48 -0500
  • 953fb66ff3 pkg: fix backwards root-leaf traversal order. William Pitcock 2012-08-08 10:20:08 -0500
  • 56ba08b617 main: add --simulate (related to issue #33) William Pitcock 2012-08-08 10:19:39 -0500
  • c19c060845 pkg: fix backwards root-leaf traversal order. William Pitcock 2012-08-08 10:20:08 -0500
  • 1da84f505d main: add --simulate (related to issue #33) William Pitcock 2012-08-08 10:19:39 -0500
  • 3c157b78db pkgconf 0.8.5 William Pitcock 2012-07-30 11:53:16 -0500
  • caf6a98905 pkgconf 0.8.5 pkgconf-0.8.5 William Pitcock 2012-07-30 11:53:16 -0500
  • c8e604c83c main: add whitespace control to --variable output (fixes mozilla libxul stuff) William Pitcock 2012-07-30 05:39:44 -0500
  • 5678fe5785 main: add whitespace control to --variable output (fixes mozilla libxul stuff) William Pitcock 2012-07-30 05:39:44 -0500
  • fc01992654 queue: remove maxdepth + 1 hack (long story) William Pitcock 2012-07-30 05:10:43 -0500
  • 0d412423bd main: print_variable() should add whitespace William Pitcock 2012-07-30 05:09:10 -0500
  • ea4aa94b02 queue: remove maxdepth + 1 hack (long story) William Pitcock 2012-07-30 05:10:43 -0500
  • 9797cc1b3a main: print_variable() should add whitespace William Pitcock 2012-07-30 05:09:10 -0500
  • 22d7625149 pkg: fix tilde operator William Pitcock 2012-07-30 05:03:37 -0500
  • ec229b7cab tests: pkg-config treats tilde in reverse of how we got it in 0.8.4. William Pitcock 2012-07-30 05:01:07 -0500
  • d101c1a7c0 pkg: fix tilde operator William Pitcock 2012-07-30 05:03:37 -0500
  • cfb3d8c3d0 pkgconf --variable needs a \n Baptiste Daroussin 2012-07-30 11:49:36 +0200
  • 3ef9bf4c84 tests: pkg-config treats tilde in reverse of how we got it in 0.8.4. William Pitcock 2012-07-30 05:01:07 -0500
  • 8acc7533db pkgconf --variable needs a \n Baptiste Daroussin 2012-07-30 11:49:36 +0200
  • 301a46368e Revert "main: --exists should search Requires.private." William Pitcock 2012-07-30 03:08:16 -0500
  • 69a6331cbe main: --exists should search Requires.private. William Pitcock 2012-07-30 03:07:14 -0500
  • 004adad048 pkg: improve conflicts handling William Pitcock 2012-07-30 02:46:03 -0500
  • 391dbad713 main: add logic to make --print-errors actually useful William Pitcock 2012-07-30 02:38:22 -0500
  • 1de7d403f1 Revert "main: --exists should search Requires.private." William Pitcock 2012-07-30 03:08:16 -0500
  • 980644230d main: --exists should search Requires.private. William Pitcock 2012-07-30 03:07:14 -0500
  • 8f3548c38f pkg: improve conflicts handling William Pitcock 2012-07-30 02:46:03 -0500
  • fdbd97b23a main: add logic to make --print-errors actually useful William Pitcock 2012-07-30 02:38:22 -0500
  • e22860accc main: fix regression caused by moving to bitfield where --cflags or --libs wouldn't cause a newline William Pitcock 2012-07-30 02:06:24 -0500
  • f3184aee50 main: fix regression caused by moving to bitfield where --cflags or --libs wouldn't cause a newline William Pitcock 2012-07-30 02:06:24 -0500
  • ee2e6054aa fileio: add support for quoting to pkg_fgetline(). William Pitcock 2012-07-30 01:53:32 -0500
  • 12b5f3cbc6 fileio: add support for quoting to pkg_fgetline(). William Pitcock 2012-07-30 01:53:32 -0500
  • dde296193f tests: add test for multiline crasher William Pitcock 2012-07-30 01:31:14 -0500
  • e09b46c2c0 tests: add test for multiline crasher William Pitcock 2012-07-30 01:31:14 -0500
  • f8eb05fa73 pkgconf 0.8.4 William Pitcock 2012-07-29 11:47:47 -0500
  • c4d89f9cec pkgconf 0.8.4 pkgconf-0.8.4 William Pitcock 2012-07-29 11:47:47 -0500
  • 8744ce5ec1 main: usage() should list --about William Pitcock 2012-07-29 11:41:23 -0500
  • 7865e886c9 main: usage() should list --about William Pitcock 2012-07-29 11:41:23 -0500
  • 4d9d2dff52 Convert all the int want_* to a single bitmap Baptiste Daroussin 2012-07-29 13:39:34 +0200
  • 1464b576b0 Convert all the int want_* to a single bitmap Baptiste Daroussin 2012-07-29 13:39:34 +0200
  • b9ccc27abc pkg: add pkg_queue_validate() to compile and validate a pkg_queue_t. William Pitcock 2012-07-29 05:36:21 -0500
  • 9136b192c3 main: rework to use pkg_queue_apply(). William Pitcock 2012-07-29 05:28:01 -0500
  • 17fc01b4e0 queue: add pkg_queue_apply(). William Pitcock 2012-07-29 04:45:21 -0500
  • 23b1806f65 main: remove redundant checks made obsolete by depgraph compilation William Pitcock 2012-07-29 04:21:36 -0500
  • 50c496b7ce main: use pkg_queue_compile() and pkg_queue_free(). William Pitcock 2012-07-29 04:05:53 -0500
  • cdac22fc5c queue: fix iteration ordering bug William Pitcock 2012-07-29 04:04:46 -0500
  • f4f1c1defe queue: add pkg_queue_compile() and pkg_queue_free(). William Pitcock 2012-07-29 03:56:20 -0500
  • 698358e9d4 queue: new file William Pitcock 2012-07-29 03:49:56 -0500
  • 74f6f7b858 pkg: add pkg_queue_validate() to compile and validate a pkg_queue_t. William Pitcock 2012-07-29 05:36:21 -0500
  • 7719a32491 main: rework to use pkg_queue_apply(). William Pitcock 2012-07-29 05:28:01 -0500
  • 98ed3ca1fd queue: add pkg_queue_apply(). William Pitcock 2012-07-29 04:45:21 -0500
  • ce17c7a9e6 main: remove redundant checks made obsolete by depgraph compilation William Pitcock 2012-07-29 04:21:36 -0500
  • f6fd6eff7e main: use pkg_queue_compile() and pkg_queue_free(). William Pitcock 2012-07-29 04:05:53 -0500
  • 67b53487fc queue: fix iteration ordering bug William Pitcock 2012-07-29 04:04:46 -0500
  • cf703f8062 queue: add pkg_queue_compile() and pkg_queue_free(). William Pitcock 2012-07-29 03:56:20 -0500
  • da98efb366 queue: new file William Pitcock 2012-07-29 03:49:56 -0500
  • 91271e56c6 main: remove several symbols from BSS (they are only needed by main()). William Pitcock 2012-07-29 03:30:05 -0500