meson/mesonbuild/backend
Marcel Hollerbach 5465fc5e28 ninjabackend: refactor _generate_single_compile
when we are generating the include directories for a build target, then
we are iterating over all include directories, check if they are . or ..
and if not, generate a compile args object for it. However, the join
calls and the generation of the compile object is quite expensive, if we
cache the results of this, then we can _generate_single_compile from 60%
to roughly 50%.
2019-06-03 20:37:27 +03:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py backend: refactor get_custom_target_provided_libraries 2019-06-03 20:37:27 +03:00
ninjabackend.py ninjabackend: refactor _generate_single_compile 2019-06-03 20:37:27 +03:00
vs2010backend.py Merge pull request #5311 from mensinda/flake8Plugins 2019-05-02 23:30:29 +03:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py VS: Add /DEBUG to linker to generate debug information 2017-11-30 22:36:28 +02:00
vs2019backend.py Add VS2019 backend CI and docs. 2019-04-16 00:11:02 +03:00
xcodebackend.py Fixed unnecessary .items() 2019-04-29 12:23:13 +02:00