aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Adjust kernel detection to support Solaris 5.10 or earlierHEADmasterCorrodedCoder1-0/+5
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker1-0/+6
2023-09-25fix bug where all java builds & tests fail to run SanityCheck on JDK11Alan Brooks1-1/+1
2023-09-25Add clang-tidy-fix targetLei YU2-1/+7
2023-09-24cpp: restore c++26 supportChristoph Reiter1-1/+1
2023-09-23openmp: add 5.1/5.2, fixes openmp with llvm v17Christoph Reiter1-0/+2
2023-09-23get_llvm_tool_names: add llvm 17Christoph Reiter1-0/+1
2023-09-22interpreter: Move code that dumps generated ASTXavier Claessens1-24/+14
2023-09-22CMakeInterpreter: Remove useless argumentsXavier Claessens2-9/+5
2023-09-22Allow to fallback to cmake subprojectXavier Claessens5-27/+37
2023-09-22CPU family support 'sw_64' and remove the compile warning (#12273)Kunwu.Chan1-0/+2
2023-09-22ZlibSystemDependency: pass libtype to clib_compiler.find_libraryAlan Coopersmith1-1/+1
2023-09-22rust: properly rematerialize static dependencies as well as dynamic onesDylan Baker1-2/+3
2023-09-21objective-c++: add support for current supported standards in Apple ClangSteven Noonan1-1/+3
2023-09-19Rust: Fix both_libraries() caseXavier Claessens2-3/+6
2023-09-19Rust: Use Popen_safe_logged in sanity checksXavier Claessens1-11/+5
2023-09-19Rust: Fix proc-macro usage when cross compilingXavier Claessens2-1/+5
2023-09-19Rust: Prevent linking Rust ABI with C library/executableXavier Claessens1-12/+16
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens3-45/+69
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker1-3/+20
2023-09-19interpreter: Use common definition for sources typeXavier Claessens2-15/+20
2023-09-19interpreter: Allow regex matching in expect_error()Xavier Claessens1-4/+9
2023-09-18pkgconfig: Use ImmutableListProtocol[str] for cached listsXavier Claessens1-9/+10
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens4-22/+51
2023-09-18pkgconfig: Deprecate "pkgconfig" in favor of "pkg-config" in [binaries]Xavier Claessens2-2/+6
2023-09-18pkgconfig: Restore logging of pkg-config versionXavier Claessens1-14/+12
2023-09-18pkgconfig: Use lru_cache instead of caching command linesXavier Claessens1-19/+9
2023-09-18pkgconfig: Cache the implementation instanceXavier Claessens2-42/+35
2023-09-18Remove get_configtool_variable()Xavier Claessens3-31/+12
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens12-61/+54
2023-09-18Metrowerks assembler should not inherit opt args from mixinNomura1-0/+3
2023-09-18Metrowerks: set optlevel 3 to max optimization argsNomura1-1/+1
2023-09-18Metrowerks: remove duplicate optimization argsNomura1-4/+4
2023-09-18xcode: Check for apple framework deps by nameAlbert Tang1-6/+5
2023-09-15environment, env2mfile: Don't shell split paths if they point to a valid exec...L. E. Segovia2-2/+8
2023-09-14Wrap: Use git instead of patch by defaultXavier Claessens1-6/+8
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović6-24/+53
2023-09-13fix undefined StringNode from previous commitCharles Brunet1-1/+1
2023-09-13Fix assertion raised with invalid option nameCharles Brunet1-0/+5
2023-09-13Allow unit test to parse testcase blocksCharles Brunet1-0/+5
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen14-271/+707
2023-09-12msubprojects: Speedup subproject_dir extractionXavier Claessens2-5/+22
2023-09-12fix bug with openssl when cmake is missingCharles Brunet2-4/+20
2023-09-11parser: allow whitespaces and comments in cont_eolCharles Brunet1-1/+1
2023-09-11raw printerCharles Brunet1-0/+219
2023-09-11ast: fully resolve nodes for add operationCharles Brunet1-2/+2
2023-09-11parser: preserve whitespaces and commentsCharles Brunet1-7/+60
2023-09-11parser: simplify other node constructorsCharles Brunet4-31/+26
2023-09-11parser: simplify by using Unary and Binary Operator NodeCharles Brunet1-42/+17
2023-09-11parser: simplify Assignment and PlusAssignment nodesCharles Brunet5-27/+12