375 Commits (5421c24ea02ac50292db51bcab6150bb7e91bf1c)

Author SHA1 Message Date
Dylan Baker 5ff59f2fb5 interpreter: remove rust_crate_type from the build_target checker 1 year ago
Dylan Baker 07597088a5 interpreter: used typed_kwargs for rust_dependency_map 1 year ago
Dylan Baker 3c88c73c59 interpreter: annotate build_target function 1 year ago
Xavier Claessens 586bd1136d interpreter: Move code that dumps generated AST 1 year ago
Xavier Claessens e9369be086 CMakeInterpreter: Remove useless arguments 1 year ago
Xavier Claessens 49e7e3b9cc Allow to fallback to cmake subproject 1 year ago
Xavier Claessens dbf081c9ce Rust: Fix both_libraries() case 1 year ago
Xavier Claessens c6f33aed2d Rust: Fix proc-macro usage when cross compiling 1 year ago
Xavier Claessens dd22546bdd interpreter: Use common definition for sources type 1 year ago
Xavier Claessens 94f330fd9d interpreter: Allow regex matching in expect_error() 1 year ago
Arsen Arsenović 0af126fec7 install_{data,headers,subdir}: implement follow_symlinks 1 year ago
Charles Brunet 923b95f3d1 Fix assertion raised with invalid option name 1 year ago
Charles Brunet 306562b466 parser: use IdNode for function name and assignment name 1 year ago
Charles Brunet 35936283d2 parser: preserve escape chars in strings 1 year ago
Nicholas Vinson b51bce070e Add macro_name option to configure_file 1 year ago
Charles Brunet 204fe3c577 Fix include_directories test for relative path 1 year ago
Liam Beguin 983562c66e
syntax-highlighting: vim: update builtin function list 1 year ago
Charles Brunet cf5adf0c64 add json output format to configure file 1 year ago
Xavier Claessens f720105e24 find_program: Fallback if version mismatch 1 year ago
Eli Schwartz 90ce084144
treewide: automatic rewriting of all comment-style type annotations 1 year ago
Dylan Baker bf036f37cd interpreter: delete dead code in func_declare_dependency 1 year ago
Dylan Baker 7abd4d39c1 interpreter: add type annotations to func_declare_dependency 1 year ago
Nomura 50baf3c626 Add default_options argument to find_program() 1 year ago
Xavier Claessens 6d7562a02c
run_command: Remove useless node argument 1 year ago
Eli Schwartz cdef674169 convert booleans in summary function to correct representation 1 year ago
Xavier Claessens cec3edc08a Unify message(), format() and fstring formatting 1 year ago
Daniele Nicolodi 9eb7fe332f Fix install_data() default install path 1 year ago
Daniele Nicolodi a0f165b2fa interpreter: Remove redundant comment 1 year ago
Dylan Baker 1a182ab599 make 'gui_app' an interpreter only concept 1 year ago
Dylan Baker 1cfbe5279d interpreter: use typed_kwargs for Executable(win_subsystem) 1 year ago
Dylan Baker 67035a181e interpreter: use typed_kwargs for gui_app 1 year ago
Eli Schwartz db0d579c79
interpreter: fix typing for adding tests 1 year ago
Dylan Baker 3a4b874ec0 interpreter: stop setting member out of initializer that isn't even used 1 year ago
Charles Brunet a84a082b1a Prevent summary displaying timestamp twice 1 year ago
Dylan Baker a62a42b272 interpreter: use kwarginfo for build_target(target_type) 1 year ago
Dylan Baker 68da3669a4 interpreter: use type_checking defined target argument lists 1 year ago
Dylan Baker 686f6aac31 intepreter: add kwargs annotations for build_target classes 1 year ago
Eli Schwartz 7afc69254d
fix implicit_reexport issues and enforce them going forward 1 year ago
GertyP 36bf53bdfd
Experimental 'genvslite' WIP. (#11049) 1 year ago
Jussi Pakkanen 78b8d447ee Fix pylint. 1 year ago
Nathan Goldbaum f92bc05c18 interpreter: use os.listdir instead of os.scandir to avoid ResourceWarning 1 year ago
Eli Schwartz 5849979afa
stop importing cmake when it isn't used 1 year ago
Dylan Baker be20e0809f interpreter: allow default_options and override_options as a dict 2 years ago
Xavier Claessens 5e2a47e768 Interpreter: Using executable in run_command/configure_file is not a 2 years ago
Eli Schwartz 0ea28fa637
convert some FeatureDeprecated for totally broken stuff, to FeatureBroken 2 years ago
Eli Schwartz d558291abe
add new FeatureBroken check class for annotating features that are really broken 2 years ago
Xavier Claessens d8cb62bf2b Allow targetting Meson 1.2.0 when version is 1.1.99 2 years ago
Tristan Partin 58aa301acc Override find_program('meson') 2 years ago
Dylan Baker ada2a976f0
mlog: use a hidden class for state 2 years ago
Dylan Baker 73c054ced6
mlog: remove direct calls to log_once 2 years ago