kc3-lang/pkgconf/Makefile

Branch :


Log

Author Commit Date CI Message
688c0789 2012-05-06 23:00:06 parse: remove remaining function (pkg_t constructor) to pkg.c
0d4287af 2012-05-06 22:32:53 dependency: split out dependency code from parse.c
12447249 2012-05-06 21:18:03 makefile: add valgrind-check target for running test suite with valgrind leak-checking
4ea25d56 2012-05-06 20:06:48 parse: split out tuple API and make public
83ba2950 2012-05-05 20:24:45 pkg: add support for compiling in more than one default pkg-config search path Some packages install to /usr/share/pkgconfig instead of /usr/lib/pkgconfig.
130907d5 2012-05-04 03:21:51 fileio: add routine for portably yanking lines out of a FILE stream
de5e1c6e 2012-05-03 20:22:19 split out fragment code from parse.c
3c380f9b 2012-05-03 19:44:23 Add LIBDIR and INCLUDEDIR defines.
c74b749c 2012-05-03 18:59:14 Add code for spliting strings into argc/argv using shell quoting rules.
4dbca6ae 2012-05-03 10:32:49 Merge pull request #4 from mgorny/master Fix uninitialized variable + tests
89f3a1f1 2012-05-03 17:23:11 Makefile: enable fortify support
9f877aed 2012-05-03 17:22:44 makefile: enable -Wextra, -Wformat=2
ccda6b37 2012-05-03 17:15:45 everywhere: warning cleanups
97b8c093 2012-05-03 08:50:57 Add minimal tests.
f99ecae9 2012-04-30 18:50:31 main: remove dependency on popt
b3057ada 2012-04-30 18:27:17 Add portable getopt_long implementation based on OpenBSD's.
d4015cf2 2012-04-30 05:55:27 Implement stub functions for systems which lack BSD strlcpy/strlcat.
7993ad09 2012-04-30 05:43:46 Install a copy of pkg.m4 into aclocal like pkg-config does.
1e93bac3 2012-02-17 15:35:23 pkg: handle PKG_DEFAULT_PATH and PKG_CONFIG_PATH envvar more cleanly
03c9402e 2011-07-26 20:07:16 Makefile: do not install pkg-config symlink this should be handled using dpkg-alternatives or similar.
95298b4c 2011-07-25 17:14:44 pkgconf 0.1.1.
3a368095 2011-07-25 00:06:37 main: expand into something more useful, add --cflags and --libs printer selectors to poptOptions
4603ceb8 2011-07-24 23:46:10 main: split out to main.c, make pretty printers hidden
61c246d2 2011-07-24 21:03:17 Initial commit.