|
16ecf82f
|
2017-02-04T20:09:21
|
|
libpkgconf: client: bring up the default trace handler as early as possible
|
|
2b6bb5a2
|
2017-02-04T19:50:58
|
|
libpkgconf: client: add trace points
|
|
d20efff4
|
2017-02-04T19:49:59
|
|
libpkgconf: overhaul pkgconf_trace() a little
|
|
bef29308
|
2017-02-04T18:57:21
|
|
libpkgconf: client: add trace logging too
|
|
a6755cd7
|
2017-02-04T18:46:53
|
|
libpkgconf: client: add pkgconf_warn()
|
|
eb98a1e6
|
2017-02-04T18:46:33
|
|
libpkgconf: client: clean up various aspects of error/warn handlers
|
|
d884dc46
|
2017-02-04T18:41:16
|
|
libpkgconf: client: ensure error/warn handlers always have a sane default instead of actually NULL
|
|
c0b6a62c
|
2017-02-04T18:37:58
|
|
libpkgconf: client: add warn handler and getter/setter for both warn handler and error handler
|
|
42d65b14
|
2017-02-01T13:03:06
|
|
libpkgconf: client: add INCLUDE environment to the cflags path filter list on windows
|
|
ced4f003
|
2017-01-19T19:16:00
|
|
libpkgconf: client: add pkgconf_client_[get|set]_prefix_varname()
|
|
597c3c7f
|
2017-01-19T17:22:20
|
|
libpkgconf: client: add pkgconf_client_t.flags and a get/set interface for it
|
|
23050315
|
2016-12-30T11:13:04
|
|
libpkgconf: path: make the duplicate filtering opt-in. some path lists should not be deduped (compiler path lists, for example)
|
|
c916e3a4
|
2016-12-30T02:39:18
|
|
libpkgconf: client: filter all of the path-related GCC environment variables listed in the GCC manual (not just the ones in pkg-config)
|
|
1ece862e
|
2016-12-30T02:35:36
|
|
libpkgconf: client: some toolchains have C_INCLUDE_PATH and CPLUS_INCLUDE_PATH, treat them as PKG_CONFIG_SYSTEM_INCLUDE_PATH.
|
|
cd0160a4
|
2016-12-21T19:54:32
|
|
libpkgconf: handle PKG_CONFIG_SYSTEM_INCLUDE_PATH and PKG_CONFIG_SYSTEM_LIBRARY_PATH environment variables at client init time
|
|
21a6d6cd
|
2016-12-15T22:33:22
|
|
libpkgconf: client: set the error handler to default error handler if NULL was provided for the error handler
|
|
568e5bfd
|
2016-12-15T22:33:01
|
|
libpkgconf: client: move pkgconf_error() and pkgconf_default_error_handler() here
|
|
48717195
|
2016-12-13T12:06:24
|
|
libpkgconf: client: fix doc strings up
|
|
fa876089
|
2016-12-13T13:03:59
|
|
pass client and user data to error handler (#100)
|
|
91fbf683
|
2016-12-10T18:35:17
|
|
libpkgconf: document client module
|
|
38e95985
|
2016-12-09T21:08:53
|
|
libpkgconf: client: initialize sysroot and buildroot dirs to reasonable defaults
|
|
02ec215e
|
2016-12-09T20:41:39
|
|
client: introduce pkgconf_client_t.buildroot_dir and pkgconf_client_t.sysroot_dir members
This adds buildroot and sysroot dir members to the pkgconf client structure, which will allow us to replace
the suboptimal PKGCONF_PKG_PKGF_MUNGE_SYSROOT_PREFIX code.
|
|
3ba3aae7
|
2016-12-02T00:48:26
|
|
libpkgconf: client: clean up cache
|
|
011d8c77
|
2016-12-02T00:34:48
|
|
libpkgconf: audit: migrate to pkgconf_client_t
|
|
e7f48465
|
2016-12-02T00:04:43
|
|
libpkgconf: path: add cleanup functions
|
|
b7984a79
|
2016-12-01T15:31:09
|
|
libpkgconf: commit missing client.c
|