Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d730ec8a | 2012-07-20 20:04:11 | main: bail if the entire depgraph cannot be built | ||
| 24236c76 | 2012-07-20 19:55:06 | tests: add a test for malformed pkg_t entities | ||
| 6194cd31 | 2012-07-20 18:08:54 | tests: add more tests | ||
| e5efad7d | 2012-07-20 17:19:43 | main: return EXIT_FAILURE when argument parsing fails | ||
| 3c31c01d | 2012-07-20 17:18:35 | tests: add tests for malformed option arguments | ||
| 43a2c788 | 2012-07-20 17:12:06 | main: use pkg_getopt_long_only(). | ||
| 81fa40f9 | 2012-07-20 16:37:26 | getopt_long: more fixing | ||
| d45b87bc | 2012-07-20 16:35:53 | getopt_long: use stdinc.h | ||
| 61a2a6c4 | 2012-07-20 16:33:48 | tests: conditionally run optional tests if --enable-strict is not used (closes #25) | ||
| 3035b0ba | 2012-07-20 16:29:57 | main: add support for HAVE_STRICT_MODE compiler define (and define it in the build system) (issue #25) | ||
| 4c82d02e | 2012-07-20 16:28:50 | tests: ensure all core tests are posixly-correct (issue #25) | ||
| c928e7e4 | 2012-07-20 14:31:58 | main: clean up license text in --version | ||
| 3b02288c | 2012-07-20 14:30:40 | COPYING: more friendly warranty disclaimer text | ||
| 1975a298 | 2012-07-20 14:29:58 | everything: more friendly warranty disclaimer | ||
| 9d7672fc | 2012-07-20 13:46:14 | main: use our own getopt_long() implementation always, as pkg_getopt_long(). (closes #24) | ||
| 9e30e2a7 | 2012-07-20 13:35:33 | tests: add explicit tests for issue #24 | ||
| 3d0f67a7 | 2012-07-02 03:41:08 | pkg: use relative paths on windows (issue #17) | ||
| 4017810b | 2012-07-02 03:40:27 | update .gitignore Update .gitignore to ignore .dep files and windows intermediate build files (issue #17) | ||
| 15c24b6b | 2012-07-01 22:03:07 | testsuite: more tests for --max-version and --exact-version (closes #20) | ||
| b8645fbe | 2012-07-01 22:02:45 | main: fix regression caused by copy-and-paste (issue #20) | ||
| 4499d272 | 2012-07-01 21:57:49 | main: implement use of pkg_dependency_parse_str() for --atleast-version and friends (issue #20) | ||
| 4edd04b1 | 2012-07-01 21:44:30 | dependency: add pkg_dependency_parse_str() for breaking out a dependency list that has already been substituted. | ||
| fc923cb9 | 2012-07-01 21:28:38 | testsuite: add tests for issue #20 behaviour | ||
| f3d2a5f0 | 2012-07-01 21:24:53 | testsuite: add tests for --atleast-version (issue #20) | ||
| 8a9971ec | 2012-07-01 21:21:31 | main: finish --errors-to-stdout support | ||
| 2d2ae068 | 2012-06-30 16:51:31 | main: emulate --errors-to-stdout | ||
| 1bd53550 | 2012-06-06 16:25:29 | README: add release tarball URL since people seem to have problems finding it | ||
| 495f586d | 2012-05-12 17:54:47 | stdinc: remove alloca.h (issue #19) | ||
| dc717bae | 2012-05-12 15:47:20 | Update README with some explanation as to why distros might want to use this. | ||
| 3f7ac22e | 2012-05-12 02:49:18 | pkgconf 0.8 | ||
| 524133cd | 2012-05-12 02:26:55 | pkg: add support for relative path finding on windows (issue #17) | ||
| 6519f6ab | 2012-05-12 02:21:11 | pkg: add get_pkgconfig_path() for separating out the fallback path logic | ||
| 52dee220 | 2012-05-11 21:20:00 | pkg: plug memory leak in conflicts code | ||
| db9f6267 | 2012-05-11 21:01:42 | pkg: if pkg_traverse() fails, abort walking the graph. | ||
| 298a3786 | 2012-05-11 21:00:01 | pkg: return PKG_ERRF_PACKAGE_CONFLICT only if a conflict has been formally verified | ||
| 9c335f16 | 2012-05-11 20:59:35 | pkg: when walking a list, get eflags from pkg_traverse() call | ||
| fef7558c | 2012-05-11 20:54:37 | main: add --ignore-conflicts program option (issue #13) | ||
| 6c1ace0a | 2012-05-11 20:51:13 | pkg: add conflicts graph node verification (issue #13) | ||
| 948e2190 | 2012-05-11 20:32:32 | tests: add tests for 'conflicts' field (issue #13) | ||
| 0aa05d3e | 2012-05-11 20:28:23 | pkg: add PKGF_SKIP_CONFLICTS (issue #13) | ||
| 27c07791 | 2012-05-11 20:18:12 | main: use pkg_libs(). | ||
| 2ecb181f | 2012-05-11 20:16:22 | pkg: add pkg_libs() for calculating the mergemaster set of linker flags (issue #11) | ||
| b8e538ec | 2012-05-11 20:13:47 | main: use pkg_cflags() instead of custom code (issue #11) | ||
| e6cf8b40 | 2012-05-11 20:13:03 | pkg: add pkg_cflags() for calculating a mergemastered list of cflag fragments for a problem set (issue #11) | ||
| 40402298 | 2012-05-11 20:07:45 | main: use PKGF_MERGE_PRIVATE_FRAGMENTS | ||
| f056f1e7 | 2012-05-11 20:07:30 | pkg: add PKGF_MERGE_PRIVATE_FRAGMENTS | ||
| ee2df66a | 2012-05-11 20:02:23 | main: update traverse callback prototypes | ||
| 559ae095 | 2012-05-11 19:58:34 | pkg: pass PKGF_* flags to traverse funcs | ||
| acf2ee26 | 2012-05-11 19:56:38 | pkg: use typename enforcement on pkg_traverse() | ||
| bb41d143 | 2012-05-11 13:59:18 | pkg: get rid of PKG_LOCAL_COPY() since it was only used in one place | ||
| 56fbf25c | 2012-05-11 13:47:20 | Move all portability gunk into stdinc.h. (Issue #18) | ||
| 9775fe8c | 2012-05-09 15:46:36 | pkg (headers): add alloca.h for LOCAL_COPY() macro | ||
| b408a620 | 2012-05-07 04:04:41 | pkgconf 0.7 | ||
| 037001a6 | 2012-05-07 04:01:40 | AUTHORS: add mgorny | ||
| 4b193018 | 2012-05-07 03:57:28 | pkg: clean up pkg_find() by adding pkg_try_specific_path(). (issue #16) | ||
| 2aaa1ce0 | 2012-05-07 03:45:24 | main: implement support for PKG_CONFIG_SYSROOT_DIR (issue #5) | ||
| 9885643e | 2012-05-07 03:44:59 | tests: add test for PKG_CONFIG_SYSROOT_DIR | ||
| e16b6441 | 2012-05-07 01:34:37 | Merge pull request #15 from mgorny/master win32 registry support + bzero() -> memset() | ||
| 1b845b43 | 2012-05-07 03:33:00 | main: implement support for PKG_CONFIG_TOP_BUILD_DIR (issue #6) | ||
| a5347c8b | 2012-05-07 03:27:55 | main: add --exact-version and --max-version to usage() | ||
| 3099663a | 2012-05-07 10:26:44 | bzero() is deprecated, use memset(). | ||
| d5ddeb40 | 2012-05-07 03:26:17 | main: add --max-version and --exact version (issue #8) | ||
| c203beb9 | 2012-05-07 10:09:59 | Support getting PKG_CONFIG_PATH from win32 registry. | ||
| 7ae5ccd1 | 2012-05-06 23:32:08 | main: implement --define-variable | ||
| 97afd424 | 2012-05-06 23:30:37 | tests: add tests for --define-variable (issue #7) | ||
| 07a41467 | 2012-05-06 23:30:02 | main: use PKGF_SKIP_ROOT_VIRTUAL when looking for variables | ||
| f1bd223f | 2012-05-06 23:28:42 | pkg: disable PKGF_SKIP_ROOT_VIRTUAL when recursing | ||
| f663f792 | 2012-05-06 23:26:21 | pkg: add PKGF_SKIP_ROOT_VIRTUAL for some queries like --variable | ||
| e104def5 | 2012-05-06 23:12:43 | tuple: reverse preference of global vs local var | ||
| 0056ba63 | 2012-05-06 23:10:41 | tuple: add global tuple support (issue #5, issue #6, issue #7) | ||
| 688c0789 | 2012-05-06 23:00:06 | parse: remove remaining function (pkg_t constructor) to pkg.c | ||
| 4eb08d7c | 2012-05-06 22:55:00 | pkg: clean up foreach_list_entry* macros (issue #10) | ||
| 9eea62fb | 2012-05-06 22:52:05 | pkg: LOCAL_COPY() becomes PKG_LOCAL_COPY(). | ||
| d86827d2 | 2012-05-06 22:50:15 | pkg: clean up struct names so they sit fully inside pkg_ namespace (issue #10) | ||
| a961a523 | 2012-05-06 22:38:44 | pkg: cleanups | ||
| 0d4287af | 2012-05-06 22:32:53 | dependency: split out dependency code from parse.c | ||
| c83fd2e6 | 2012-05-06 22:29:59 | parse: move and rework parse_fragment_list() as pkg_fragment_parse(). | ||
| db6d0e23 | 2012-05-06 22:24:36 | pkg: parse_file is now pkg_new_from_file | ||
| d07e41c3 | 2012-05-06 22:23:05 | pkg: rename parse_deplist to pkg_dependency_parse | ||
| 1da21bd3 | 2012-05-06 22:21:11 | argvsplit: proper namespacing | ||
| cc32bbd4 | 2012-05-06 21:42:33 | main: use error codes | ||
| 4f50dad1 | 2012-05-06 21:42:15 | pkg: provide error return codes for pkg_traverse() and pkg_verify_graph(). | ||
| 601341fb | 2012-05-06 21:31:20 | main: pkg_queue_walk(): cleanups | ||
| 6646e99a | 2012-05-06 21:30:35 | pkg: pkg_report_graph_error(): free pkg when exiting | ||
| 5122d5ee | 2012-05-06 21:30:14 | pkg: do not allocate an id for a virtual package | ||
| cb23f16a | 2012-05-06 21:22:40 | main: plug leak with --uninstalled | ||
| 12447249 | 2012-05-06 21:18:03 | makefile: add valgrind-check target for running test suite with valgrind leak-checking | ||
| 1b1e8dcd | 2012-05-06 21:16:32 | main: free mergemaster'd fragment lists | ||
| 36269f76 | 2012-05-06 21:15:30 | main: don't just exit on --variable | ||
| c69d6c62 | 2012-05-06 21:12:16 | main: free pkg_queue_t entries once they are committed to the depgraph | ||
| be5dddd2 | 2012-05-06 21:09:58 | parse: add argv_free() | ||
| 83e7e2e7 | 2012-05-06 21:09:40 | argvsplit: add argv_free(). | ||
| 9d2bd0b6 | 2012-05-06 21:09:26 | pkg: plug memory leaks | ||
| a75baf5a | 2012-05-06 21:08:47 | main: make 'world' package virtual | ||
| 4d027a43 | 2012-05-06 20:59:03 | pkg: fix out-of-boundary write caused by realloc() semantics | ||
| 29ca5b7e | 2012-05-06 20:39:26 | pkg: free packages constructed while walking the dependency graph | ||
| d99f3db8 | 2012-05-06 20:39:10 | pkg: make pkg-config builtin package "virtual" | ||
| 4172dc54 | 2012-05-06 20:38:48 | pkg: don't free builtin (virtual) packages | ||
| 0d2a507b | 2012-05-06 20:36:59 | pkg: fix foreach_list_entry_safe() macro | ||
| 3eb16dca | 2012-05-06 20:30:50 | pkg: add pkg_free() |