summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2016-12-18remove shebangs from scriptsIgor Gnatenko
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan
2016-12-06i18n: Improve language handlingPatrick Griffis
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis
2016-12-05allow overriding nm with NMMarc-Antoine Perennou
2016-12-05allow overriding readelf with READELFMarc-Antoine Perennou
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen
2016-11-18Made Meson test into a class rather than abusing global variables and as prep...Jussi Pakkanen
2016-11-18Run all tests if none are specified.Jussi Pakkanen
2016-11-18Use the same code for tests and benchmarks.Jussi Pakkanen
2016-11-18Removed Valgrind from core.Jussi Pakkanen
2016-11-18New test runner.Jussi Pakkanen
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade
2016-11-12Fixed SyntaxError in itstool invocation in yelphelper.py duringOlexa Bilaniuk
2016-11-12scripts/gtkdochelper: ignore_headers is a listNirbheek Chauhan
2016-11-10vs backend: coredata.meson_script_file was renamedNirbheek Chauhan
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi
2016-10-24Fix depfixer on MIPS.Aurelien Jarno
2016-10-23gettext: Add update-po targetPatrick Griffis
2016-10-19gnome: Add yelp() functionPatrick Griffis
2016-10-19gnome: Include build dir in gtkdoc-mkhtml pathPatrick Griffis
2016-10-19Don't mention non-existing log files after testing.Hemmo Nieminen
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-09-26gnome: Allow specifying gtkdoc where to install directoryThibault Saunier
2016-09-26gnome: Run gtkdoc-scanobjs and add a way to get assets workingThibault Saunier
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller
2016-09-14Add a new 'environment' object to be used to build test environment (#781)Thibault Saunier
2016-09-08meson_test: Add env variables to the test logs file (#767)Thibault Saunier
2016-09-07Remove unneeded shebang line that was triggering some linters.Jussi Pakkanen
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen
2016-08-27Refactor DESTDIR determination into a single function.Elliott Sales de Andrade
2016-08-27Always obey DESTDIR even with absolute install_dir.Elliott Sales de Andrade
2016-08-27Convert depfixer.Elf class into a context manager.Elliott Sales de Andrade
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-08-26Echo stderr from captured command.Elliott Sales de Andrade
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen