aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge pull request #2216 from ebassi/yelp-linguasJussi Pakkanen1-0/+4
2017-09-04install: Also ignore PermissionError for selinuxNirbheek Chauhan1-1/+1
2017-08-20Remove leftover debug print statement in meson_install.pyGabrĂ­el ArthĂșr PĂ©tursson1-1/+1
2017-08-18Re-use gettext.read_linguas in yelphelperEmmanuele Bassi1-16/+1
2017-08-18Support LINGUAS for gnome.yelp() languagesEmmanuele Bassi1-0/+19
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen2-8/+18
2017-08-11Exclude system sources from test coverageStefan Sonski1-0/+1
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-5/+15
2017-08-01Remove directories created by ninja installPeter Hutterer2-17/+50
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer1-3/+3
2017-07-31install: restore the SELinux context on installPeter Hutterer1-0/+24
2017-07-18Close files reliably.Jussi Pakkanen1-0/+5
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan1-3/+5
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen1-0/+1
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen1-1/+1
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen1-7/+29
2017-06-13Add Mercurial dist support.Elliott Sales de Andrade1-4/+25
2017-06-13Remove extraneous os.path.split()s.Elliott Sales de Andrade1-3/+4
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis1-1/+5
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis1-2/+5
2017-06-09gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis1-1/+5
2017-06-07Merge pull request #1866 from ebassi/mkdb-argsJussi Pakkanen1-1/+10
2017-06-03Allow empty extra arguments in gettext scriptRene Lopez1-1/+1
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas2-3/+3
2017-05-28Add mkdb_args support to gnome.gtkdoc()Emmanuele Bassi1-1/+10
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen1-1/+2
2017-05-17Delete the correct directory in dist check.Elliott Sales de Andrade1-1/+1
2017-05-17Remove dead code paths.Elliott Sales de Andrade1-2/+1
2017-05-17Remove unused variables.Elliott Sales de Andrade2-4/+4
2017-05-17Remove unused imports.Elliott Sales de Andrade1-2/+1
2017-05-13Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen1-19/+37
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen1-0/+61
2017-05-12Add test and release notes.Jussi Pakkanen1-1/+1
2017-05-11Initialise submodules.Jussi Pakkanen1-15/+37
2017-05-11Test created tarball by doing a full build + test + install cycle.Jussi Pakkanen1-22/+63
2017-05-11Created a dist target. Closes #877.Jussi Pakkanen1-0/+85
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer1-1/+1
2017-05-03Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadirJussi Pakkanen1-0/+35
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker2-2/+2
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis1-0/+35
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer3-7/+7
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen1-3/+12
2017-04-13gtkdochelper: Fix type file name optionRafael Fontenelle1-1/+1
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen2-6/+7
2017-04-06Ignore install as non-existent user or groupJon Turney1-1/+10
2017-04-06Use '.exe' extension for executables for CygwinJon Turney2-2/+6
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan2-6/+7
2017-03-02Install PDB files. Closes #1442.Jussi Pakkanen1-0/+5
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen1-2/+2
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen1-0/+3