Commit Graph

  • f5730b487f Do not hardcode the non-posix install program Volker Braun 2014-02-28 15:04:11 +0100
  • d6121d12b8 pkgconf 0.9.5. pkgconf-0.9.5 William Pitcock 2014-02-11 00:01:36 +0000
  • 9f94461b7a pkg: make fields other than CFLAGS and LIBS case-sensitive (closes #60) William Pitcock 2014-02-10 23:57:50 +0000
  • 8f36c545d1 tuple: make variable lookup case sensitive (ref #60) William Pitcock 2014-02-10 23:53:47 +0000
  • 8cf58d7ceb tests: add test for variable case-sensitivity (ref #60) William Pitcock 2014-02-10 23:50:45 +0000
  • cd6d52b965 testsuite: fix erroneous test to match bugfix pkgconf-0.9.4 William Pitcock 2013-12-27 11:47:40 +0000
  • 888bd00ca2 pkgconf 0.9.4. William Pitcock 2013-12-27 11:44:59 +0000
  • 8cdf61b455 Extend copyright on recently modified files to 2014. William Pitcock 2013-12-27 11:41:23 +0000
  • 2e0e4b2ece fragment: increase robustness with MacOS -framework (closes #56) William Pitcock 2013-12-27 11:37:24 +0000
  • 49ad1cd8f1 Add test for multiple frameworks (ref #56) Dan Kegel 2013-12-27 11:20:02 +0000
  • e0789ca650 Add pkgconf(1) manual page. (closes #55) William Pitcock 2013-12-27 11:13:55 +0000
  • f35a9b7425 README: document --with-system-includedir and --with-system-libdir (closes #57) William Pitcock 2013-10-06 12:34:09 +0000
  • 2ae72283fc Merge pull request #53 from tonytheodore/keep-system-libs William Pitcock 2013-08-24 11:17:15 -0700
  • 99c41040f6 Merge pull request #52 from tonytheodore/multiple-deps William Pitcock 2013-08-24 11:16:26 -0700
  • bc661124da fix keep-system-* arg parsing and test with default prefix Tony Theodore 2013-08-24 15:19:41 +1000
  • dd975df1cb Add test for multiple dependencies on base package Tony Theodore 2013-08-24 13:58:41 +1000
  • 36827a3204 pkgconf 0.9.3. pkgconf-0.9.3 William Pitcock 2013-08-23 04:08:06 +0000
  • 501d7dc25f main: update copyright years William Pitcock 2013-08-23 04:04:16 +0000
  • 9d960fb9d4 fragment: use forward-merge for static linking (closes #51) William Pitcock 2013-08-23 03:44:33 +0000
  • 2a638d4f32 Add test for Libs.private deduplication (issue #51). William Pitcock 2013-08-23 02:41:59 +0000
  • da179fd8cf Merge pull request #50 from tonytheodore/master William Pitcock 2013-08-18 20:19:36 -0700
  • 1c658f0383 add Cflags.private fragment Tony Theodore 2013-08-14 15:36:43 +1000
  • 595e0965b2 getopt: document what is different about our getopt verses normal netbsd getopt_long. William Pitcock 2013-07-22 01:08:38 -0500
  • fe8186aa8f Merge pull request #48 from wojdyr/master William Pitcock 2013-07-17 18:18:53 -0700
  • a56d5c52db Makefile.in: support out-of-source build Marcin Wojdyr 2013-06-29 17:18:07 +0100
  • 6db657c5ec testsuite: fix testsuite typos William Pitcock 2013-04-09 07:39:27 -0500
  • cd0f7fec1d pkgconf 0.9.2 pkgconf-0.9.2 William Pitcock 2013-04-09 07:35:02 -0500
  • 83877eb2f7 Do not ignore PKG_CONFIG_PATH if a direct path to a .pc file is supplied Baptiste Daroussin 2013-03-20 17:52:17 +0100
  • 1d0f990afa Add a test case showing a regression where PKG_CONFIG_PATH is ignored Baptiste Daroussin 2013-03-20 14:51:15 +0100
  • 24207bd1d6 Do not overwrite eflags with walking though a long list of packages Baptiste Daroussin 2013-03-17 23:45:51 +0100
  • 1178ab257d Add a test case about a regression Baptiste Daroussin 2013-03-17 23:15:33 +0100
  • c17ab79a23 pkgconf 0.9.1 pkgconf-0.9.1 William Pitcock 2013-03-15 20:19:13 -0500
  • 994f1eb769 tests: fix last test William Pitcock 2013-03-15 20:18:45 -0500
  • ce1fd58aa6 Add a test case for pkgconf --exists --print-errors "mjpegtools > 1.6.0 mjpegtools < 1.8.0" Baptiste Daroussin 2013-03-16 02:10:39 +0100
  • 18153786a2 pkg: list all depgraph breaks (this is technically different than pkg-config, but nobody reads stderr) William Pitcock 2013-03-15 20:09:54 -0500
  • f9d93a1f81 main: --simulate: enhancements William Pitcock 2013-03-15 19:59:20 -0500
  • 74c33b9f61 dependency: reset parser state on new package atom William Pitcock 2013-03-15 19:44:11 -0500
  • d7643ed2b6 main: --simulate: print bytecode program as a human-readable AST parsable by mowgli.config_parse William Pitcock 2013-03-15 19:36:37 -0500
  • 8980ae5f76 main: --simulate: print depgraph operations William Pitcock 2013-03-15 19:20:35 -0500
  • 129030c282 pkgconf 0.9. pkgconf-0.9.0 William Pitcock 2013-03-15 18:24:03 -0500
  • 1554c3577f pkg: rework PKG_CONFIG_PATH handling code. William Pitcock 2013-03-15 18:11:43 -0500
  • 48c6e4c383 pkg: improve pkg scandir target building William Pitcock 2013-03-15 17:55:44 -0500
  • 874bd58ef0 pkg: clarify pkg not found error message William Pitcock 2013-03-15 17:40:25 -0500
  • 8fbecafdae fragment: special-case `-framework` handling and implement merge-back strategy for -F flags (closes #47) William Pitcock 2013-03-15 17:29:07 -0500
  • 4381d4609b tests: fix multi-recursion -framework test (ref #47) William Pitcock 2013-03-15 17:27:22 -0500
  • 7ecf1e278d tests: add tests for bug #47 William Pitcock 2013-03-15 17:12:06 -0500
  • c04a64352f cache: handle pkg being NULL on pkg_cache_add()/pkg_cache_remove() William Pitcock 2013-03-15 16:50:30 -0500
  • 1a49758792 buildsys: add support for building a profiled executable William Pitcock 2013-03-01 12:17:16 -0600
  • d6fb7881d4 pkg: remove pkg_t.uninstalled, use a property flag instead William Pitcock 2013-03-01 12:06:52 -0600
  • 1fd95f90eb dependency: refactor to use pkg_list_t framework William Pitcock 2013-03-01 11:36:21 -0600
  • 8330056dc1 fragment: refactor using pkg_list_t framework William Pitcock 2013-03-01 11:10:43 -0600
  • 74e40fd128 tuple: refactor to use pkg_list_t framework William Pitcock 2013-03-01 10:45:55 -0600
  • ae063d8922 queue: refactor to use pkg_list_t framework William Pitcock 2013-03-01 10:24:57 -0600
  • b475859cfa cache: use new pkg_list_t framework William Pitcock 2013-03-01 10:14:20 -0600
  • 6c2de79349 pkg: add generic linked list iterator code William Pitcock 2013-03-01 10:09:22 -0600
  • dd53cd57f4 pkg: implement refcounting and a deeper cache William Pitcock 2013-02-25 23:29:57 -0600
  • e3d8475c36 pkg: readd cached sentinel William Pitcock 2013-02-25 22:47:32 -0600
  • c9831c1ed0 pkg: use pkg_cache APIs. William Pitcock 2013-02-25 22:40:30 -0600
  • 9439b02936 cache: add high-level cache API William Pitcock 2013-02-25 17:36:09 -0600
  • de29503013 pkgconf 0.8.12. pkgconf-0.8.12 William Pitcock 2013-02-25 09:03:50 -0600
  • 7d3f234cba pkg: pkg_report_graph_error() should be static William Pitcock 2013-02-25 08:56:57 -0600
  • fd9f511afa testsuite: add --exists test for nonexistant package William Pitcock 2013-02-25 08:50:11 -0600
  • a3d25fe930 pkg: ensure we actually have a package object before caching it William Pitcock 2013-02-25 08:47:37 -0600
  • c0f0cb659c pkgconf 0.8.11 pkgconf-0.8.11 William Pitcock 2013-02-24 09:19:59 -0600
  • a40c5bd59e testsuite: check that unrecognized options fail William Pitcock 2013-02-24 09:08:06 -0600
  • 77c5b82aad main: use support for munging by $(pc_sysrootdir) and remove the old sysroot hack William Pitcock 2013-02-24 08:59:07 -0600
  • 01c2d1d44c pkg: add support for munging tuples based on $(pc_sysrootdir) if requested William Pitcock 2013-02-24 08:58:35 -0600
  • bea204fa63 testsuite: add additional tests for PKG_CONFIG_SYSROOT_DIR William Pitcock 2013-02-24 08:57:53 -0600
  • 5dab626274 pkgconf 0.8.10. pkgconf-0.8.10 William Pitcock 2013-02-24 08:23:21 -0600
  • 5344016caa buildsys: use rm -f when cleaning William Pitcock 2013-02-24 08:22:35 -0600
  • b4eb42f3c3 Update copyrights on modified files to 2013. William Pitcock 2013-02-24 08:21:36 -0600
  • 910c6e00e9 main: add option to disable cache code William Pitcock 2013-02-24 08:20:35 -0600
  • 14f3e1edd2 pkg: implement a cache for packages and use it to break circular dependencies William Pitcock 2013-02-24 08:14:23 -0600
  • d4cef5cad5 testsuite: update for pkg-config version 0.28 compatibility William Pitcock 2013-02-24 08:13:19 -0600
  • 14b88e3bcb pkg: bump PKG_PKGCONFIG_VERSION_EQUIV to 0.28 William Pitcock 2013-02-24 07:45:20 -0600
  • e178f6d620 dependency: use pkg_comparator_lookup_by_name() instead of having special lexing rules for comparator tokens William Pitcock 2013-02-24 07:41:18 -0600
  • 6e4573367d pkg: add pkg_comparator_lookup_by_name(). William Pitcock 2013-02-24 07:37:20 -0600
  • ef1f1a3a14 pkg: rework pkg_verify_dependency() to treat dependencies as bytecode William Pitcock 2013-02-24 07:32:26 -0600
  • ac2f99f6af pkg: refactor pkg_get_comparator(). William Pitcock 2013-02-24 07:20:50 -0600
  • 9dc3cbc784 testsuite: add a test for tilde quoting William Pitcock 2013-02-24 07:04:15 -0600
  • 2936927008 testsuite: add test for static archives in Libs: William Pitcock 2013-02-24 06:58:51 -0600
  • a2323ee923 buildsys: clean up gcov stuff William Pitcock 2013-02-24 06:53:27 -0600
  • f8a2519d1b Include PKG_CHECK_VAR macro for reading variables in .pc files David Michael 2012-12-12 00:42:02 +0000
  • 7b322d73e8 main: limit evaluation graph depth to 2000 nodes William Pitcock 2013-02-24 06:42:32 -0600
  • b1949e7706 testsuite: add tests for circular dependencies William Pitcock 2013-02-24 06:42:03 -0600
  • beda1fffdd testsuite: add pkg-config files creating an intentional circular dependency William Pitcock 2013-02-24 06:29:53 -0600
  • 44e2ce79e6 buildsys: add support for profiling the testsuite with gcov William Pitcock 2013-02-24 06:26:56 -0600
  • 804b3ef8dc Merge pull request #43 from jviguera/master William Pitcock 2012-09-27 06:49:19 -0700
  • e37c32ab37 configure.ac: fix system-includedir help string Javier Viguera 2012-09-26 11:10:27 +0200
  • 5500fdb4b3 pkgconf 0.8.9. pkgconf-0.8.9 William Pitcock 2012-09-14 16:17:29 -0500
  • 0edc4ff3b3 main: mention compatibility level in --about ala PKG_PKGCONFIG_VERSION_EQUIV William Pitcock 2012-09-14 16:16:35 -0500
  • 73b443b883 tests: add prefix-resistant SYSROOT_DIR variable which uses a sentinel mingw won't mess with William Pitcock 2012-09-14 16:04:20 -0500
  • fa0b2f9fc2 tests: quote safety William Pitcock 2012-09-14 15:56:45 -0500
  • 1f373a2654 tests: check for Msys and use Windows-style path seperators for PKG_CONFIG_PATH. William Pitcock 2012-09-14 15:50:27 -0500
  • 7fe15d1faf tests: hack the directory name with sed to normalize prefix handling on mingw/cygwin. William Pitcock 2012-09-14 15:44:26 -0500
  • 3867a66434 pkg: pkg_get_parent_dir() should fall back to '/' directory separator if necessary William Pitcock 2012-09-14 15:42:06 -0500
  • 847ddbbc22 gitignore: ignore Makefile William Pitcock 2012-09-14 15:36:41 -0500
  • 87d2ec5550 tests: simplify test 17 to remove $(SYSTEM_LIBDIR) fluff William Pitcock 2012-09-14 15:35:18 -0500
  • 0153d2876f main: ensure program invocation with no package arguments always sends error messages to stderr William Pitcock 2012-09-14 15:00:47 -0500
  • 0d18735e3f tests: add test for no packages being supplied to the frontend William Pitcock 2012-09-14 14:46:52 -0500