cli


Log

Author Commit Date CI Message
Ariadne Conill 5f3aa3a8 2019-07-12T06:53:25 cli: bump copyright notice to 2019
Alexander Tsoy db9c1e96 2019-06-07T19:19:28 fix the order of header includes config.h should be included before stdinc.h, otherwise large file support is not enabled. Downstream bug: https://bugs.gentoo.org/687548
kaniini 7460d287 2019-05-18T00:52:09 Merge branch 'fix-msvc-build' of seungha.yang/pkgconf into master
Seungha Yang 5436558e 2019-05-11T01:15:24 main: Fix build with MSVC Use pkgconf_strndup() since strndup() might be unavailable
William Pitcock 0ba98da2 2019-05-06T15:22:11 lite: remove --simulate
William Pitcock 2d0c1f5c 2019-05-06T15:15:41 lite: disable debug logging
William Pitcock 43ca536b 2019-05-06T15:13:17 lite: disable some bloat
Emil Renner Berthing d926e75b 2019-03-06T16:03:32 main: fix personalities when argv[0] contains path
William Pitcock 8aa66222 2018-05-10T13:37:40 main: deduce the cross-compilation triplet based on program name
William Pitcock c4686829 2018-05-09T22:53:55 cli: implement --personality
William Pitcock e9324ee4 2018-05-09T22:21:45 cli: implement --dump-personality
William Pitcock 6b0e346c 2018-05-09T17:07:26 libpkgconf: refactor building the dir lists into separate concerns
William Pitcock 854490c5 2018-05-09T16:54:21 libpkgconf: add basic support for cross-compile personality objects
William Pitcock 7e9ed692 2018-03-18T18:04:02 libpkgconf: pkg: skip over -I cflags from Requires.internal nodes when building a cflags list
William Pitcock ad65bc4a 2018-03-18T18:01:59 libpkgconf: dependency: allow dependency nodes to be colored with traits
TingPing 60c05f56 2018-03-08T05:00:22 Improve prefix rewriting on Windows (#177) * cli: Default to rewriting prefix on Windows This matches `pkg-config` behavior * libpkgconf: Rewrite the prefix of all variables
William Pitcock 2156a74a 2018-02-28T13:00:53 cli: implement --fragment-filter (closes #167)
William Pitcock 2902141a 2018-02-12T00:42:27 build: move cli tool to cli folder