summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-10Fix detection of ifunc attribute on clang++Bruce Merry
2025-11-09Fix inverted RTTI logic in Intel C++ compilerTudor Gradinaru
2025-11-09compilers: support GCC incremental LTOSam James
2025-11-09compilers: gnu: prepare for more work in get_lto_compile_argsSam James
2025-11-09compilers: gnu: clean up get_lto_link_argsSam James
2025-11-09compilers: gnu: implement get_lto_link_argsSam James
2025-11-06environment: handle machine file options sections with more than one subprojectDylan Baker
2025-11-05interpreter: Move validation of BuildTarget(extra_files) to InterpreterDylan Baker
2025-11-05interpreter: move rust_api/rust_crate_type interaction to the interpreterDylan Baker
2025-11-05interpreter: copy keyword arguments in `build_target`Dylan Baker
2025-11-05build: Use the Literal for rust_crate_typeDylan Baker
2025-11-05interpreter: add RUST_ABI to the build_target keyword argumentsDylan Baker
2025-11-05interpreter: Add rust_crate_type to kwargs TypeDictDylan Baker
2025-11-05interpreter: Move targetclass validation to top of build_targetDylan Baker
2025-11-05tests: Add a basic test for the codegen implementation codeDylan Baker
2025-11-05modules/codegen: fix typo bug introduced by rebaseDylan Baker
2025-11-05ExternalProgram: add cmd_array to complete the offferingStéphane Cerveau
2025-11-04Add build target keyword parameter 'build_subdir' [v8]Keith Packard
2025-11-03mlog: add a new log file with the setup logsStéphane Cerveau
2025-11-03backends: add CustomTargetIndexes to meson-{test,benchmark}-prereqPaolo Bonzini
2025-11-01Compilers: Add get_depfile_format() methodLuca Bacci
2025-10-31Avoid setting asycnio loop policy if possibleDylan Baker
2025-10-31Fix: Add OpenMP 6.0 macro definition to implementation tablejaideepkathiresan
2025-10-31dependencies: remove copy of self.libtype being setDylan Baker
2025-10-31ci: pin python for pylint to 3.13 to avoid "deprecated in 3.14"Eli Schwartz
2025-10-31wrap: automatically utilize truststore, if it is installedEli Schwartz
2025-10-31compilers: cpp: unset LIBCPP_HARDENING_MODE first for debugstlSam James
2025-10-31compilers: cpp: explain more wrt GCC versions vs assertionsSam James
2025-10-31compilers: cpp: stop trying to handle old libc++ for assertionsSam James
2025-10-31compilers: cpp: add comment wrt GCC -stdlib=libc++ caseSam James
2025-10-31Always check if found libraries are linkableSam James
2025-10-31compilers: handle older Python behaviour for TemporaryDirectorySam James
2025-10-30mdist: fix failure to create tar files the user asked to createEli Schwartz
2025-10-30Add ifx to list of Fortran compilers on WindowsMads Bach Villadsen
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-10-29compilers/gnu: use version attributes for feature checksLiza Chevalier
2025-10-29cargo: add check-cfg for system_deps_have_* symbolsPaolo Bonzini
2025-10-29cargo: use subproject() if a workspace member is in subprojects/Paolo Bonzini
2025-10-29cargo: propagate PackageState from the full resolution into workspacesPaolo Bonzini
2025-10-29cargo: always create a dummy workspacePaolo Bonzini
2025-10-29cargo: mark workspaces as downloadedPaolo Bonzini
2025-10-29cargo: extract _resolve_packagePaolo Bonzini
2025-10-29cargo: move rust_dependency_map generation to PackageConfigurationPaolo Bonzini
2025-10-29cargo: put all dependencies in the rust_dependency_mapPaolo Bonzini
2025-10-29cargo: move rustc argument generation to PackageState and PackageConfigurationPaolo Bonzini
2025-10-29cargo: move environment generation to PackageStatePaolo Bonzini
2025-10-29cargo: move _prepare_package outside _fetch_packagePaolo Bonzini
2025-10-29cargo: ensure all prepared package are in self.packagesPaolo Bonzini
2025-10-29cargo: pull feature and dependency data out of PackageStatePaolo Bonzini
2025-10-29cargo: unify handling of DEP/FEATURE and DEP?/FEATUREPaolo Bonzini