William Pitcock
|
a892af7464
|
pkg: tolerate NULL in pkgconf_compare_version() (closes #85)
|
2016-01-21 11:09:17 -05:00 |
Baptiste Daroussin
|
1fe91b914c
|
Do not parse the global variables
This fixes an incompatibility with pkg-confing 0.29
Found by Thomas Klausner <wiz@NetBSD.org> when building gupnp-igd-0.2.3
with introspection support
|
2015-12-08 00:02:14 +01:00 |
Baptiste Daroussin
|
7898b8297e
|
Correctly cast ctypes function input to unsigned int
This fixes issues found by building on NetBSD which is more pedantic
about thoses cases.
Reported by: Thomas Klausner (wiz at NetBSD)
|
2015-12-02 13:19:01 +01:00 |
William Pitcock
|
b904864619
|
libpkgconf: do something better than error_msgout for error logging
|
2015-09-06 12:01:12 -05:00 |
William Pitcock
|
06a45f1b62
|
libpkgconf: clean up PKG_ERRF and PKGF_ defines
|
2015-09-06 11:45:00 -05:00 |
William Pitcock
|
ec5cc3f068
|
libpkgconf: PKG_PROPF namespace becomes PKGCONF_PKG_PROPF.
|
2015-09-06 11:37:20 -05:00 |
William Pitcock
|
dd86ba43dd
|
libpkgconf: PKG_ comparators become PKGCONF_CMP_ namespace
|
2015-09-06 11:34:09 -05:00 |
William Pitcock
|
571d9c756c
|
libpkgconf: PKG_BUFSIZE becomes PKGCONF_BUFSIZE, remove unused PKG_MIN/PKG_MAX.
|
2015-09-06 11:29:56 -05:00 |
William Pitcock
|
ca1b02659a
|
libpkgconf: untangle remaining pkg_ functions related to pkgconf_pkg_t
|
2015-09-06 11:20:48 -05:00 |
William Pitcock
|
0d145ef85a
|
libpkgconf: pkg_compare_version() becomes pkgconf_compare_version(), same for pkg_scan_all()
|
2015-09-06 11:00:46 -05:00 |
William Pitcock
|
66247fae5f
|
libpkgconf: pkg_comparator_t becomes pkgconf_pkg_comparator_t (and so on)
|
2015-09-06 10:57:26 -05:00 |
William Pitcock
|
342950a5e4
|
libpkgconf: pkg_cache becomes pkgconf_cache
|
2015-09-06 10:50:23 -05:00 |
William Pitcock
|
b17f264032
|
libpkgconf: move some utility funcs into pkgconf_ namespace
|
2015-09-06 10:48:24 -05:00 |
William Pitcock
|
61d5fc72c8
|
libpkgconf: move pkg_fragment to pkgconf_fragment namespace
|
2015-09-06 10:44:10 -05:00 |
William Pitcock
|
4c71b25d5d
|
libpkgconf: move pkg_tuple to pkgconf_tuple namespace
|
2015-09-06 10:41:40 -05:00 |
William Pitcock
|
1ee18d0e69
|
libpkgconf: move pkg_dependency to pkgconf_dependency namespace
|
2015-09-06 10:38:30 -05:00 |
William Pitcock
|
cc2dcc1f5d
|
libpkgconf: move pkg_node and pkg_list to pkgconf_node and pkgconf_list namespaces
|
2015-09-06 10:31:21 -05:00 |
William Pitcock
|
a706b3dccc
|
initial libtoolization for libpkgconf
|
2015-09-06 09:35:08 -05:00 |