aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 YU5-3/+41
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 Claessens21-27/+188
2023-09-22CPU family support 'sw_64' and remove the compile warning (#12273)Kunwu.Chan2-0/+4
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-19docs: fix `add_project_link_arguments` documentationBenoit Pierre1-3/+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 Claessens2-14/+19
2023-09-19Rust: Remove unit test already covered in "rust/4 polyglot"Xavier Claessens6-28/+0
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens13-56/+263
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker3-3/+62
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 Claessens5-24/+53
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 Claessens2-15/+13
2023-09-18pkgconfig: Use lru_cache instead of caching command linesXavier Claessens1-19/+9
2023-09-18pkgconfig: Cache the implementation instanceXavier Claessens3-48/+42
2023-09-18Remove get_configtool_variable()Xavier Claessens5-33/+13
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens15-68/+62
2023-09-18fix linksyyyyyiiiiii1-2/+2
2023-09-18Update link to lcovEberhard Beilharz1-1/+1
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-15reference tables: Document how to set compiler paths with spaces in environme...L. E. Segovia1-0/+20
2023-09-15environment, env2mfile: Don't shell split paths if they point to a valid exec...L. E. Segovia2-2/+8
2023-09-14Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"Christoph Reiter1-3/+0
2023-09-14Wrap: Use git instead of patch by defaultXavier Claessens1-6/+8
2023-09-13Use @DIRNAME@ in Metrowerks cross files to point to linker scriptNomura2-18/+8
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović15-24/+139
2023-09-13run_project_tests: support checking for symlinksArsen Arsenović2-2/+8
2023-09-13fix undefined StringNode from previous commitCharles Brunet1-1/+1
2023-09-13Fix assertion raised with invalid option nameCharles Brunet2-0/+13
2023-09-13Allow unit test to parse testcase blocksCharles Brunet1-0/+5
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen18-272/+920
2023-09-12msubprojects: Speedup subproject_dir extractionXavier Claessens2-5/+22
2023-09-12fix bug with openssl when cmake is missingCharles Brunet5-4/+39
2023-09-11parser: allow whitespaces and comments in cont_eolCharles Brunet2-7/+7