aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-0/+5
2018-06-03Allow substitutions in custom_target() depfile:Jon Turney3-1/+16
2018-06-03Install implib where expected if default install_dir: is explicitly givenJon Turney1-13/+17
2018-06-03Link to our Getting-meson page instead of python.org [skip ci]Nirbheek Chauhan1-1/+1
2018-06-03Error out when someone tries to use msys/python to run MesonNirbheek Chauhan2-0/+15
2018-06-03Fix #mesondefine token error message formattingMarvin Scholz1-1/+1
2018-06-02test extra paths: add extra paths for all build targetsMathieu Duponchelle1-2/+2
2018-06-02test serialisation: determine windows extra paths ..Mathieu Duponchelle1-0/+2
2018-06-02Make windows_proof_rmtree resilient to read-only filesFilipe Brandenburger1-0/+13
2018-06-02Add 'install_mode' to all installable targetsFilipe Brandenburger4-24/+51
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-1/+3
2018-06-01Merge pull request #3486 from Salamandar/salamandar/meson_version_introspectionJussi Pakkanen14-6/+276
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan4-61/+33
2018-06-01configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle2-11/+39
2018-06-01Add 0.47.0 featuresSalamandar2-0/+4
2018-06-01Add 0.46.0 featuresSalamandar5-2/+23
2018-06-01Add 0.45.0 featuresSalamandar3-0/+8
2018-06-01Add 0.44.0 featuresSalamandar3-1/+8
2018-06-01Add 0.43.0 featuresSalamandar2-0/+2
2018-06-01Add 0.42.0 featuresSalamandar7-0/+16
2018-06-01Add 0.41.0 featuresSalamandar3-1/+8
2018-06-01Add 0.40.0 featuresSalamandar4-1/+15
2018-06-01Add 0.38.0 featuresSalamandar1-0/+5
2018-06-01Add 0.37.0 featuresSalamandar3-3/+8
2018-06-01print features reports after runSalamandar1-0/+2
2018-06-01Add Feature{New,Deprecated}Kwargs decoratorsSalamandar1-0/+30
2018-06-01Move target_version from coredata to mesonlibSalamandar4-5/+5
2018-06-01Add set instead of list for used features litsSalamandar1-4/+4
2018-06-01Cleanup : have more common code between FeatureNew and FeatureDeprecatedSalamandar1-18/+22
2018-06-01Split function wrapper from a use() methodSalamandar1-17/+22
2018-06-01Add version_compare_condition_with_{min,max} for specific comparison utils.Salamandar3-4/+125
2018-06-01Add basic code for feature version detection:Salamandar3-0/+19
2018-06-01Revert "commandrunner: make run handle python options"Filipe Brandenburger1-21/+3
2018-05-31Revert "mesonlib: handle meson exe wrappers"Nirbheek Chauhan2-9/+47
2018-05-30Merge pull request #3643 from mesonbuild/nirbheek/check_headerJussi Pakkanen3-0/+35
2018-05-30Don't accept an empty string for name_suffix:Nirbheek Chauhan1-0/+4
2018-05-30mesonlib: handle meson exe wrappersMartin Kelly2-47/+9
2018-05-30commandrunner: make run handle python optionsMartin Kelly1-3/+21
2018-05-30make ExternalProgram get_path() a bit smarterMartin Kelly1-5/+12
2018-05-30New compiler method: check_headerNirbheek Chauhan3-0/+35
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter1-1/+1
2018-05-29Don't call getpgid() when killing a test.George Koehler1-1/+2
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen2-9/+65
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen1-0/+1
2018-05-24Merge pull request #3578 from MathieuDuponchelle/mkenums_gen_templatesJussi Pakkanen1-2/+6
2018-05-24Merge pull request #3476 from filbranden/intbase1Jussi Pakkanen1-6/+2
2018-05-24Typos are fun. [skip ci]Jussi Pakkanen1-1/+1
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan1-1/+3
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan1-17/+19
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan1-8/+4