Home
last modified time | relevance | path

Searched +full:libclang +full:- +full:dev (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/.gitlab-ci/container/debian/
Darm64_build.sh4 set -e
6 . .gitlab-ci/setup-test-env.sh
8 set -o xtrace
12 apt-get -y install ca-certificates curl gnupg2
13 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
14 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
16 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
20 libssl-dev
24 apt-utils
25 android-libext4-utils
[all …]
Dx86_64_build-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
17 apt-get install -y ca-certificates curl gnupg2
18 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
19 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
21 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
29 apt-utils
33 "clang-${LLVM_VERSION}"
[all …]
Dtest-gl.sh4 set -e
6 . .gitlab-ci/setup-test-env.sh
8 set -o xtrace
15 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
21 "clang-${LLVM_VERSION}"
23 dpkg-dev
25 glslang-tools
26 libasound2-dev
27 libcap-dev
28 "libclang-cpp${LLVM_VERSION}-dev"
[all …]
Dx86_64_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
21 autotools-dev
24 libssl-dev
29 "clang-${LLVM_VERSION}"
31 libarchive-dev
32 libdrm-dev
33 "libclang-cpp${LLVM_VERSION}-dev"
[all …]
Dtest-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
18 apt-get install -y curl ca-certificates gnupg2 software-properties-common
20 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
22 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
26 . .gitlab-ci/container/debian/maybe-add-llvm-repo.sh
37 "clang-${LLVM_VERSION}"
38 dpkg-dev
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcross_build.sh4 set -e
6 . .gitlab-ci/setup-test-env.sh
8 set -o xtrace
18 "crossbuild-essential-$arch"
21 "libdrm-dev:$arch"
22 "libelf-dev:$arch"
23 "libexpat1-dev:$arch"
24 "libffi-dev:$arch"
25 "libpciaccess-dev:$arch"
27 "libvulkan-dev:$arch"
[all …]
Dlava_build.sh5 # shellcheck disable=SC2016 # non-expanded variables are intentional
7 # .gitlab-ci/image-tags.yml tags:
10 # you can update the FLUSTER_VECTORS_VERSION tag in .gitlab-ci/image-tags.yml.
14 set -e
16 . .gitlab-ci/setup-test-env.sh
18 set -o xtrace
28 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
30 echo "Remote files are up-to-date, skip rebuilding them."
38 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
40 echo "Fluster vectors are up-to-date, skip downloading them."
[all …]
/third_party/rust/crates/bindgen/book/src/
Drequirements.md7 `bindgen` leverages `libclang` to preprocess, parse, and type check C and C++
21 Alternatively, you can download and install the official pre-built binary from
25 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
31 pacman -S mingw64/mingw-w64-x86_64-clang
48 #### Debian-based Linuxes
51 # apt install llvm-dev libclang-dev clang
59 # pacman -S clang
65 # dnf install clang-devel
85 * Checkout and build the extra-clang-tools
86 * You do not need to checkout or build compiler-rt
/third_party/rust/crates/rust-cexpr/
D.travis.yml4 - staging
6 - trying
8 - master
14 - libclang-dev
16 - RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config
18 - cargo test --verbose --all
/third_party/rust/crates/linux-raw-sys/.github/workflows/
Dmain.yml6 - main
12 runs-on: ubuntu-latest
18 RUSTFLAGS: -D warnings
20 - uses: actions/checkout@v3
21 - run: |
26 cargo check --features "netlink"
27 cargo check --no-default-features --features "std netlink"
28 cargo check --no-default-features --features "no_std netlink"
29 cargo check --no-default-features --features "no_std general errno"
33 runs-on: ubuntu-latest
[all …]
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
16 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 Unix-like OSes
28 .. code-block:: sh
30 sudo apt-get install meson # Ubuntu
34 .. code-block:: sh
41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
42 already installed, use apt-get or dnf to install the *ninja-build*
49 On Debian, Ubuntu and similar, ``sudo apt-get build-dep mesa`` installs
54 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now.
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 - main
15 rustfmt-clippy:
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v4
21 - name: Install stable
22 uses: dtolnay/rust-toolchain@master
24 # TODO: Should ideally be stable, but we use some nightly-only
29 - name: Run rustfmt
[all …]
/third_party/rust/crates/bindgen/
DCHANGELOG.md1 <!-- START doctoc generated TOC please keep comment here to allow auto update -->
2 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4 - [Unreleased](#unreleased)
5 - [Added](#added)
6 - [Changed](#changed)
7 - [Removed](#removed)
8 - [Fixed](#fixed)
9 - [Security](#security)
10 - [0.70.1 (2024-08-20)](#0701-2024-08-20)
11 - [Added](#added-1)
[all …]
/third_party/mesa3d/docs/relnotes/
D24.1.0.rst1 Mesa 24.1.0 Release Notes / 2024-05-22
20 ---------------
24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz
28 ------------
30 - VK_EXT_map_memory_placed on RADV, ANV and NVK
31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK
32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip
33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip
34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip
35 - VK_KHR_shader_expect_assume on all Vulkan drivers
[all …]
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
/third_party/libabigail/
DChangeLog1 2023-10-20 Dodji Seketeli <dodji@redhat.com>
6 2023-10-20 Dodji Seketeli <dodji@redhat.com>
8 gen-changelog.py: Fix a long standing typo
9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET.
11 2023-10-20 Dodji Seketeli <dodji@redhat.com>
13 gen-changelog.py: Don't escaping '/' with '\' in regexp
14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in
17 2023-10-20 Dodji Seketeli <dodji@redhat.com>
20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add
23 2023-10-18 Dodji Seketeli <dodji@redhat.com>
[all …]