aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Compilers: Chain-up to parent class in get_options()Xavier Claessens2-52/+65
2018-06-06environment.py: Properly check platform on MSVC 2008Chun-wei Fan1-3/+11
2018-06-06Revert "really switch to qmake automatically if pkg-config fails"Nirbheek Chauhan1-1/+1
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan1-1/+11
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan3-17/+38
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan1-1/+1
2018-06-05Fix non-list used with FeatureNewKwargsJon Turney2-2/+2
2018-06-05FeatureNew: Add decorators for new install_mode kwargsNirbheek Chauhan1-2/+5
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan2-2/+3
2018-06-05FeatureNew: Print WARNING instead of ERRORNirbheek Chauhan1-2/+2
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan3-11/+53
2018-06-05Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan3-11/+31
2018-06-05Set WINEPATH when running serialized executablesNirbheek Chauhan4-3/+36
2018-06-04Update environment.pyNiklas Claesson1-1/+1
2018-06-03Use mesonlib.version_compare_many() first value only as an indicator of matchAleksey Filippov1-1/+1
2018-06-03Fix meson multiple version contraint errormikolajp1-1/+1
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