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
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
2021-08-21
Handle .C extension in Xcode.
Jussi Pakkanen
2021-08-20
backends: remove unused name parameter from as_meson_exe_cmdline
Dylan Baker
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-06-07
another pyupgrade pass
Eli Schwartz
2021-05-23
Add swift executable support in Xcode.
Jussi Pakkanen
2021-05-23
Remove unnecessary hierarchical layer.
Jussi Pakkanen
2021-05-23
Remove top level sources entry as unnecessary.
Jussi Pakkanen
2021-05-23
Add meson.build files to pbxgroup.
Jussi Pakkanen
2021-05-23
Write project info in a tree structure rather than the current flat one.
Jussi Pakkanen
2021-04-29
Xcode: fix project cleaning.
Jussi Pakkanen
2021-04-25
Xcode: make Swift projects work.
Jussi Pakkanen
2021-04-25
Xcode: add objective C++ flags to plain C++ because Xcode requires it.
Jussi Pakkanen
2021-04-25
Xcode: add objective C flags to plain C because Xcode requires it.
Jussi Pakkanen
2021-04-24
Xcode: fix linking to customtargetindex objects.
Jussi Pakkanen
2021-04-23
Xcode: even more command line argument expansion.
Jussi Pakkanen
2021-04-23
Xcode: Quote McQuoteface.
Jussi Pakkanen
[prev]
[next]