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
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-04-29
Fixed unnecessary .items()
Daniel Mensinger
2019-04-29
Fix unused variables warnings
Daniel Mensinger
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-02-24
xcode backend: Add target dependency link args
David Vanderson
2018-10-08
Pass arguments from in xcode projects
Guillermo Ignacio Enriquez Gutierrez
2018-10-08
Xcode project now supports assembly files
Guillermo Ignacio Enriquez Gutierrez
2018-10-01
Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...
Guillermo Ignacio Enriquez Gutierrez
2018-09-25
Fix Xcode backend: support for precompiled headers. Only one header per targe...
Guillermo Ignacio Enriquez Gutierrez
2018-09-24
Partially fix targets that use precompiled header with --backend=xcode. Vario...
Guillermo Ignacio Enriquez Gutierrez
2018-09-24
Sort some objects before writing as Xcode expects [skip ci]
Guillermo Ignacio Enriquez Gutierrez
2018-09-19
Fix `build --backend=xcode` (#4220)
Guillermo Ignacio Enriquez Gutierrez
2018-03-12
Fix shared library building on xcode.
Jukka Laurila
2018-03-09
Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.
Jukka Laurila
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-11-21
Review fixes.
Jussi Pakkanen
2017-11-20
Replaced sys.executable use with the mesonlib equivalent.
Jussi Pakkanen
2017-07-16
Removed consecutive identical variable assignments.
Jussi Pakkanen
2017-05-29
Whitespace tweaks to reduce Flake8 warnings
Alistair Thomas
2017-05-23
xcode-backend framework fixes
blackbox
2017-05-23
codestyle
blackbox
2017-05-23
remove debug-marker
blackbox
2017-05-23
XCode frameworks support
blackbox
2017-05-04
Use American English - 'ise' -> 'ize' where applicable
Peter Hutterer
2017-01-11
style: [E502] the backslash is redundant between brackets
Mike Sinkovsky
2017-01-01
style: fix E124 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-07
Skip shared module test on VS because it fails for some reason nobody underst...
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-07-01
Overhaul versioning and naming of libraries
Nirbheek Chauhan
2016-04-15
backends: Don't duplicate test setup data file name
Nirbheek Chauhan
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
2016-02-25
Fix Xcode backend
Rogiel Sulzbach
2016-01-23
Moved backends to their own module.
Jussi Pakkanen