aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan1-0/+43
2016-12-18Merge pull request #1216 from mesonbuild/ignatenko/shebangsJussi Pakkanen12-20/+2
2016-12-18custom_target: Make directory outputs installableNirbheek Chauhan1-45/+68
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan1-19/+8
2016-12-18remove shebangs from scriptsIgor Gnatenko12-20/+2
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier1-1/+3
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis1-1/+9
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan4-32/+23
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen1-3/+13
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen1-14/+34
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis1-7/+24
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan5-9/+9
2016-12-06i18n: Improve language handlingPatrick Griffis1-1/+20
2016-12-06gnome.gtkdoc(): Add namespace keywordPatrick Griffis1-2/+6
2016-12-06gnome.gtkdoc(): Allow passing multiple source dirsPatrick Griffis1-7/+6
2016-12-06gnome.gtkdoc(): Fix including doc source dir in pathPatrick Griffis1-1/+1
2016-12-05allow overriding nm with NMMarc-Antoine Perennou1-1/+6
2016-12-05allow overriding readelf with READELFMarc-Antoine Perennou1-2/+7
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen2-324/+0
2016-11-18Made Meson test into a class rather than abusing global variables and as prep...Jussi Pakkanen1-178/+174
2016-11-18Run all tests if none are specified.Jussi Pakkanen1-4/+5
2016-11-18Use the same code for tests and benchmarks.Jussi Pakkanen2-89/+30
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-4/+1
2016-11-18New test runner.Jussi Pakkanen1-1/+1
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade2-2/+4
2016-11-12Fixed SyntaxError in itstool invocation in yelphelper.py duringOlexa Bilaniuk1-4/+3
2016-11-12scripts/gtkdochelper: ignore_headers is a listNirbheek Chauhan1-4/+5
2016-11-10vs backend: coredata.meson_script_file was renamedNirbheek Chauhan1-1/+1
2016-11-09Can specify scan-build executable with an environment variable. Closes #1015.Jussi Pakkanen1-6/+7
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-1/+1
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis1-26/+28
2016-11-01gtkdoc: Add `ignore_headers` positional argumentEmmanuele Bassi1-3/+6
2016-11-01gtkdochelper: Add 'overrides.txt' to the content filesEmmanuele Bassi1-0/+4
2016-10-24Fix depfixer on MIPS.Aurelien Jarno1-0/+6
2016-10-23gettext: Add update-po targetPatrick Griffis1-0/+16
2016-10-19gnome: Add yelp() functionPatrick Griffis1-0/+118
2016-10-19gnome: Include build dir in gtkdoc-mkhtml pathPatrick Griffis1-1/+1
2016-10-19Don't mention non-existing log files after testing.Hemmo Nieminen1-1/+2
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis1-3/+11
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen14-3/+0
2016-09-26gnome: Allow specifying gtkdoc where to install directoryThibault Saunier1-1/+3
2016-09-26gnome: Run gtkdoc-scanobjs and add a way to get assets workingThibault Saunier1-17/+67
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller1-0/+6
2016-09-14Add a new 'environment' object to be used to build test environment (#781)Thibault Saunier1-0/+4
2016-09-08meson_test: Add env variables to the test logs file (#767)Thibault Saunier1-4/+9
2016-09-07Remove unneeded shebang line that was triggering some linters.Jussi Pakkanen1-2/+0
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen8-66/+98
2016-08-27Refactor DESTDIR determination into a single function.Elliott Sales de Andrade1-25/+14
2016-08-27Always obey DESTDIR even with absolute install_dir.Elliott Sales de Andrade1-3/+12
2016-08-27Convert depfixer.Elf class into a context manager.Elliott Sales de Andrade1-12/+22