aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker8-77/+81
2017-09-20Add cs_args as known args for csharpThibault Saunier1-1/+1
2017-09-20ninja: Generator is more informative on what it is doing.Florian Zwoch1-1/+1
2017-09-19Merge pull request #2331 from mesonbuild/winencodeJussi Pakkanen1-0/+22
2017-09-18Last round with listify function refactoring.Alexis Jeandet8-92/+37
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet6-82/+30
2017-09-18Introduced extract_as_list.Alexis Jeandet2-25/+23
2017-09-18Introduction of listify method. Test on build.py module to see benefits.Alexis Jeandet2-63/+41
2017-09-18Merge pull request #2310 from hvenev/reconfigure-get_optionJussi Pakkanen1-2/+7
2017-09-18ninja: Fix the dependency on the VAPI when 'vala_vapi' is usedGuillaume Poirier-Morency1-1/+1
2017-09-18Do not use universal newlines on old Python versions.Jussi Pakkanen1-0/+22
2017-09-18Merge pull request #2263 from ximion/dlangJussi Pakkanen4-11/+86
2017-09-18Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja""Nirbheek Chauhan2-7/+9
2017-09-17d: Make feature names less verboseMatthias Klumpp3-11/+11
2017-09-15Fix get_option() for base options on reconfigure.Hristo Venev1-2/+7
2017-09-14Merge pull request #2216 from ebassi/yelp-linguasJussi Pakkanen2-0/+9
2017-09-14logging: Print location of log file on errorNirbheek Chauhan2-2/+7
2017-09-14Add is_haiku(), needed for run_tests.py.Jérôme Duval1-0/+3
2017-09-12Add deprecation warning for gnome.yelp() argumentEmmanuele Bassi1-0/+5
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen3-78/+48
2017-09-12Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen2-7/+7
2017-09-12An external program is never a "cross test".Jussi Pakkanen1-0/+4
2017-09-12Update message for already configured builddirChet Gurevitch1-7/+6
2017-09-12gnome: Docbook generation for gdbus_codegen()Iñigo Martínez1-1/+4
2017-09-12Add Windows extra_paths to beginning of PATH when running testsJon Turney1-1/+1
2017-09-12Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp2-8/+7
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp3-4/+26
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp2-9/+63
2017-09-12Merge pull request #2288 from centricular/fix-test-regressionJussi Pakkanen1-1/+2
2017-09-11interpreter: Always flatten when unholding arraysNirbheek Chauhan1-0/+1
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan2-9/+15
2017-09-10Fix regression in test definitionsNirbheek Chauhan1-1/+2
2017-09-07wrap-mode: Make the error output more usefulNirbheek Chauhan1-1/+9
2017-09-06Merge pull request #2236 from trhd/envJussi Pakkanen1-2/+3
2017-09-04gnome: Flatten the sources for generate_gir()Emmanuele Bassi1-1/+1
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen1-9/+37
2017-09-04Allow version labels with trailing dotsMichal Koutný1-1/+1
2017-09-04gnome.gdbus_codegen(): Add annotations keywordPatrick Griffis1-1/+13
2017-09-04install: Also ignore PermissionError for selinuxNirbheek Chauhan1-1/+1
2017-09-03pkgconfig: Document url keywordPatrick Griffis1-1/+1
2017-09-01Fix a stack trace caused by environment variables in test setups.Hemmo Nieminen1-2/+3
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone2-0/+24
2017-08-31Use include-uninstalled for internal gir deps.Elliott Sales de Andrade1-1/+1
2017-08-31modules/gnome.py: Use a filelist for generate_gir()Chun-wei Fan1-4/+27
2017-08-31add support for cups dependencies (#2255)Iñigo Martínez3-1/+52
2017-08-29gnome: Ensure gir always works with asan, even if used together with ubsanMatthias Klumpp1-1/+1
2017-08-29gnome: Fix typo in gtkdoc_html_dir, so it returns the correct pathMatthias Klumpp1-1/+1
2017-08-27Merge pull request #2196 from arteymix/patch-4Jussi Pakkanen1-1/+1
2017-08-24csharp: Take into account project and global argsThibault Saunier1-0/+2
2017-08-24c#: Handle external dependencies from .pc filesThibault Saunier1-1/+4