meson/mesonbuild/backend
Paolo Bonzini 0b2865e8b9 ninjabackend: stabilize order of dependencies and order-only dependencies
These do not go into the command line, and therefore do not matter
for the purpose of avoiding unnecessary rebuilds after meson is
rerun.  However, they complicate the task of finding differences
between build lines across meson reruns.

So take the easy way out and sort everything after | and ||.
With this change, there is absolutely no change in QEMU's 40000-line
build.ninja file after meson is rerun.
2020-11-15 14:21:31 +01:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py build: use PIE objects for static libraries if b_staticpic=false but b_pie=true 2020-10-18 18:56:35 +03:00
ninjabackend.py ninjabackend: stabilize order of dependencies and order-only dependencies 2020-11-15 14:21:31 +01:00
vs2010backend.py vs: add static_from_buildtype to b_vscrt 2020-10-14 19:35:28 +03:00
vs2015backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2017backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2019backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
xcodebackend.py Fixed using files object in subdir with xcode backend 2020-10-04 14:52:28 +02:00