aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-09-26avoid errornous type conversion. Compare strings insteadLeif Middelschulte1-1/+0
2017-09-26fixes offline working (if desired revision is already present).Leif Middelschulte1-4/+6
2017-09-26fixes initial checkout command independend of provided revisionLeif Middelschulte1-4/+1
2017-09-25introduce svn wrap supportLeif Middelschulte1-0/+26
2017-09-23Made man page gzip creation deterministic. Closes #2363.Jussi Pakkanen1-1/+3
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen4-21/+55
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen17-92/+93
2017-09-22Merge pull request #2350 from tintou/masterJussi Pakkanen1-11/+16
2017-09-22pcap dependency: Frameworks for libpcap do not existNirbheek Chauhan1-13/+0
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker13-15/+12
2017-09-21Merge pull request #2340 from NickeZ/generator-fixJussi Pakkanen3-4/+6
2017-09-21Merge pull request #2352 from LukeShu/minor-fixupsJussi Pakkanen1-0/+0
2017-09-21Merge pull request #2326 from dcbaker/use-link-compilersJussi Pakkanen2-9/+36
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker8-77/+81
2017-09-20Change ternary to another argumentCorentin Noël1-1/+1
2017-09-20Add 'install' keyword to the gettext macroCorentin Noël1-11/+16
2017-09-20fix file permissions on a couple of filesLuke Shumaker1-0/+0
2017-09-20Consider compilers used in static_library parentsDylan Baker1-8/+35
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-20Fix error message for find_program if program cannot be foundDylan Baker1-1/+1
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson3-4/+6
2017-09-20dependencies: Add version detection to pcapNirbheek Chauhan1-2/+10
2017-09-20Add a new compiler method: get_return_value()Nirbheek Chauhan2-1/+29
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-12str.split() can now take a positional argumentNirbheek Chauhan1-8/+19