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
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
2023-12-10
xcode: Add support for extra files
Albert Tang
2023-09-18
xcode: Check for apple framework deps by name
Albert Tang
2023-07-23
backend: fix checking dep instance for xcode
Albert Tang
2023-07-10
backends: Always take options from target
Xavier Claessens
2023-07-02
genvslite: greatly simplify the implementation of non-genvslite backends
Eli Schwartz
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-20
backends/xcode: simplify an obviously too-complicated function
Eli Schwartz
2023-06-20
delete dead code that has never been referenced
Eli Schwartz
2023-06-20
backends/xcode: various sundry low-effort typing fixes
Eli Schwartz
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-28
Add support for meson.options as a replacement for meson_options.txt
Dylan Baker
2023-03-20
backends: simplify class setup
Eli Schwartz
2023-01-10
backends: Stop passing generator exes to ExecutableSerialisation as strings
Dylan Baker
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-06-14
backend: always use the same code to compute the files in ExtractedObjects
Paolo Bonzini
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-03-31
Handle same Framework multiple times in Xcode.
Jussi Pakkanen
2022-03-31
Handle feed and capture in xcodebackend.
Jussi Pakkanen
2022-03-30
Fix typos in Xcode backend.
Jussi Pakkanen
2022-03-29
Replace backend.get_option_for_target() with target.get_option()
Xavier Claessens
2022-03-22
backends: Stop separating base and compiler options
Xavier Claessens
2022-01-27
flake8: fix wonky comment style
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-04
fix extra whitespace
Eli Schwartz
2021-10-04
remove useless variables that are no longer or were never used
Eli Schwartz
2021-09-14
fix untested codepath? add:item() is surely a typo, not a real function
Eli Schwartz
2021-08-31
pyllint: enable consider-user-enumerate
Dylan Baker
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-31
pylint: enable consider-iterating-dictionary
Dylan Baker
2021-08-21
Fix duplicated frameworks in the Xcode backend.
Jussi Pakkanen
2021-08-21
Fix multiple generators in target in Xcode.
Jussi Pakkanen
2021-08-21
Path special casing for the Xcode backend.
Jussi Pakkanen
[next]