Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 15, 2024
1 parent 53c8522 commit 3904cdf
Show file tree
Hide file tree
Showing 18 changed files with 118 additions and 98 deletions.
11 changes: 5 additions & 6 deletions website/blog/2021-10-21-clang-v12-0-1-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v12.0.1-1 released
seo_title: Version 12.0.1-1 released
description: Version 12.0.1-1 is the first release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v12.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **12.0.1-1** is the first release of the **xPack LLVM clang** package.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2022-02-08-clang-v12-0-1-2-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v12.0.1-2 released
seo_title: Version 12.0.1-2 released
description: Version 12.0.1-2 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v12.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **12.0.1-2** is a maintenance release; it updates to the latest build scripts and adds support for Apple Silicon.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2022-03-24-clang-v13-0-1-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v13.0.1-1 released
seo_title: Version 13.0.1-1 released
description: Version 13.0.1-1 is a new release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v13.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **13.0.1-1** is a new release; it follows the upstream release.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2022-08-21-clang-v14-0-6-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v14.0.6-1 released
seo_title: Version 14.0.6-1 released
description: Version 14.0.6-1 is a new release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -23,17 +24,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v14.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **14.0.6-1** is a new release; it follows the upstream release.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2022-08-31-clang-v14-0-6-2-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v14.0.6-2 released
seo_title: Version 14.0.6-2 released
description: Version 14.0.6-2 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v14.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **14.0.6-2** is a maintenance release; it includes a patch to fix a clangd issue.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-01-22-clang-v15-0-7-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v15.0.7-1 released
seo_title: Version 15.0.7-1 released
description: Version 15.0.7-1 is a new release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v15.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **15.0.7-1** is a new release; it follows the upstream release.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-01-28-clang-v15-0-7-2-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v15.0.7-2 released
seo_title: Version 15.0.7-2 released
description: Version 15.0.7-2 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -25,17 +26,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v15.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **15.0.7-2** is a maintenance release; it fixes the missing run-time libraries in the macOS binaries.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-08-04-clang-v15-0-7-3-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v15.0.7-3 released
seo_title: Version 15.0.7-3 released
description: Version 15.0.7-3 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v15.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **15.0.7-3** is a maintenance release; it fixes the include path on macOS and reverts to the GNU/Linux libraries.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-08-05-clang-v15-0-7-4-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v15.0.7-4 released
seo_title: Version 15.0.7-4 released
description: Version 15.0.7-4 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v15.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **15.0.7-4** is a maintenance release; it fixes the wrong InstalledDir when clang is invoked via a link from a different folder.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-08-06-clang-v16-0-6-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v16.0.6-1 released
seo_title: Version 16.0.6-1 released
description: Version 16.0.6-1 is a new release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v16.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **16.0.6-1** is a new release; it follows the upstream release.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2023-12-04-clang-v17-0-6-1-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v17.0.6-1 released
seo_title: Version 17.0.6-1 released
description: Version 17.0.6-1 is a new release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v17.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **17.0.6-1** is a new release; it follows the upstream release.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2024-05-28-clang-v17-0-6-2-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v17.0.6-2 released
seo_title: Version 17.0.6-2 released
description: Version 17.0.6-2 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v17.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **17.0.6-2** is a maintenance release; it fixes the macOS build.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
11 changes: 5 additions & 6 deletions website/blog/2024-06-21-clang-v17-0-6-3-released.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: xPack LLVM clang v17.0.6-3 released
seo_title: Version 17.0.6-3 released
description: Version 17.0.6-3 is a maintenance release of xPack LLVM clang.
keywords:
- xpack
Expand All @@ -26,17 +27,15 @@ download_url: https://github.com/xpack-dev-tools/clang-xpack/releases/tag/v17.0.

---

<head>
<title>{frontMatter.title}</title>
<meta property="og:title" content={frontMatter.title} />
</head>
import {PageMetadata} from '@docusaurus/theme-common';
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

Version **17.0.6-3** is a maintenance release; it fixes the arm 32-bit binaries.

<!-- truncate -->

import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';
<PageMetadata title={frontMatter.seo_title} />

The [xPack LLVM clang](https://xpack-dev-tools.github.io/clang-xpack/)
is a standalone cross-platform binary distribution of
Expand Down
Loading

0 comments on commit 3904cdf

Please sign in to comment.