Searched +full:libclang +full:- +full:dev (Results 1 – 10 of 10) sorted by relevance
3 set -e4 set -o xtrace16 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 …]
3 set -e4 set -o xtrace8 apt-get install -y ca-certificates gnupg2 software-properties-common11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key12 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.list19 python3-pip \20 python3-setuptools \23 apt-get update25 apt-get install -y --no-remove \[all …]
3 set -e4 set -o xtrace12 autotools-dev \15 python3-pip \18 apt-get update20 apt-get install -y --no-remove \25 libarchive-dev \26 libclang-cpp13-dev \27 libclang-cpp11-dev \28 libgbm-dev \[all …]
7 `bindgen` leverages `libclang` to preprocess, parse, and type check C and C++16 Download and install the official pre-built binary from20 variable](https://www.techjunkie.com/environment-variables-windows-10/) pointing26 pacman -S mingw64/mingw-w64-x86_64-clang43 #### Debian-based Linuxes46 # apt install llvm-dev libclang-dev clang54 # pacman -S clang60 # dnf install clang-devel80 * Checkout and build the extra-clang-tools81 * You do not need to checkout or build compiler-rt
3 set -e4 set -o xtrace12 dpkg --add-architecture $arch13 apt-get update15 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 …]
4 - staging6 - trying8 - master14 - libclang-dev16 - RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config18 - cargo test --verbose --all
6 - main12 runs-on: ubuntu-latest18 RUSTFLAGS: -D warnings20 - uses: actions/checkout@v321 - 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 …]
6 - main9 - main12 rustfmt-clippy:13 runs-on: ubuntu-latest16 - uses: actions/checkout@v318 - name: Install stable19 uses: actions-rs/toolchain@v122 # TODO: Should ideally be stable, but we use some nightly-only28 - name: Run rustfmt29 uses: actions-rs/cargo@v1[all …]
1 <!-- 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 …]
1 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 typo9 * 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 regexp14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in17 2023-10-20 Dodji Seketeli <dodji@redhat.com>20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add23 2023-10-18 Dodji Seketeli <dodji@redhat.com>[all …]