Commit Graph

  • 061627f091 meson: bump required version to 0.47 for copy directive Ariadne Conill 2019-07-12 08:20:05 -0500
  • 107ad34f8f tests: remove some no longer relevant bitrot in the test environment file Ariadne Conill 2019-07-12 08:19:19 -0500
  • c862e030cf pkgconf 1.6.3. pkgconf-1.6.3 Ariadne Conill 2019-07-12 06:53:37 -0500
  • 5f3aa3a8d2 cli: bump copyright notice to 2019 Ariadne Conill 2019-07-12 06:53:25 -0500
  • 286e354785 update NEWS for 1.6.3. Ariadne Conill 2019-07-12 06:46:29 -0500
  • 3740bfb6d7 tests: add test for malformed versions generating a diagnostic with --validate Ariadne Conill 2019-07-12 06:42:08 -0500
  • a91e0bf215 tests: explicitly test --print-provides with malformed versions Ariadne Conill 2019-07-12 06:37:46 -0500
  • c10f69994b libpkgconf: pkg: generate diagnostic for and trim malformed versions Ariadne Conill 2019-07-12 06:35:48 -0500
  • 312b4e51a9 tests: add test for malformed version handling Ariadne Conill 2019-07-12 06:22:41 -0500
  • 3783d65784 tests: add malformed-version fixture Ariadne Conill 2019-07-12 06:15:35 -0500
  • 6c3356a094 update README [ci skip] Ariadne Conill 2019-07-12 05:56:35 -0500
  • 833294f592 builds: add freebsd CI build Ariadne Conill 2019-07-12 05:52:37 -0500
  • cab8eddc3a build: remove no longer included CMakeLists files Ariadne Conill 2019-07-12 05:48:22 -0500
  • 7a395932f2 drop CMake support Ariadne Conill 2019-07-12 05:45:16 -0500
  • c816ce6969 pkgconf 1.6.2. (closes #38, #40, #41) pkgconf-1.6.2 Ariadne Conill 2019-07-11 03:36:03 -0500
  • 0a247fa102 man: pkgconf: add --modversion description (closes #34) Ariadne Conill 2019-07-11 03:42:37 -0500
  • 7e0b0fadab libpkgconf: path: fix memory leak when deduping paths (closes #39) Ariadne Conill 2019-07-11 03:38:58 -0500
  • 03e5d0fd31 update AUTHORS using `git shortlog -e` Ariadne Conill 2019-07-11 03:30:56 -0500
  • c7c3ddbfcf add mailmap Ariadne Conill 2019-07-11 03:24:50 -0500
  • 984dc98438 Merge branch 'lfs-fix' of a_tsoy/pkgconf into master kaniini 2019-06-16 05:59:03 +0000
  • db9c1e96a1
    fix the order of header includes Alexander Tsoy 2019-06-07 19:19:28 +0300
  • ebfcaf5081 normalize include guards. closes #33 William Pitcock 2019-05-25 15:59:55 -0500
  • 7460d2870e Merge branch 'fix-msvc-build' of seungha.yang/pkgconf into master kaniini 2019-05-18 00:52:09 +0000
  • 5436558eb8 main: Fix build with MSVC Seungha Yang 2019-05-11 01:15:24 +0900
  • 0ba98da26c lite: remove --simulate William Pitcock 2019-05-06 15:22:11 -0500
  • 2d0c1f5cb7 lite: disable debug logging William Pitcock 2019-05-06 15:15:41 -0500
  • 43ca536b9f lite: disable some bloat William Pitcock 2019-05-06 15:13:17 -0500
  • fb98f5a866 lite: add build system for pkgconf-lite mode William Pitcock 2019-05-06 14:41:52 -0500
  • bd6f90a8e6 ci: add freebsd test build William Pitcock 2019-05-04 03:01:11 -0500
  • 7a8f96a98c add cmake test build William Pitcock 2019-05-04 02:54:52 -0500
  • 8d322b8959 add meson test build William Pitcock 2019-05-04 02:50:27 -0500
  • bf1c18a181 add test sr.ht autoconf alpine edge build William Pitcock 2019-05-04 02:47:28 -0500
  • be6011222b pkgconf 1.6.1. pkgconf-1.6.1 William Pitcock 2019-03-23 22:38:50 -0500
  • 662957ca7d libpkgconf: tuple: tighten quoting logic a bit William Pitcock 2019-03-23 22:33:55 -0500
  • 3afd14c49e libpkgconf: path: use realpath(3) to deduplicate the search path William Pitcock 2019-03-23 22:27:05 -0500
  • ba1f48e48e libpkgconf: client: ensure PKG_CONFIG_LIBDIR being empty overrides the default search paths William Pitcock 2019-03-23 22:17:04 -0500
  • 45eae2039e start NEWS for 1.6.1. William Pitcock 2019-03-23 21:56:13 -0500
  • 3e8103c7ac Merge branch 'master' of esmil/pkgconf into master kaniini 2019-03-07 00:01:39 +0000
  • d926e75b34 main: fix personalities when argv[0] contains path Emil Renner Berthing 2019-03-06 16:03:32 +0100
  • e2fdd6f470 pkgconf 1.6.0. pkgconf-1.6.0 William Pitcock 2019-01-14 14:12:32 -0600
  • 9315ee9ee6 tests: add orphaned-requires-private test William Pitcock 2019-01-14 14:07:19 -0600
  • 737e326ae1 tests: add orphaned requires.private testcase William Pitcock 2019-01-14 14:04:50 -0600
  • 183e68df39 libpkgconf: add LIBPKGCONF_VERSION macro William Pitcock 2019-01-14 13:52:04 -0600
  • 5c7c9127bc doc: update fragment API docs William Pitcock 2019-01-14 13:49:41 -0600
  • 6854265f28 libpkgconf: pkg: use pkgconf_fragment_copy_list() to clean up cflags gathering logic (closes #20) William Pitcock 2019-01-14 13:48:23 -0600
  • 36a5b7acbd libpkgconf: fragment: add pkgconf_fragment_copy_list() William Pitcock 2019-01-14 13:48:02 -0600
  • 0ae52182c9 libpkgconf: pkg: clean up pkgconf_parser interactions (closes #13) William Pitcock 2019-01-14 13:11:59 -0600
  • 059b2f61ec add a code of conduct William Pitcock 2018-10-22 15:12:44 -0500
  • 74133eda31 pkgconf 1.5.4. pkgconf-1.5.4 William Pitcock 2018-10-15 10:23:35 -0500
  • ccd2440cde Merge branch 'fix-slashes' of nacho/pkgconf into master kaniini 2018-09-27 02:07:31 +0000
  • 2c05971029 Canonicalize paths before using them Ignacio Casal Quinteiro 2018-09-17 15:20:28 +0200
  • 9f17da92d2 On Windows the path prefix should be checked caseless Ignacio Casal Quinteiro 2018-09-17 15:20:00 +0200
  • c9dffb8570 Fix build on windows with meson Ignacio Casal Quinteiro 2018-09-17 15:19:18 +0200
  • 101b99b5b5 pkgconf 1.5.3. pkgconf-1.5.3 William Pitcock 2018-07-28 19:47:53 -0500
  • 47284486df regress: add test for empty tuple buffer overflow issue William Pitcock 2018-07-28 19:45:57 -0500
  • 3b5626a008 Merge branch 'master' of awilfox/pkgconf into master kaniini 2018-07-29 00:18:09 +0000
  • 9b7affe0b1
    tuple: Ensure buf length is always >= 1 in dequote A. Wilcox 2018-07-28 19:06:33 -0500
  • 4735e17287 pkgconf 1.5.2. pkgconf-1.5.2 William Pitcock 2018-07-19 17:30:33 -0500
  • 7939732f80 build: install pkgconf-personality(5) manpage William Pitcock 2018-07-19 17:27:02 -0500
  • 41f8031533 man: add pkgconf-personality(5) William Pitcock 2018-07-19 17:25:28 -0500
  • 7e89a30442 Merge branch 'graham/system-paths-regression' of pkgconf/pkgconf into master kaniini 2018-07-05 13:35:54 +0000
  • fb08ae2bd2 environment variables for system paths should override compiled-in defaults Graham Ollis 2018-06-25 06:36:57 -0400
  • 5601568267 pkgconf 1.5.1. pkgconf-1.5.1 William Pitcock 2018-06-16 16:36:40 -0500
  • 6f05fec4b5 pkg: give a correctly sized vtable to the parser William Pitcock 2018-06-16 16:35:44 -0500
  • 8f6e071d58 tests: add test fixture for bogus .pc files William Pitcock 2018-06-16 16:35:19 -0500
  • b77c04f343 update NEWS William Pitcock 2018-06-14 16:17:54 -0500
  • b46bb93cd1 libpkgconf: tuple: properly dequote tuples when added from the parser (closes legacy github bug #186) William Pitcock 2018-06-14 16:12:04 -0500
  • ae7faf73fd tests: add testcase for tuple dequoting bug (legacy github bug #186) William Pitcock 2018-06-14 16:11:21 -0500
  • 854a6adfe9 tests: add tuple-quoting fixture William Pitcock 2018-06-14 15:31:00 -0500
  • 3673494431 README: make it more clear the git repo has moved William Pitcock 2018-06-14 14:49:24 -0500
  • 273d1d0461 use pkgconf_strlcpy Graham Ollis 2018-05-29 17:36:04 -0400
  • 2b5202dd1a cmake: likewise William Pitcock 2018-06-14 14:45:33 -0500
  • 782c88ce77 meson: set PERSONALITY_PATH to something useful William Pitcock 2018-06-14 14:43:01 -0500
  • ea98ff3e5b not at github anymore William Pitcock 2018-06-04 13:13:42 -0500
  • ab8df57205 NEWS: mention progress on #166 William Pitcock 2018-05-10 13:41:47 -0500
  • 8aa662227c main: deduce the cross-compilation triplet based on program name William Pitcock 2018-05-10 13:37:40 -0500
  • db7845b4c7 configure: fix search path for triplets William Pitcock 2018-05-10 13:36:49 -0500
  • 3ccc4454d1 libpkgconf: personality: ensure the path list is properly initialized before searching for triplets William Pitcock 2018-05-10 13:36:22 -0500
  • c46868294f cli: implement --personality William Pitcock 2018-05-09 22:53:55 -0500
  • 40897f246b libpkgconf: personality: remove const from the default personality, since it's not really const William Pitcock 2018-05-09 22:52:27 -0500
  • 25b2105e93 libpkgconf: client: if tracing is disabled, don't try to trace William Pitcock 2018-05-09 22:52:07 -0500
  • e6ce6c8edd libpkgconf: personality: fixups William Pitcock 2018-05-09 22:39:39 -0500
  • e9324ee4bc cli: implement --dump-personality William Pitcock 2018-05-09 22:21:45 -0500
  • 751348298b libpkgconf: personality: fill in the rest of the personality parser William Pitcock 2018-05-09 22:08:28 -0500
  • 1244f8f8e7 libpkgconf: refactor out the rfc822 message parser so that the cross-personality code can share it William Pitcock 2018-05-09 21:21:39 -0500
  • f702967d0a libpkgconf: pkg: refactor pkgconf_pkg_new_from_file to prepare to factor out the rfc822 parser William Pitcock 2018-05-09 19:56:30 -0500
  • 0f17a4f390 libpkgconf: pkg: mark owning client earlier, to allow for refactoring out the rfc822 parser William Pitcock 2018-05-09 19:33:12 -0500
  • 9439b683ca libpkgconf: personality: add stub cross personality loader William Pitcock 2018-05-09 19:27:53 -0500
  • 6b0e346c28 libpkgconf: refactor building the dir lists into separate concerns William Pitcock 2018-05-09 17:07:26 -0500
  • 854490c5b9 libpkgconf: add basic support for cross-compile personality objects William Pitcock 2018-05-09 16:54:21 -0500
  • 43e8c7b44d libpkgconf: path: add path list copying function William Pitcock 2018-05-09 16:35:21 -0500
  • 15efbc249b update NEWS William Pitcock 2018-05-09 15:53:12 -0500
  • 4704b9325c man: Silence mandoc warnings for pkg.m4.7 orbea 2018-04-09 21:43:47 -0700
  • 8d060b84da man: Silence more mandoc warnings orbea 2018-04-09 09:23:46 -0700
  • 3e8a55e186 man: Silence mandoc warnings. orbea 2018-04-08 14:22:42 -0700
  • f36ccc1d91 libpkgconf: add support for Haiku Leorize 2018-04-03 12:46:35 +0700
  • 3f753fa3dd libpkgconf: dependency: preference uncoloured nodes in event of a dependency collision William Pitcock 2018-03-18 19:03:18 -0500
  • 7e9ed6922d libpkgconf: pkg: skip over -I cflags from Requires.internal nodes when building a cflags list William Pitcock 2018-03-18 18:04:02 -0500
  • ad65bc4a71 libpkgconf: dependency: allow dependency nodes to be colored with traits William Pitcock 2018-03-18 18:01:59 -0500
  • 9a53290d8a tests: add new test fixtures for Requires.internal William Pitcock 2018-03-18 18:00:04 -0500