| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-21 | Fix cmd_or_ps.ps1 script with pwsh7 | Xavier Claessens | |
| gwmi command does not exist any more and is replaced by Get-CimInstance. See https://github.com/PowerShell/PowerShell/issues/4766. While at it, use a do..while loop to avoid duplicated lines. Fixes: #10820 | |||
| 2022-06-14 | devenv: Add support for PowerShell 7 on Windows | Seungha Yang | |
| Checks "pwsh.exe" in addition to "powershell.exe" and "cmd.exe" to support PowerShell 7 on Windows. The Powershell 7 support was added in GStreamer (which is the origin of this script) already via https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2545 | |||
| 2021-10-10 | Fix typos discovered by codespell | Christian Clauss | |
| 2021-03-16 | Add `meson devenv` command and meson.add_devenv() | Xavier Claessens | |
