Home
last modified time | relevance | path

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

/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-gl.sh3 set -e
4 set -o xtrace
16 clang-13 \
17 clang-11 \
21 glslang-tools \
22 libasound2-dev \
23 libcap-dev \
24 libclang-cpp13-dev \
25 libclang-cpp11-dev \
26 libelf-dev \
[all …]
Dx86_build-base.sh3 set -e
4 set -o xtrace
8 apt-get install -y ca-certificates gnupg2 software-properties-common
11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key
12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
19 python3-pip \
20 python3-setuptools \
23 apt-get update
25 apt-get install -y --no-remove \
[all …]
Dx86_build.sh3 set -e
4 set -o xtrace
12 autotools-dev \
15 python3-pip \
18 apt-get update
20 apt-get install -y --no-remove \
25 libarchive-dev \
26 libclang-cpp13-dev \
27 libclang-cpp11-dev \
28 libgbm-dev \
[all …]
/third_party/rust/crates/bindgen/book/src/
Drequirements.md7 `bindgen` leverages `libclang` to preprocess, parse, and type check C and C++
16 Download and install the official pre-built binary from
20 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing
26 pacman -S mingw64/mingw-w64-x86_64-clang
43 #### Debian-based Linuxes
46 # apt install llvm-dev libclang-dev clang
54 # pacman -S clang
60 # dnf install clang-devel
80 * Checkout and build the extra-clang-tools
81 * You do not need to checkout or build compiler-rt
/third_party/mesa3d/.gitlab-ci/container/
Dcross_build.sh3 set -e
4 set -o xtrace
12 dpkg --add-architecture $arch
13 apt-get update
15 apt-get install -y --no-remove \
17 crossbuild-essential-$arch \
18 libelf-dev:$arch \
19 libexpat1-dev:$arch \
20 libpciaccess-dev:$arch \
22 libvulkan-dev:$arch \
[all …]
/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/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[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.64.0](#0640)
11 - [Added](#added-1)
[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 …]