Commit Graph

  • b3737a713b Merge pull request #84 from alonbl/tests William Pitcock 2015-11-01 11:58:05 -0500
  • 9cb8f261c4 tests: cleanup: support abs_srcdir with spaces Alon Bar-Lev 2015-11-01 18:31:47 +0200
  • 9207efcbed tests: cleanup: remove bashism Alon Bar-Lev 2015-11-01 18:31:07 +0200
  • abbd6b06d4 Revert "Merge pull request #81 from dankegel/quotefest" William Pitcock 2015-09-27 16:07:06 -0500
  • 6a66b52190 Really install the pkgconf man page Baptiste Daroussin 2015-09-12 21:32:06 +0200
  • 7af5a0fff2 Install the m4 file Baptiste Daroussin 2015-09-12 21:28:03 +0200
  • 42551f6364 Merge pull request #81 from dankegel/quotefest William Pitcock 2015-09-11 14:22:04 -0500
  • 001cd31c08 Now passes 'make distcheck', too Dan Kegel 2015-09-11 09:01:44 -0700
  • d0bbc686bf Add tests for libraries quoted with double quotes, make them pass Dan Kegel 2015-09-10 16:49:52 -0700
  • b88808f708 Test escaped space in a library name Dan Kegel 2015-09-10 16:36:07 -0700
  • 41cb57e9cd Add unit test for argvsplit Dan Kegel 2015-09-10 16:35:06 -0700
  • 938bb9e694 build: revert previous change for now William Pitcock 2015-09-06 12:17:19 -0500
  • f780656539 build: use -export-symbols-regex to only export pkgconf_ namespaced functions William Pitcock 2015-09-06 12:11:35 -0500
  • c2e028adcf README: mention libpkgconf (no-ci) William Pitcock 2015-09-06 12:04:38 -0500
  • b904864619 libpkgconf: do something better than error_msgout for error logging William Pitcock 2015-09-06 12:01:12 -0500
  • 2f4f68fb62 libpkgconf: dependency: remove some dead debug code William Pitcock 2015-09-06 11:50:29 -0500
  • 06a45f1b62 libpkgconf: clean up PKG_ERRF and PKGF_ defines William Pitcock 2015-09-06 11:45:00 -0500
  • 50cf8db086 libpkgconf: clean up PKG_MODULE_SEPARATOR() and PKG_OPERATOR_CHAR() macros William Pitcock 2015-09-06 11:39:55 -0500
  • ec5cc3f068 libpkgconf: PKG_PROPF namespace becomes PKGCONF_PKG_PROPF. William Pitcock 2015-09-06 11:37:20 -0500
  • dd86ba43dd libpkgconf: PKG_ comparators become PKGCONF_CMP_ namespace William Pitcock 2015-09-06 11:34:09 -0500
  • 571d9c756c libpkgconf: PKG_BUFSIZE becomes PKGCONF_BUFSIZE, remove unused PKG_MIN/PKG_MAX. William Pitcock 2015-09-06 11:29:56 -0500
  • ca1b02659a libpkgconf: untangle remaining pkg_ functions related to pkgconf_pkg_t William Pitcock 2015-09-06 11:20:48 -0500
  • 0d145ef85a libpkgconf: pkg_compare_version() becomes pkgconf_compare_version(), same for pkg_scan_all() William Pitcock 2015-09-06 11:00:46 -0500
  • 66247fae5f libpkgconf: pkg_comparator_t becomes pkgconf_pkg_comparator_t (and so on) William Pitcock 2015-09-06 10:57:26 -0500
  • 4410eb2c78 libpkgconf: pkg_queue becomes pkgconf_queue William Pitcock 2015-09-06 10:51:34 -0500
  • 342950a5e4 libpkgconf: pkg_cache becomes pkgconf_cache William Pitcock 2015-09-06 10:50:23 -0500
  • b17f264032 libpkgconf: move some utility funcs into pkgconf_ namespace William Pitcock 2015-09-06 10:48:24 -0500
  • 61d5fc72c8 libpkgconf: move pkg_fragment to pkgconf_fragment namespace William Pitcock 2015-09-06 10:44:10 -0500
  • 4c71b25d5d libpkgconf: move pkg_tuple to pkgconf_tuple namespace William Pitcock 2015-09-06 10:41:40 -0500
  • 1ee18d0e69 libpkgconf: move pkg_dependency to pkgconf_dependency namespace William Pitcock 2015-09-06 10:38:30 -0500
  • cc2dcc1f5d libpkgconf: move pkg_node and pkg_list to pkgconf_node and pkgconf_list namespaces William Pitcock 2015-09-06 10:31:21 -0500
  • 71ad982ae6 delete old atheme maintenance scripts (no-ci) William Pitcock 2015-09-06 09:45:07 -0500
  • a5e1795ae1 README: updates no-ci William Pitcock 2015-09-06 09:44:06 -0500
  • 869de687dc getopt_long: fixups, remove dependency on libpkgconf etc. William Pitcock 2015-09-06 09:41:34 -0500
  • a706b3dccc initial libtoolization for libpkgconf William Pitcock 2015-09-06 09:35:08 -0500
  • d2e1d15f6a Modify travis-ci tests so that it runs make distcheck Baptiste Daroussin 2015-09-03 11:21:04 +0200
  • a872213632 Fix running tests out of tree. from now make distcheck is usable Baptiste Daroussin 2015-09-03 11:18:36 +0200
  • bfa59591f4 Fix make dist Baptiste Daroussin 2015-09-03 10:56:07 +0200
  • f99d2e8832 testsuite: use @PACKAGE_VERSION@ for pkg-config module checks William Pitcock 2015-09-03 03:30:43 -0500
  • 2bd655985a main: remove remaining parts of the pkg-config compatibility layer William Pitcock 2015-09-03 03:29:35 -0500
  • cc65d4b24a build system: remove automake-generated Makefiles William Pitcock 2015-09-03 03:15:24 -0500
  • 3142c25c56 build system: switch to automake (closes #79) William Pitcock 2015-09-03 03:12:59 -0500
  • d67a04011f testsuite: use /test as an explicit prefix on all tests William Pitcock 2015-07-20 03:10:27 -0500
  • 844f0a6662 pkgconf 0.9.12. pkgconf-0.9.12 William Pitcock 2015-07-19 16:33:16 -0500
  • 5e37b623da README: clarify differences between pkgconf and pkg-config, scope of compatibility between the two (closes #78) William Pitcock 2015-07-19 16:26:28 -0500
  • 72c6e9237b Ensure -I is never merged back as well Baptiste Daroussin 2015-07-19 23:00:35 +0200
  • 5a8dadafc6 Ensure -L is never merged back Baptiste Daroussin 2015-07-19 22:49:36 +0200
  • 9f49c7db95 README: add pointer to legacy pkg-config docs. William Pitcock 2015-06-25 08:13:24 -0500
  • fc18a9d509 main: add --list-package-names William Pitcock 2015-06-03 02:22:38 -0500
  • a5a58dc779 main: specify that all flag values are explicitly uint64_t William Pitcock 2015-06-03 02:22:02 -0500
  • 92c28477c1 pkg_getopt_long: fix implicit conversion warnings with variables over 31 bits William Pitcock 2015-06-03 02:21:13 -0500
  • 3ddc77c01d pkgconf 0.9.11. pkgconf-0.9.11 William Pitcock 2015-05-22 00:07:20 -0500
  • e1f8c6070c README: update tarball link William Pitcock 2015-05-21 23:41:22 -0500
  • b0b73149f8 main: implement --validate as in pkg-config 0.29 git William Pitcock 2015-05-21 23:20:40 -0500
  • 57924dcee2 pkg_getopt_long: use uint64_t for options bitfield William Pitcock 2015-05-21 23:16:37 -0500
  • 1cc0ae62a9 fragment, pkg: handle --static correctly in some more esoteric scenarios William Pitcock 2015-05-21 23:06:38 -0500
  • fa665a40a5 tests: correct private-libs-duplication order William Pitcock 2015-05-21 22:17:55 -0500
  • 0e0ab8318b pkg: pkg_libs(): consider both Libs and Libs.private fragments at the same time instead of separately (fixes many ordering problems with --static) (closes #68) William Pitcock 2015-05-21 22:14:37 -0500
  • face849e5f tests: fix validation on private-libs-duplication test William Pitcock 2015-05-21 22:14:08 -0500
  • b26374a5ad tests: add an additional test for more complicated --static relationships William Pitcock 2015-05-21 22:03:02 -0500
  • 17b0c40d2a configure: add large file support checks William Pitcock 2015-05-21 21:47:50 -0500
  • 3084a88c2e pkgconf 0.9.10. pkgconf-0.9.10 William Pitcock 2015-04-23 21:21:25 -0500
  • 0eb31f91ee fileio: Skip the whole line after a non quoted comment Baptiste Daroussin 2015-04-23 21:59:02 +0200
  • 1dc28ba666 testsuite: regression test for parsing comments Baptiste Daroussin 2015-04-23 21:45:26 +0200
  • 663d45dffc pkgconf 0.9.9. pkgconf-0.9.9 William Pitcock 2015-04-20 09:47:35 -0500
  • 2bee0006cd main: stub out --print-provides William Pitcock 2015-04-20 09:45:03 -0500
  • a81cddcd35 README: provide IRC channel pointer William Pitcock 2015-04-20 09:44:41 -0500
  • 5dc8aa361b fileio: pkg_fgetline(): handle comments properly William Pitcock 2015-04-20 09:24:07 -0500
  • 1c1c7fcd8e testsuite: fix comments in fields testcase William Pitcock 2015-04-20 09:23:13 -0500
  • b700a6cde6 add testcase for comments in fields (grr, nettle) William Pitcock 2015-04-20 09:19:33 -0500
  • 853b7e9849 pkgconf 0.9.8. pkgconf-0.9.8 William Pitcock 2015-03-14 04:17:52 -0500
  • c207e82039 main: update informational copyright notice William Pitcock 2015-03-14 04:17:19 -0500
  • 6c5d653f24 First generate the configure script Baptiste Daroussin 2015-02-03 09:26:13 +0100
  • fc645f3380 Activate travis ci Baptiste Daroussin 2015-02-03 09:22:10 +0100
  • 59955829ae Follow mdoc(7) convention on ordering sections Baptiste Daroussin 2015-02-03 00:44:53 +0100
  • ef59baf304 Document environment variables Baptiste Daroussin 2015-02-03 00:17:03 +0100
  • cfa4e4591c Yet more mdoc(7) tuning Baptiste Daroussin 2015-02-03 00:08:21 +0100
  • 2b683071a2 Change manpage from man(7) to mdoc(7) Baptiste Daroussin 2015-02-03 00:03:33 +0100
  • cae8bf2684 Trim spaces after a quoted newline Baptiste Daroussin 2015-02-02 17:35:32 +0100
  • ff6c9c963a Add a test for multiline descriptions Baptiste Daroussin 2015-02-02 17:29:39 +0100
  • f5428877f4 pkgconf 0.9.7. pkgconf-0.9.7 William Pitcock 2014-09-14 03:01:34 -0500
  • 025fc09222 main: --libs-only-foo and --cflags-only-foo behaviour should be inclusive, not exclusive. William Pitcock 2014-09-13 22:37:00 -0500
  • f1a0047ade Merge pull request #71 from Alexpux/master William Pitcock 2014-08-14 22:16:29 -0500
  • 39e3fc1c46 Fix expanding PKG_DEFAULT_PATH under Windows. Alexpux 2014-08-08 13:19:34 +0400
  • bff5f15d0a Support .pc file without a trailing newline Jean-Sébastien Pédron 2014-07-31 16:15:31 +0200
  • f8040e7f65 README: update to where we are at in 2014 William Pitcock 2014-07-09 02:25:01 -0500
  • 3d98bd7ff6 main: do not munge variables which already contain sysroot_dir in their output (maybe related to #69) William Pitcock 2014-07-09 02:00:13 -0500
  • 12ff14f856 fragments: handle sysroot dir munging directly in a smarter way William Pitcock 2014-07-09 01:23:51 -0500
  • 84050f8fda tuple: fix swallowing $ (closes #67) William Pitcock 2014-07-01 23:44:49 -0500
  • 0161be992e bsdstubs: add strtok_r() from musl if unavailable on a platform (closes #66) William Pitcock 2014-07-01 23:39:22 -0500
  • c80229c646 tests: add test for #67 William Pitcock 2014-07-01 23:30:59 -0500
  • 0c0c50671e pkgconf 0.9.6. pkgconf-0.9.6 William Pitcock 2014-06-07 20:32:08 +0000
  • d2d52b3278 main: allow --debug as an option (has no effect) (closes #64) William Pitcock 2014-06-07 20:30:36 +0000
  • d33b7de5d2 build: disable -D_FORTIFY_SOURCE=2 (let distros use it themselves) (closes #61) William Pitcock 2014-06-07 20:22:48 +0000
  • 50b647c92f main: avoid memory leak William Pitcock 2014-06-07 20:19:51 +0000
  • 912d1d9013 main: fix --with-system-includedir and --with-system-libdir behaviour (closes #63) William Pitcock 2014-06-07 20:11:06 +0000
  • 1f1feb0022 Merge pull request #62 from vbraun/master William Pitcock 2014-03-23 00:38:52 -0500
  • f445dfd32f make install-sh executable Volker Braun 2014-02-28 16:15:41 +0100
  • 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