kc3-lang/pkgconf/doc

Branch :


Log

Author Commit Date CI Message
a4ecd42b 2023-11-24 19:44:04 Fix it's -> its Signed-off-by: Stefan Weil <sw@weilnetz.de>
78f3abc9 2023-01-22 11:51:04 doc: Regenerate the documentation for libpkgconf Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
cfda825f 2023-01-22 11:48:57 doc: extract: Use "==" instead of "is" with literals This fixes: SyntaxWarning: "is" with a literal. Did you mean "=="? Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
131619ae 2022-10-12 21:49:22 doc: update libpkgconf-pkg docs to match
4be39c59 2021-03-19 16:59:02 Remove usage of cygwin_conv_path() under cygwin/msys This converted Unix paths to Windows paths, but all cygwin tools work with Unix paths so this shouldn't be needed. There is one use case if you use a cygwin pkgconf with a non-cygwin toolchain, but pkgconf works reasonable well natively now so this shouldn't be needed anymore and more likely leads to problems and confusion. Both cygwin and msys have patched this out already: * https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/pkgconf.git;a=blob;f=pkgconf.cygport;h=e5d003f3f3dfc9e374b916974018022ad8d68852;hb=HEAD#l55 * https://github.com/msys2/MSYS2-packages/blob/a4bce0c2943109e7d06c8660d91b89065eb09bea/pkgconf/PKGBUILD#L26
5c7c9127 2019-01-14 13:49:41 doc: update fragment API docs
7ced8d77 2017-09-19 21:48:53 libpkgconf: fragment: pkgconf_fragment_parse: return false on parse failure
1252d7ae 2017-09-08 19:53:52 libpkgconf: dependency: make dependency_to_str() private, use a caller-supplied buffer for reentrancy
7a5da837 2017-02-25 16:07:51 docs: we no longer use realpath(3)
794443a9 2017-02-25 16:04:55 dependency: break API to add tracepoints to dependency list building