Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: sourcegraph/scip-clang

scip-clang v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 13:19
1860adf

Download the binary for your platform using:

TAG=v0.4.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 11:46
v0.3.3
fcdbbc3

Download the binary for your platform using:

TAG=v0.3.3 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang test

Choose a tag to compare

@github-actions github-actions released this 09 Jan 19:15
c0c8142

Download the binary for your platform using:

TAG=test \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 May 18:54

Download the binary for your platform using:

TAG=v0.3.2 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Jan 07:58
e6dd114

Download the binary for your platform using:

TAG=v0.3.1 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Oct 21:21
355c86a

Download the binary for your platform using:

TAG=v0.3.0 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.2.7

Choose a tag to compare

@github-actions github-actions released this 23 Aug 03:19
2e4f203

Download the binary for your platform using:

TAG=v0.2.7 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.2.6

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:06
203e68f

Download the binary for your platform using:

TAG=v0.2.6 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.2.5

Choose a tag to compare

@github-actions github-actions released this 15 Aug 02:24
16d4767

Download the binary for your platform using:

TAG=v0.2.5 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer

scip-clang v0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:02
0450ebe

Download the binary for your platform using:

TAG=v0.2.4 \
OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
RELEASE_URL="https://github.com/sourcegraph/scip-clang/releases/download/$TAG" \
bash -c 'curl -L "$RELEASE_URL/scip-clang-x86_64-$OS" -o scip-clang' && \
chmod +x scip-clang

The -dev binaries are meant for debugging issues (for example, if you run into a crash with scip-clang), and are not recommended for general use.

The Linux binaries depend on glibc and should work on:

  • Debian 10 (Buster), 11 (Bullseye) or newer
  • Ubuntu 18.04 (Bionic Beaver) or newer
Morty Proxy This is a proxified and sanitized view of the page, visit original site.