• Joined on 2022-08-02
Loading Heatmap…

dcbaker created branch wip/2023-06/python-suite-runner in dcbaker/pkgconf

2023-06-08 23:27:34 +00:00

dcbaker pushed to wip/2023-06/python-suite-runner at dcbaker/pkgconf

2023-06-08 23:27:34 +00:00

dcbaker pushed to submit/fix-mingw-escaping at dcbaker/pkgconf

  • 68e3f24000 fragment: Mingw needs to use POSIX handling for `\\`

2023-06-08 19:02:45 +00:00

dcbaker commented on pull request ariadne/pkgconf#249

WIP: Fix MinGW escaping

After 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

2023-06-07 17:38:06 +00:00

dcbaker created pull request ariadne/pkgconf#249

Fix MinGW escaping

2023-06-05 21:45:15 +00:00

dcbaker pushed to submit/fix-mingw-escaping at dcbaker/pkgconf

2023-06-05 21:43:16 +00:00

dcbaker created branch submit/fix-mingw-escaping in dcbaker/pkgconf

2023-06-05 21:43:16 +00:00

dcbaker pushed to master at dcbaker/pkgconf

2023-06-05 18:39:54 +00:00

dcbaker commented on issue ariadne/pkgconf#238

Quoting of Libs: is broken on MSYS2 when prefix has spaces

This 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…

2023-06-05 18:37:19 +00:00

dcbaker commented on pull request ariadne/pkgconf#246

Fix Windows build

As promised: https://github.com/mesonbuild/meson/pull/10744

2022-08-26 17:59:52 +00:00

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…

2022-08-26 17:10:45 +00:00

dcbaker commented on pull request ariadne/pkgconf#246

Fix Windows build

that's the wrong fix, that will break building on msys, which reports windows but very much has chmod

2022-08-26 17:07:54 +00:00

dcbaker deleted branch submit/fix-windows-tests from dcbaker/pkgconf

2022-08-26 17:06:37 +00:00

dcbaker closed pull request ariadne/pkgconf#247

meson: fix tests on windows

2022-08-26 17:06:32 +00:00

dcbaker created pull request ariadne/pkgconf#247

meson: fix tests on windows

2022-08-26 17:05:55 +00:00

dcbaker pushed to submit/fix-windows-tests at dcbaker/pkgconf

2022-08-26 17:05:12 +00:00

dcbaker created branch submit/fix-windows-tests in dcbaker/pkgconf

2022-08-26 17:05:12 +00:00

dcbaker commented on pull request ariadne/pkgconf#244

meson: use a feature option for tests instead of boolean

sigh, okay. ican fix it tomorrow if it lik prefer

2022-08-21 17:23:14 +00:00

dcbaker deleted branch tests-feature from dcbaker/pkgconf

2022-08-21 16:12:42 +00:00

dcbaker commented on pull request ariadne/pkgconf#244

meson: use a feature option for tests instead of boolean

just delete the -Dtests=false argument. with this change it’s no longer needed

2022-08-21 16:12:33 +00:00