dcbaker created branch wip/2023-06/python-suite-runner in dcbaker/pkgconf
dcbaker pushed to wip/2023-06/python-suite-runner at dcbaker/pkgconf
- 0ce072cb64 wip
- 1961be9a0e wip
- 77904819f2 tests: Add a python runner for tests that doesn't rely on ATF
- Compare 3 commits »
dcbaker pushed to submit/fix-mingw-escaping at dcbaker/pkgconf
- 68e3f24000 fragment: Mingw needs to use POSIX handling for `\\`
dcbaker commented on pull request ariadne/pkgconf#249
WIP: Fix MinGW escapingAfter some discussion with Lazka, we're wondering if the conditional behavior is wrong in general, so I need to run some tests with MSVC. I've marked this as WIP in the mean time
dcbaker pushed to submit/fix-mingw-escaping at dcbaker/pkgconf
- 6de71767ab fragment: Mingw needs to use POSIX handling for `\\`
- 5c545fc9dc tests: Add a test for an escaped space
- Compare 2 commits »
dcbaker pushed to master at dcbaker/pkgconf
- 094dc38468 pkgconf 1.9.5.
- 35b1a62314 update libpkgconf version to 10905
- 83f412a1fd update NEWS for 1.9.5.
- 7bfc2289fd tests: add regression test for maximum package count off-by-one
- 1e179963d4 Enforce maximum package count correctly for --modversion
- Compare 132 commits »
dcbaker commented on issue ariadne/pkgconf#238
Quoting of Libs: is broken on MSYS2 when prefix has spacesThis bug gets even more awesome if you have something like this: ``` pkgconf --cflags -IC:/path/to\ somewhere -Dfoo ``` and then call `pkgconf --cflags-only-I ``` -Ic:/path/to\ ``` So I…
dcbaker commented on pull request ariadne/pkgconf#246
Fix Windows buildAs promised: https://github.com/mesonbuild/meson/pull/10744
dcbaker commented on pull request ariadne/pkgconf#246
Fix Windows build`install_mode` is set at install time by `meson install`. I'm going to add a `build_mode` to the `fs.copyfile()` function, which is the replacement for `configure_file(copy : true)` (its a lot of…
dcbaker commented on pull request ariadne/pkgconf#246
Fix Windows buildthat's the wrong fix, that will break building on msys, which reports windows but very much has chmod
dcbaker deleted branch submit/fix-windows-tests from dcbaker/pkgconf
dcbaker closed pull request ariadne/pkgconf#247
meson: fix tests on windowsdcbaker created pull request ariadne/pkgconf#247
meson: fix tests on windowsdcbaker pushed to submit/fix-windows-tests at dcbaker/pkgconf
- 1cd84fec98 meson: fix tests on windows
- 0226cdda6d Merge pull request 'meson: use a feature option for tests instead of boolean' (#244) from dcbaker/pkgconf:tests-feature into master
- fa803c7ecd meson: use a feature option for tests instead of boolean
- bddf1641f8 bomtool: fix ASan issues
- 8754bdfe09 pkgconf 1.9.3.
- Compare 10 commits »
dcbaker commented on pull request ariadne/pkgconf#244
meson: use a feature option for tests instead of booleansigh, okay. ican fix it tomorrow if it lik prefer
dcbaker deleted branch tests-feature from dcbaker/pkgconf
dcbaker commented on pull request ariadne/pkgconf#244
meson: use a feature option for tests instead of booleanjust delete the -Dtests=false argument. with this change it’s no longer needed