index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
backend
/
xcodebackend.py
Age
Commit message (
Expand
)
Author
2025-12-16
review get_subdir vs get_builddir
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_compile_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
2025-11-12
build: Use a tuple for pch data
Dylan Baker
2025-10-29
environment, backends: remove is_* methods
Paolo Bonzini
2025-10-16
backend: remove Interpreter
Paolo Bonzini
2025-10-16
build, backend: store build_def_files in Build
Paolo Bonzini
2025-10-14
Make use of build TypeAliases
Dylan Baker
2025-09-25
mypy: low-effort addition of various missing types
Eli Schwartz
2025-08-02
Add swift_interoperability_mode kwarg
Katalin Rebhan
2025-07-09
xcode: Setup folder tree in IDE
Albert Tang
2025-06-23
swift: Add support for C++/Objective-C++ interoperability
Albert Tang
2025-04-04
compilers: introduce get_option_std_args
Paolo Bonzini
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-03-08
Fix typos in comments
co63oc
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-12-16
Xcode backend: better quoting for spaces in HEADER_SEARCH_PATHS
Nick
2024-12-06
Fix ugly path after path join with the empty dirname
Nick
2024-12-06
Slightly fix compiler args order for the Xcode backend
Nick
2024-11-04
Xcode backend: only use found appleframeworksn
Nick
2024-09-14
Fix various incorrect uses of `its` vs `it's`.
Andrew McNulty
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-10
Merge pull request #13360 from klokik/xcode-quotes-fix
Jussi Pakkanen
2024-07-10
backend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...
Cepsylon
2024-06-28
Remove redundant quoting boilerplate on .add_item
Mykola Dolhyi
2024-06-27
Change empty string check approach
Mykola
2024-06-27
Refactor duplicated quoting code for XCode backend
Mykola Dolhyi
2024-06-03
xcode: Skip generating PBXBuildStyle on Xcode 9 and above
Albert Tang
2024-06-03
xcode: Generate files for highest detected version
Albert Tang
2024-06-03
xcode: Detect installed version of Xcode
Albert Tang
2024-04-24
backend: fix type annotation of Backend.generate
Dylan Baker
2024-04-09
backends: Add Nasm support to Xcode through a custom build rule
L. E. Segovia
2024-04-09
backends: Add Nasm support to Xcode through a custom build rule
L. E. Segovia
2024-01-26
xcode: Fix "clean" operation under new build system
Albert Tang
2024-01-26
xcode: Check custom target input for extracted objects
Albert Tang
2024-01-26
backends: Make object_filename_from_source() backend-agnostic
Albert Tang
2024-01-26
xcode: Autodetect host machine's CPU architecture
Albert Tang
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-11
xcode backend: sundry type annotations
Eli Schwartz
2023-12-11
xcode backend: make the type of get_target_dir align with parent class
Eli Schwartz
2023-12-11
xcode backend: delete unused code
Eli Schwartz
2023-12-11
backends: correct nonebackend return annotation and check in run_mypy
Eli Schwartz
2023-12-10
xcode: Filter out targets not built by default
Albert Tang
2023-12-10
xcode: Override determine_swift_deps_dir()
Albert Tang
2023-12-10
xcode: Enclose work directory in shell scripts
Albert Tang
2023-12-10
xcode: Wrap custom target output paths in quotes
Albert Tang
2023-12-10
xcode: Fix generating single generator phase
Albert Tang
2023-12-10
xcode: Search for dependencies for custom targets
Albert Tang
2023-12-10
xcode: Classify metal and glsl files correctly
Albert Tang
2023-12-10
xcode: Set bridging header for mixed swift targets
Albert Tang
[next]