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-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
2021-04-15
Xcode: add functionality for sources created with a generator.
Jussi Pakkanen
2021-04-14
Xcode: do not process custom target outputs on targets they are not used in.
Jussi Pakkanen
2021-04-14
Xcode: add sanity check asserts.
Jussi Pakkanen
2021-04-14
Xcode: fix path of extracted objects in subdirs.
Jussi Pakkanen
2021-04-14
Xcode: use correct key for file id lookup.
Jussi Pakkanen
2021-04-11
Xcode: can generate object files with generators.
Jussi Pakkanen
2021-04-11
Xcode: fix setting up inlude args for source and build dirs.
Jussi Pakkanen
2021-04-11
Xcode: fix linking of static libs that link to other libs.
Jussi Pakkanen
2021-04-10
Xcode: use common language options like std version.
Jussi Pakkanen
2021-04-10
Xcode: Fix source generation.
Jussi Pakkanen
2021-04-09
Xcode: Fix target prefixes and suffixes and conf-time generated sources.
Jussi Pakkanen
2021-04-09
Xcode: Fix object extraction.
Jussi Pakkanen
2021-04-09
Write include directory names with the correct amount of quoting.
Jussi Pakkanen
2021-04-09
Write include dirs with absolute paths in the Xcode backend, relative ones do...
Jussi Pakkanen
2021-04-08
Fix Xcode targets in subdirs.
Jussi Pakkanen
2021-04-08
Remove unneeded variable.
Jussi Pakkanen
2021-04-08
Avoid rebuilding the target list all the time.
Jussi Pakkanen
2021-04-08
Skip compilers that are not used for a given target.
Jussi Pakkanen
2021-04-07
Fix shared libs and using one source in multiple targets.
Jussi Pakkanen
2021-04-07
Fix building static libs with the Xcode backend.
Jussi Pakkanen
2021-04-05
LGTM fix.
Jussi Pakkanen
2021-04-05
Use warning args in the Xcode backend.
Jussi Pakkanen
2021-04-05
Use actual build type rather than hardcoding "debug".
Jussi Pakkanen
2021-04-05
Set debug info in the Xcode native way.
Jussi Pakkanen
2021-04-05
Set optimization level in the Xcode native way.
Jussi Pakkanen
2021-04-05
Refactor Xcode target generation to its own method.
Jussi Pakkanen
[prev]
[next]