Commit graph

6 commits

Author SHA1 Message Date
Thibault Saunier fda8379411 scripts: Add a script to check that all repos are clean
This is useful to check that a build didn't result in changes in the
code/generated files

This will be used to check that the plugins documentation cache file is
properly commited, and that necessary workaround for particular case
are adopted.
2019-05-13 11:42:15 -04:00
Thibault Saunier 20cca3f10b msys2: Handle aliased functions when generating the .lib files 2017-09-25 14:15:09 -03:00
Thibault Saunier d68bff3c47 msys2: Allow disabling failures on warning 2016-12-13 21:42:11 -03:00
Thibault Saunier 1efbb1392d msys2: Fix special lib names regexes and add some necessary ones
And always flush on prints (so we have understandable outputs)
2016-12-13 21:42:01 -03:00
Thibault Saunier 0857e59dea msys2: Pass extra argument directly to uninstalled.py 2016-12-13 21:41:34 -03:00
Thibault Saunier 1c46eb2751 Add a script to setup a developement environment based on msys2
This environment is meant to be setup in a Visual Studio
'Native X64 tools' terminal, and takes for granted that
msys2 has been installed, Visual Studio has C(++) support
has been installed and python3 is installed and is present
in PATH.

https://bugzilla.gnome.org/show_bug.cgi?id=775281
2016-12-13 14:48:34 -03:00