aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens1-28/+31
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens4-95/+150
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens1-27/+29
2023-08-06build.py: improve BuildTarget error messageAlexandre Janniaux1-2/+2
2023-08-06UserArrayOption: Make listify_value() a static methodXavier Claessens2-3/+7
2023-08-06UserArrayOption: Remove user_input argumentXavier Claessens4-16/+14
2023-08-06environment: Don't override mips64 to mips if no compilers are availableSimon McVittie1-2/+2
2023-08-06environment: Assume that mips64 can run 32-bit mips binariesSimon McVittie1-0/+1
2023-08-05fixup: since: 1.1.0 -> 1.3.0Milan Hauth1-1/+1
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens1-40/+100
2023-08-04Add default_options argument to find_program()Nomura2-5/+11
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens6-169/+233
2023-08-03MachineChoice: Implement __str__ for easier debugXavier Claessens1-0/+3
2023-08-03run_command: Remove useless node argumentXavier Claessens2-5/+4
2023-08-03ExecutableSerialisation: capture and feed are optional stringsXavier Claessens2-10/+8
2023-08-02convert booleans in summary function to correct representationEli Schwartz1-3/+6
2023-08-02Unify message(), format() and fstring formattingXavier Claessens5-32/+56
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz1-1/+1
2023-08-02Optimize extract_dll_paths in ninja backendCharles Brunet1-24/+29
2023-07-31fix lint errors revealed by pycodestyle 2.11Eli Schwartz2-5/+5
2023-07-31do better sanity check for vs_module_defs inputEli Schwartz1-1/+1
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen1-2/+24
2023-07-28modules/python3: exclude name_prefix and name_suffixDylan Baker1-5/+1
2023-07-28modules/python3: use typed_pos_args for extension_moduleDylan Baker1-4/+9
2023-07-28modules/python3: use typed_kwargs for extension_moduleDylan Baker1-3/+12
2023-07-28modules/python: use typed_pos_args for extension_moduleDylan Baker1-5/+7
2023-07-28modules/python: typed_kwargs for subdirDylan Baker1-8/+9
2023-07-28modules/python: use the SHARED_MOD_KWS for extension methodDylan Baker1-3/+10
2023-07-26Fix install_data() default install pathDaniele Nicolodi3-14/+18
2023-07-26interpreter: Remove redundant commentDaniele Nicolodi1-1/+0
2023-07-25templates: use common classes for remaining languagesDylan Baker11-369/+182
2023-07-25templates: use a common template for C# and JavaDylan Baker4-99/+110
2023-07-25templates: fix typo in function name `sameple` -> `sample`Dylan Baker2-3/+3
2023-07-25templates: move initializer to base classDylan Baker12-55/+32
2023-07-25templates/samplefactory: move type checking only import to special blockDylan Baker1-1/+1
2023-07-25minit: use a Protocol for argumentsDylan Baker3-11/+34
2023-07-25minit: put imports togetherDylan Baker1-4/+1
2023-07-25minit: fix docstringDylan Baker1-1/+2
2023-07-25make 'gui_app' an interpreter only conceptDylan Baker7-44/+23
2023-07-25interpreter: use typed_kwargs for Executable(win_subsystem)Dylan Baker4-10/+17
2023-07-25interpreter: use typed_kwargs for gui_appDylan Baker4-7/+7
2023-07-25modules/pkgconfig: Don't insert None into devenv listDylan Baker1-1/+2
2023-07-24ninjabackend: add or correct various bits of typingEli Schwartz1-24/+24
2023-07-24ninjabackend: track all outputs using a setEli Schwartz1-3/+3
2023-07-24ninjabackend: remove useless and unused API bits in phony targetsEli Schwartz1-21/+21
2023-07-24force interpreter functions to actually receive tuple from typed posargsEli Schwartz1-1/+1
2023-07-24interpreter: fix typing for adding testsEli Schwartz1-1/+3
2023-07-24fix a few miscellaneous implicit-optional typing issuesEli Schwartz2-5/+5
2023-07-24interpreter: stop setting member out of initializer that isn't even usedDylan Baker1-1/+0
2023-07-24build: remove useless method callDylan Baker1-1/+0