Imported Upstream version 0.56.1 upstream/0.56.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 4 Jan 2022 06:38:48 +0000 (15:38 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 4 Jan 2022 06:38:48 +0000 (15:38 +0900)
commit0810faaba3653ccba02e469e85351338c6089231
tree0ba964a9536f6a805c1b06ba9971d8b0d730d590
parent75feffc67c0739b120cafd440e3afced79c89fd2
Imported Upstream version 0.56.1
37 files changed:
cross/linux-mingw-w64-32bit.txt
cross/linux-mingw-w64-64bit.txt
docs/markdown/Pkgconfig-module.md
docs/markdown/Qt5-module.md
man/meson.1
mesonbuild/backend/ninjabackend.py
mesonbuild/build.py
mesonbuild/cmake/interpreter.py
mesonbuild/compilers/c.py
mesonbuild/compilers/compilers.py
mesonbuild/compilers/mixins/emscripten.py
mesonbuild/compilers/rust.py
mesonbuild/coredata.py
mesonbuild/dependencies/base.py
mesonbuild/environment.py
mesonbuild/interpreter.py
mesonbuild/linkers.py
mesonbuild/modules/pkgconfig.py
mesonbuild/modules/qt.py
mesonbuild/msubprojects.py
mesonbuild/scripts/depfixer.py
mesonbuild/wrap/wrap.py
run_unittests.py
test cases/cmake/2 advanced/subprojects/cmMod/CMakeLists.txt
test cases/cmake/2 advanced/subprojects/cmMod/lib/cmMod.cpp
test cases/cmake/24 mixing languages/main.c [new file with mode: 0644]
test cases/cmake/24 mixing languages/meson.build [new file with mode: 0644]
test cases/cmake/24 mixing languages/subprojects/cmTest/CMakeLists.txt [new file with mode: 0644]
test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.c [new file with mode: 0644]
test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.h [new file with mode: 0644]
test cases/cmake/24 mixing languages/subprojects/cmTest/cmTest.m [new file with mode: 0644]
test cases/common/122 llvm ir and assembly/square-aarch64.S
test cases/failing/76 link with shared module on osx/test.json
test cases/unit/85 nested subproject regenerate depends/main.c [new file with mode: 0644]
test cases/unit/85 nested subproject regenerate depends/meson.build [new file with mode: 0644]
test cases/unit/85 nested subproject regenerate depends/subprojects/sub1/meson.build [new file with mode: 0644]
test cases/unit/85 nested subproject regenerate depends/subprojects/sub2/CMakeLists.txt [new file with mode: 0644]