summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2017-08-01Remove directories created by ninja installPeter Hutterer
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer
2017-07-31install: restore the SELinux context on installPeter Hutterer
2017-07-18Close files reliably.Jussi Pakkanen
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen
2017-06-13Add Mercurial dist support.Elliott Sales de Andrade
2017-06-13Remove extraneous os.path.split()s.Elliott Sales de Andrade
2017-06-09gnome.yelp(): Handle file existing on symlinkPatrick Griffis
2017-06-09gnome.yelp(): Handle platforms where symlink not supportedPatrick Griffis
2017-06-09gnome.yelp(): Make copies of media files when symlink is falsePatrick Griffis
2017-06-07Merge pull request #1866 from ebassi/mkdb-argsJussi Pakkanen
2017-06-03Allow empty extra arguments in gettext scriptRene Lopez
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas
2017-05-28Add mkdb_args support to gnome.gtkdoc()Emmanuele Bassi
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen
2017-05-17Delete the correct directory in dist check.Elliott Sales de Andrade
2017-05-17Remove dead code paths.Elliott Sales de Andrade
2017-05-17Remove unused variables.Elliott Sales de Andrade
2017-05-17Remove unused imports.Elliott Sales de Andrade
2017-05-13Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen
2017-05-12Add test and release notes.Jussi Pakkanen
2017-05-11Initialise submodules.Jussi Pakkanen
2017-05-11Test created tarball by doing a full build + test + install cycle.Jussi Pakkanen
2017-05-11Created a dist target. Closes #877.Jussi Pakkanen
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer
2017-05-03Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadirJussi Pakkanen
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-29i18n: Add data_dirs kwarg to merge_file()Patrick Griffis
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen
2017-04-13gtkdochelper: Fix type file name optionRafael Fontenelle
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen
2017-04-06Ignore install as non-existent user or groupJon Turney
2017-04-06Use '.exe' extension for executables for CygwinJon Turney
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan
2017-03-02Install PDB files. Closes #1442.Jussi Pakkanen
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-11style: [E1**] IndentationMike Sinkovsky
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen
2017-01-03fix 'unreachable code' warningsMike Sinkovsky
2017-01-02style: fix E127 violationsIgor Gnatenko
2017-01-01style: fix E703 violationsIgor Gnatenko