aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade7-54/+76
2016-08-26Echo stderr from captured command.Elliott Sales de Andrade1-0/+2
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade1-1/+6
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen1-7/+23
2016-07-24gtkdochelper: Add error checking and printingNirbheek Chauhan1-13/+23
2016-07-19vs: Fix Meson invocation while doing regen (#646)Nirbheek Chauhan1-4/+7
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen1-1/+1
2016-07-12Create a log file of all files installed.Jussi Pakkanen1-1/+21
2016-07-01scripts/install: Also strip '\' from the end of a pathNirbheek Chauhan1-1/+1
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan4-17/+30
2016-06-06meson_test: Fix a bug in valgrind argument handling.Hemmo Nieminen1-3/+4
2016-06-05Try to delete target files before installing. Closes #578.Jussi Pakkanen1-8/+14
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen1-1/+4
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen1-12/+32
2016-05-28Always initialise final_command.Jussi Pakkanen1-2/+1
2016-05-28Since we only care about shebang line and sane ones use plain ASCII, use an e...Jussi Pakkanen1-2/+1
2016-05-28Join windows-style destdir paths correctly. Closes #567.Jussi Pakkanen1-4/+11
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen1-3/+3