aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney1-1/+1
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney1-0/+4
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan1-8/+17
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch1-3/+4
2018-06-18Add check for arguments of has_members.Christoph Behle1-0/+2
2018-06-18Use stub to report misuse of get_defineChristoph Behle1-4/+1
2018-06-18Test if compiler supports get_define.Christoph Behle1-1/+4
2018-06-18Add UserFeatureOption typeXavier Claessens1-25/+103
2018-06-12Always apply concatenate_string_literal.Christoph Behle1-4/+0
2018-06-12get_define can concatenate string literals.Christoph Behle1-0/+4
2018-06-10configure_file: Add 'encoding' to FeatureNewNirbheek Chauhan1-1/+1
2018-06-09Add file encoding to configure_fileSander Sweers1-3/+6
2018-06-09Fix options being reset to default on reconfigureXavier Claessens1-4/+14
2018-06-07Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens1-1/+4
2018-06-06Convert args.projectoptions into a dictXavier Claessens1-80/+62
2018-06-06coredata: Stop setting default option values as argparse attributeXavier Claessens1-12/+11
2018-06-06Move to coredata some methods handling optionsXavier Claessens1-1/+1
2018-06-06Delay backend creation until project() is parsedXavier Claessens1-1/+32
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-28/+7
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens1-1/+1
2018-06-06Warn when Apple bitcode support is enabled and in-useNirbheek Chauhan1-1/+11
2018-06-05Fix non-list used with FeatureNewKwargsJon Turney1-1/+1
2018-06-05FeatureNew: Add decorators for new install_mode kwargsNirbheek Chauhan1-2/+5
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan1-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-03Allow substitutions in custom_target() depfile:Jon Turney1-0/+2
2018-06-02Add 'install_mode' to all installable targetsFilipe Brandenburger1-6/+19
2018-06-01Merge pull request #3486 from Salamandar/salamandar/meson_version_introspectionJussi Pakkanen1-0/+46
2018-06-01configure_file: Add output_format kwarg (#3636)Mathieu Duponchelle1-2/+12
2018-06-01Add 0.47.0 featuresSalamandar1-0/+3
2018-06-01Add 0.46.0 featuresSalamandar1-0/+15
2018-06-01Add 0.45.0 featuresSalamandar1-0/+2
2018-06-01Add 0.44.0 featuresSalamandar1-0/+5
2018-06-01Add 0.43.0 featuresSalamandar1-0/+1
2018-06-01Add 0.42.0 featuresSalamandar1-0/+2
2018-06-01Add 0.41.0 featuresSalamandar1-0/+3
2018-06-01Add 0.40.0 featuresSalamandar1-0/+5
2018-06-01Add 0.38.0 featuresSalamandar1-0/+5
2018-06-01Add 0.37.0 featuresSalamandar1-1/+2
2018-06-01print features reports after runSalamandar1-0/+2
2018-06-01Move target_version from coredata to mesonlibSalamandar1-1/+1
2018-06-01Add version_compare_condition_with_{min,max} for specific comparison utils.Salamandar1-0/+1
2018-06-01Add basic code for feature version detection:Salamandar1-0/+1
2018-05-30New compiler method: check_headerNirbheek Chauhan1-0/+26
2018-05-27Merge pull request #3491 from jeandet/qt_private_headersJussi Pakkanen1-1/+1
2018-05-25Mark even empty confs used appropriately.Jussi Pakkanen1-0/+1
2018-05-23Print project versionTim-Philipp Müller1-0/+1
2018-05-23interpreter: fix configure_file() message on empty configuration_data() [skip...Tim-Philipp Müller1-1/+1
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen1-11/+39