summaryrefslogtreecommitdiff
path: root/gst-env.py
Commit message (Expand)AuthorAgeFilesLines
* ptp-helper: Rewrite in Rust for portability and securitySebastian Dröge2023-04-071-1/+1
* gst-env: Handle installing python modules to dist-packagesThibault Saunier2023-01-301-1/+6
* gst-env.py: Output a setting for the prompt with --only-environmentNirbheek Chauhan2023-01-251-2/+7
* gst-env.py: Output DYLD_LIBRARY_PATH with --only-environment on macOSNirbheek Chauhan2023-01-251-1/+5
* gst-env: import exit from sysStéphane Cerveau2022-11-041-0/+1
* gst-env.py: drop 'gst-' prefix from branch name in promptTim-Philipp Müller2022-06-151-6/+6
* gst-env: Add support for PowerShell 7Seungha Yang2022-06-031-3/+2
* gst-env: spawn a shell to execute commands on windowsJordan Petridis2022-05-151-9/+17
* Allow running gst-uninstalled when GStreamer is a subprojectSebastian Fricke2022-03-011-4/+10
* Revert "Allow running gst-uninstalled when gst-build is a subproject"Sebastian Fricke2022-03-011-13/+1
* gst-env: Improve coding style and cleanupSebastian Fricke2022-03-011-22/+30
* gst-env: extend PATH to include plugin scanner and generatorMark Nauwelaerts2022-01-121-0/+4
* env: Fix deprecations from python 3.10Thibault Saunier2021-11-181-3/+12
* python: Fix using overrides when not building PyGObjectThibault Saunier2021-10-151-1/+12
* gst-env: Ignore SIGINT when running on the CI serverThibault Saunier2021-10-121-0/+4
* ci: Fix gst-indent pathXavier Claessens2021-10-051-1/+1
* core: remove outdated mention to gst-buildStéphane Cerveau2021-09-301-2/+2
* Cleanup root directory from misc filesThibault Saunier2021-09-241-2/+3
* gst-env: Don't set DYLD_LIBRARY_PATH on macOSNirbheek Chauhan2021-08-281-1/+4
* Allow running gst-uninstalled when gst-build is a subprojectOlivier Crete2021-08-271-1/+13
* devenv: Add webrtc testsuite to pathsOlivier Crête2021-04-301-4/+13
* bash-completion: add completion for gstreamer toolsStéphane Cerveau2021-04-291-0/+22
* gst-env: Windows: Fix looking for cmd_or_ps.ps1 in the wrong directoryAndrey Moiseev2021-04-061-1/+1
* Meson: Use generated -uninstalled.pc filesXavier Claessens2020-10-231-9/+0
* gst-env: use Path.open() in get_pkgconfig_variable_from_pcfile()Antonio Ospite2020-09-241-1/+1
* gst-env: Load gio modules in the devenvNirbheek Chauhan2020-08-031-2/+47
* gst-env: Factor out some common codeNirbheek Chauhan2020-08-031-13/+15
* gst-env: Prematurely skip all targets that aren't installedNirbheek Chauhan2020-08-031-4/+2
* gst-env.py: Sort path sets before using prepend_env_varJan Alexander Steffens (heftig)2020-07-211-6/+7
* gst-env: Copy instead of symlink on WindowsNirbheek Chauhan2020-06-151-2/+5
* gst-env: Fix creation of gdb-autoload dirs on WindowsNirbheek Chauhan2020-06-151-7/+7
* gst-env: Use meson-uninstalled pkgconfig files if availableNirbheek Chauhan2020-06-121-0/+5
* gst-env: fix program name in argparseVíctor Manuel Jáquez Leal2020-05-111-1/+1
* gst-env: Remove non-existent directory from PKG_CONFIG_PATHPhilippe Normand2020-04-201-5/+0
* gst-env: Also look for `builddir` when hunting for a build dirNirbheek Chauhan2020-04-161-1/+3
* gst-env: Allow setting environment without gitNicolas Dufresne2020-03-251-2/+5
* devenv: Fix path handling for gdb supportThibault Saunier2020-01-191-4/+9
* uninstalled: Add support for GStreamer and GLib gdb scriptsThibault Saunier2020-01-131-2/+37
* dev environment: allow printing only env without starting a shellCharlie Turner2020-01-061-1/+12
* env: preprend gst-build/prefix/etc/xdg to XDG_CONFIG_DIRSJulien Isorce2019-12-231-1/+8
* gst-env: Automatically set the prompt for zsh tooNirbheek Chauhan2019-12-221-4/+15
* gst-env: Don't put helper binaries in PATHNirbheek Chauhan2019-12-191-3/+26
* gst-env: Fix shell name checkNirbheek Chauhan2019-12-191-2/+2
* gst-env: Set the prompt for fish to be same as bashNirbheek Chauhan2019-12-191-0/+7
* gst-env: Ignore SIGINT when using the fish shellNirbheek Chauhan2019-12-191-0/+6
* python: Avoid using 'is' to compare stringsJan Alexander Steffens (heftig)2019-11-111-3/+3
* gst-env: Fix the gst plugin file path regex for Linux platformsPhilippe Normand2019-11-061-1/+17
* gst-env: Ensure target install filename is a listPhilippe Normand2019-11-061-1/+1
* gst-env: Use locally built GStreamer utility programsPhilippe Normand2019-11-021-0/+8
* Add support for wine+mingw environmentsThibault Saunier2019-10-011-3/+37