aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz1-1/+1
2023-03-01handle meson_version even when the build file fails to parseEli Schwartz1-4/+19
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens1-1/+21
2023-02-20interpreter: Do not ignore all exceptions when adding compilerXavier Claessens1-1/+1
2023-02-09respect the machine file binary overrides, even if it doesn't existEli Schwartz1-1/+3
2023-02-01pylint 2.16: raise a more intentional exceptionEli Schwartz1-1/+1
2023-01-18interpreter: use typed_pos_args for build_targetsDylan Baker1-11/+48
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini1-1/+4
2023-01-03reformat some warnings for better code readabilityDylan Baker1-4/+6
2022-12-27add license_files kwarg to projectEli Schwartz1-3/+16
2022-12-24interpreter: use static_lib's already calculated pic valueDylan Baker1-9/+1
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz1-1/+1
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz1-3/+0
2022-12-05interpreter: move TEST_KW from interpreter.py to type_checking.pyDylan Baker1-21/+3
2022-12-04dependencies: only print not_found_message onceMichael Champanis1-1/+0
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-1/+1
2022-11-24Fix various spelling errorsDavid Robillard1-1/+1
2022-11-16Fix deprecation message, the function name is fs.copyfile()Xavier Claessens1-1/+1
2022-11-16Change the warning generated by importing an unstable module to non-fatalTristan Partin1-1/+1
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens1-3/+2
2022-10-31emit a FeatureNew when using include_directories as a stringEli Schwartz1-0/+7
2022-10-24Add missing since annotations in docsElliott Sales de Andrade1-1/+1
2022-10-24Accept disablers in summary valuesElliott Sales de Andrade1-1/+4
2022-10-24Add missing doc for NASM languageXavier Claessens1-0/+2
2022-10-23Fix excluding sources for static lib in both_libraries()Xavier Claessens1-10/+12
2022-09-19pylint: enable use-sequence-for-iterationDylan Baker1-1/+1
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-0/+5
2022-09-05interpreter: name typing-only kwargs import with an underscoreEli Schwartz1-41/+41
2022-09-05interpreter: add a few small func annotationsEli Schwartz1-4/+4
2022-08-29flake8: fix unnecessary f-strings without any format placeholdersEli Schwartz1-1/+1
2022-08-29flake8: fix lingering whitespace errorsEli Schwartz1-2/+0
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge1-9/+11
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-1/+1
2022-08-23install modes should not apply sticky bit to filesEli Schwartz1-6/+27
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz1-9/+8
2022-08-22interpreter: add a special class to track the lifecycle of get_option() stringsEli Schwartz1-0/+6
2022-08-18modules/pkgconfig: Use typed_kwargsDylan Baker1-25/+0
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker1-1/+4
2022-08-17interpreter: deprecate the ability import unstable modules as `unstable_*`Dylan Baker1-0/+3
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-31/+50
2022-08-17modules: use module level information about new and deprecationDylan Baker1-6/+9
2022-08-15make add_project_dependencies respect build version of include dirsEli Schwartz1-1/+1
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger1-2/+27
2022-07-17interpreter: Add return type to func_dependencyDylan Baker1-1/+1
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz1-7/+25
2022-07-08fix incorrect type annotationEli Schwartz1-1/+1
2022-07-06Improve error message for `include_directories(abs_path_intree)`Ralf Gommers1-2/+7
2022-06-17migrate declare_dependency to typed_kwargsEli Schwartz1-31/+33
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz1-12/+10
2022-06-17interpreter: fix a subproject check with symlinksHemmo Nieminen1-1/+1