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
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
2021-04-23
Xcode: handle CustomTargetIndexes.
Jussi Pakkanen
2021-04-23
Xcode: ever more quoting.
Jussi Pakkanen
2021-04-23
Xcode: only add source and build dirs if implicit_include_directories is set.
Jussi Pakkanen
2021-04-22
Xcode: do not link shared modules against executables.
Jussi Pakkanen
2021-04-22
Xcode: add missing quote character.
Jussi Pakkanen
2021-04-22
Xcode: fix shell quotings.
Jussi Pakkanen
2021-04-22
Xcode: skip link language override test.
Jussi Pakkanen
2021-04-21
Xcode: put all include dirs via a property rather than a cmd line arg.
Jussi Pakkanen
2021-04-21
Xcode: add target private dir to include path.
Jussi Pakkanen
2021-04-21
Xcode: quote some entries as needed.
Jussi Pakkanen
2021-04-20
Xcode: fix file objects in various places.
Jussi Pakkanen
2021-04-20
Xcode: fix compiling shared modules.
Jussi Pakkanen
2021-04-19
Xcode: regenerato project file when build conf changes.
Jussi Pakkanen
2021-04-19
Xcode: replace all backslashes with eight backslashes. Because obviously.
Jussi Pakkanen
2021-04-18
Xcode: fix generators that take custom targets as inputs.
Jussi Pakkanen
2021-04-18
Xcode: add proper target dependencies to custom targets.
Jussi Pakkanen
2021-04-18
Xcode: fix running commands that lie in the build root dir.
Jussi Pakkanen
2021-04-18
Xcode: fix custom target chaining.
Jussi Pakkanen
2021-04-18
Xcode: made custom targets into top level AggregateTargets.
Jussi Pakkanen
2021-04-16
Xcode: make the test target depend on build_all target.
Jussi Pakkanen
2021-04-16
Xcode: fix custom targets that produce objs and libs.
Jussi Pakkanen
2021-04-16
Xcode: handle capturing generators.
Jussi Pakkanen
2021-04-15
Xcode: this is what happens when you do not treat command lines as arrays.
Jussi Pakkanen
2021-04-15
Xcode: remove some unnecessary dict entries.
Jussi Pakkanen
[next]