Searched +full:meson +full:- +full:version (Results 1 – 25 of 277) sorted by relevance
12345678910>>...12
| /external/mesa3d/docs/ |
| D | meson.rst | 1 Compilation and Installation Using Meson 5 --------------- 7 For general information about Meson see the `Meson 10 **Mesa's Meson build system is generally considered stable and ready for 15 Mesa requires Meson >= 0.52.0 to build. 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 20 current version of Meson. 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 28 If Meson is not already installed on your system, you can typically [all …]
|
| /external/jsoncpp/ |
| D | meson.build | 5 # Note: version must be updated in three places when doing a release. This 6 # annoying process ensures that amalgamate, CMake, and meson all report the 7 # correct version. 8 # 1. /meson.build 9 # 2. /include/json/version.h 12 version : '1.9.4', 30 'include/json/version.h', 39 if get_option('default_library') == 'shared' and meson.get_compiler('cpp').get_id() == 'msvc' 40 dll_export_flag = '-DJSON_DLL_BUILD' 41 dll_import_flag = '-DJSON_DLL' [all …]
|
| D | CONTRIBUTING.md | 5 Both CMake and Meson tools are capable of generating a variety of build environments for you prefer… 6 Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other envir… 8 An example of a common Meson/Ninja environment is described next. 10 ## Building and testing with Meson/Ninja 12 [meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build 15 things like version strings might break. 17 First, install both meson (which requires Python3) and ninja. 28 meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE} 29 ninja -v -C build-${LIB_TYPE} 31 ninja -C build-static/ test [all …]
|
| /external/libxkbcommon/.github/workflows/ |
| D | main.yml | 11 runs-on: ubuntu-18.04 16 - uses: actions/checkout@v2 17 - uses: actions/setup-python@v1 19 python-version: '3.7' 20 - name: Install dependencies 22 python -m pip install --upgrade pip meson 23 sudo apt update -y 24 sudo env DEBIAN_FRONTEND=noninteractive apt install -y \ 25 doxygen libxcb-xkb-dev valgrind ninja-build \ 26 libwayland-dev wayland-protocols bison graphviz [all …]
|
| /external/freetype/ |
| D | meson.build | 2 # Meson project file for FreeType 2 5 # Copyright (C) 2020-2023 by 17 # meson configure 20 # to build only a shared version of FreeType, override the default value 23 # meson setup -Ddefault_library=shared 28 version: run_command('builds/meson/extract_freetype_version.py', 34 # Only meson >= 0.57 can read a file and assign its contents to a 41 files('builds/meson/extract_libtool_version.py'), 42 '--soversion', 47 files('builds/meson/extract_libtool_version.py'), [all …]
|
| /external/wayland/src/ |
| D | meson.build | 1 wayland_version = meson.project_version().split('.') 3 wayland_version_h.set('WAYLAND_VERSION', meson.project_version()) 8 input: 'wayland-version.h.in', 9 output: 'wayland-version.h', 17 'wayland-util', 18 sources: 'wayland-util.c' 27 # wayland-scanner 39 'wayland-scanner', 41 c_args: [ '-include', 'config.h' ], 50 version: meson.project_version(), [all …]
|
| /external/mesa3d/.appveyor/ |
| D | appveyor_msvc.bat | 5 python --version 6 python -m pip install --upgrade pip 7 python -m pip --version 10 python -m pip install Mako==1.1.3 12 python -m pip install pypiwin32 14 python -m pip install wheel 16 python -m pip install scons==3.1.2 17 call scons --version 19 python -m pip install Mako meson 20 meson --version [all …]
|
| /external/tinyxml2/ |
| D | meson.build | 3 # This software is provided 'as-is', without any express or implied 25 version : '9.0.0', 29 cpp = meson.get_compiler('cpp') 33 tinyxml_extra_args += '-D_CRT_SECURE_NO_WARNINGS' 37 tinyxml_extra_args += '-DTINYXML2_EXPORT' 41 tinyxml_extra_args += '-DTINYXML2_DEBUG' 49 version : meson.project_version(), 59 # versions of meson 60 if meson.version().version_compare('>= 0.54.0') 61 meson.override_dependency('tinyxml2', dep_tinyxml2) [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 18.3.2.rst | 7 Mesa 18.3.2 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 1cde4fafd40cd1ad4ee3a13b364b7a0175a08b7afdd127fb46f918c1e1dfd4b0 mesa-18.3.2.tar.gz 21 f7ce7181c07b6d8e0132da879af1729523a6c8aa87f79a9d59dfd064024cfb35 mesa-18.3.2.tar.xz 24 ------------ 29 --------- 31 - `Bug 106595 <https://bugs.freedesktop.org/show_bug.cgi?id=106595>`__ 32 - [RADV] Rendering distortions only when MSAA is enabled 33 - `Bug 107728 <https://bugs.freedesktop.org/show_bug.cgi?id=107728>`__ [all …]
|
| D | 19.2.1.rst | 1 Mesa 19.2.1 Release Notes / 2019-10-09 7 Mesa 19.2.1 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 15 Mesa 19.2.1 implements the Vulkan 1.1 API, but the version reported by 20 --------------- 24 4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9 mesa-19.2.1.tar.xz 27 ------------ 29 - None 32 --------- 34 - meson.build:1447:6: ERROR: Problem encountered: libdrm required for [all …]
|
| D | 18.2.8.rst | 7 Mesa 18.2.8 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 77512edc0a84e19c7131a0e2e5ebf1beaf1494dc4b71508fcc92d06d65f9f4f5 mesa-18.2.8.tar.gz 21 1d2ed9fd435d86d95b7215b287258d3e6b1180293a36f688e5a2efc18298d863 mesa-18.2.8.tar.xz 24 ------------ 29 --------- 31 - `Bug 108114 <https://bugs.freedesktop.org/show_bug.cgi?id=108114>`__ 32 - [vulkancts] new VK_KHR_16bit_storage tests fail. 33 - `Bug 108116 <https://bugs.freedesktop.org/show_bug.cgi?id=108116>`__ [all …]
|
| D | 19.3.0.rst | 1 Mesa 19.3.0 Release Notes / 2019-12-12 8 Mesa 19.3.0 implements the OpenGL 4.6 API, but the version reported by 13 Compatibility contexts may report a lower version depending on each 16 Mesa 19.3.0 implements the Vulkan 1.1 API, but the version reported by 21 --------------- 25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz 28 ------------ 30 - GL_ARB_gl_spirv on i965, iris. 31 - GL_ARB_spirv_extensions on i965, iris. 32 - GL_EXT_demote_to_helper_invocation on iris, i965. [all …]
|
| D | 19.1.8.rst | 7 Mesa 19.1.8 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 15 Mesa 19.1.8 implements the Vulkan 1.1 API, but the version reported by 20 ---------------- 24 f0fe8289b7d147943bf2fc2147833254881577e8f9ed3d94ddb39e430e711725 mesa-19.1.8.tar.xz 27 ------------ 32 --------- 34 - `Bug 111236 <https://bugs.freedesktop.org/show_bug.cgi?id=111236>`__ 35 - VA-API radeonsi SIGSEGV \__memmove_avx_unaligned 36 - `Bug 111664 <https://bugs.freedesktop.org/show_bug.cgi?id=111664>`__ [all …]
|
| D | 19.1.2.rst | 7 Mesa 19.1.2 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 813a144ea8ebefb7b48b6733f3f603855b0f61268d86cc1cc26a6b4be908fcfd mesa-19.1.2.tar.xz 23 ------------ 28 --------- 30 - `Bug 110702 <https://bugs.freedesktop.org/show_bug.cgi?id=110702>`__ 31 - segfault in radeonsi HEVC hardware decoding with yuv420p10le 32 - `Bug 110783 <https://bugs.freedesktop.org/show_bug.cgi?id=110783>`__ 33 - Mesa 19.1 rc crashing MPV with VAAPI [all …]
|
| D | 18.2.6.rst | 7 Mesa 18.2.6 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 16 ---------------- 20 e0ea1236dbc6c412b02e1b5d7f838072525971a6630246fa82ae4466a6d8a587 mesa-18.2.6.tar.gz 21 9ebafa4f8249df0c718e93b9ca155e3593a1239af303aa2a8b0f2056a7efdc12 mesa-18.2.6.tar.xz 24 ------------ 29 --------- 31 - `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__ 32 - [SNB] The graphical corruption and GPU hang occur sometimes on the 33 piglit test "arb_texture_multisample-large-float-texture" with [all …]
|
| D | 19.2.2.rst | 1 Mesa 19.2.2 Release Notes / 2019-10-23 7 Mesa 19.2.2 implements the OpenGL 4.5 API, but the version reported by 12 Compatibility contexts may report a lower version depending on each 15 Mesa 19.2.2 implements the Vulkan 1.1 API, but the version reported by 20 --------------- 24 7e4f0e2678bfcf3b94f533078b514f37943378a4a8604e477c888ec8a2904394 mesa-19.2.2.tar.xz 27 ------------ 29 - None 32 --------- 34 - Vulkan version of "Middle-earth: Shadow of Mordor" has graphics [all …]
|
| D | 18.0.1.rst | 7 Mesa 18.0.1 implements the OpenGL 4.5 API, but the version reported by 15 ---------------- 19 0c93ba892c0610f5dd87f2e2673b9445187995c395b3ddb33fd4260bfb291e89 mesa-18.0.1.tar.gz 20 b2d2f5b5dbaab13e15cb0dcb5ec81887467f55ebc9625945b303a3647cd87954 mesa-18.0.1.tar.xz 23 ------------ 28 --------- 30 - `Bug 101408 <https://bugs.freedesktop.org/show_bug.cgi?id=101408>`__ 31 - [Gen8+] Xonotic fails to render one of the weapons 32 - `Bug 102342 <https://bugs.freedesktop.org/show_bug.cgi?id=102342>`__ 33 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]: [all …]
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 1 version: 2.1 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… [all …]
|
| /external/harfbuzz_ng/src/ |
| D | meson.build | 2 … command: [find_program('gen-hb-version.py'), meson.project_version(), '@OUTPUT@', '@INPUT@'], 3 input: 'hb-version.h.in', 4 output: 'hb-version.h', 6 install_dir: get_option('includedir') / meson.project_name()) 8 # Base and default-included sources and headers 10 'hb-aat-layout-ankr-table.hh', 11 'hb-aat-layout-bsln-table.hh', 12 'hb-aat-layout-common.hh', 13 'hb-aat-layout-feat-table.hh', 14 'hb-aat-layout-just-table.hh', [all …]
|
| /external/crosvm/third_party/libslirp-rs/ |
| D | upload_libslirp.ps1 | 7 [int] $version = $(throw "specify version to upload") variable 15 $GS_BASE_URL = 'gs://chromeos-localmirror/distfiles/prebuilts/windows/x86_64/gnu/libslirp/' 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 24 +++ b/meson.build 25 @@ -59,7 +59,8 @@ lt_version = '@0@.@1@.@2@'.format(lt_current - lt_age, lt_age, lt_revision) 29 -glib_dep = dependency('glib-2.0') 30 +glib_dep = dependency('glib-2.0', static: true) 33 add_project_arguments(cc.get_supported_arguments('-Wmissing-prototypes', '-Wstrict-prototypes', 34 … '-Wredundant-decls', '-Wundef', '-Wwrite-strings'), [all …]
|
| /external/virglrenderer/.gitlab-ci/meson/ |
| D | build.sh | 3 set -e 4 set -o xtrace 6 CROSS_FILE=/cross_file-"$CROSS".txt 8 # We need to control the version of llvm-config we're using, so we'll 10 if test -n "$LLVM_VERSION"; then 11 LLVM_CONFIG="llvm-config-${LLVM_VERSION}" 12 echo -e "[binaries]\nllvm-config = '`which $LLVM_CONFIG`'" > native.file 13 if [ -n "$CROSS" ]; then 14 sed -i -e '/\[binaries\]/a\' -e "llvm-config = '`which $LLVM_CONFIG`'" $CROSS_FILE 16 $LLVM_CONFIG --version [all …]
|
| /external/libxkbcommon/ |
| D | meson.build | 4 version: '1.4.0', 13 cc = meson.get_compiler('c') 19 '-fno-strict-aliasing', 20 '-fsanitize-undefined-trap-on-error', 21 '-Wno-unused-parameter', 22 '-Wno-missing-field-initializers', 23 '-Wpointer-arith', 24 '-Wmissing-declarations', 25 '-Wformat=2', 26 '-Wstrict-prototypes', [all …]
|
| /external/wayland/ |
| D | Makefile.am | 5 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} 8 -I$(top_builddir)/src \ 9 -I$(top_srcdir)/src \ 10 -I$(top_builddir)/protocol 15 dist_aclocal_DATA = wayland-scanner.m4 18 wayland-scanner.mk \ 25 bin_PROGRAMS = wayland-scanner 27 wayland_scanner_CPPFLAGS = $(AM_CPPFLAGS) -include config.h 29 wayland_scanner_LDADD = $(EXPAT_LIBS) $(LIBXML_LIBS) libwayland-util.la 30 pkgconfig_DATA += src/wayland-scanner.pc [all …]
|
| /external/libdrm/intel/ |
| D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 34 version : '1.0.0', 52 version : meson.project_version(), 66 'gen4-3d.batch', 67 find_program('tests/gen4-3d.batch.sh'), 68 workdir : meson.current_build_dir(), 71 'gen45-3d.batch', 72 find_program('tests/gm45-3d.batch.sh'), 73 workdir : meson.current_build_dir(), 76 'gen5-3d.batch', [all …]
|
| /external/jsoncpp/.travis_scripts/ |
| D | meson_builder.sh | 6 # http://docs.travis-ci.com/user/multi-os/ 9 # - BUILD_TYPE=release/debug 10 # - LIB_TYPE=static/shared 27 if [ ${env_set} -eq 0 ]; then 41 exit -1 48 # -e: fail on error 49 # -v: show commands 50 # -x: show expanded commands 51 set -vex 57 which meson [all …]
|
12345678910>>...12