-
Notifications
You must be signed in to change notification settings - Fork 75
CI: deprecate releases #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
9b3f454
d08d5fd
9907dba
8bd474f
8763605
677bff5
2ef60d5
778ef84
c87246d
565efbb
ab3fc46
ebf69c7
4fd0b3b
8c947a5
c542348
1e15d38
f691db8
0480e84
a168487
acc491d
1293efd
2539ee4
386778a
1d78625
7511170
0821a21
d083e5d
54eb44a
049737b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,16 +15,29 @@ | |
| This repository contains the source material from which the | ||
| specifications for the Arm C Language Extensions (ACLE) are derived. | ||
|
|
||
| The latest release of the specifications can be browsed online at | ||
| [arm-software.github.io/acle/](https://arm-software.github.io/acle/). | ||
| Browse the current specifications on the | ||
| [ACLE website](https://arm-software.github.io/acle/). | ||
|
|
||
| The PDF version of the documents can be retrieved from the [latest | ||
| release](https://github.com/ARM-software/acle/releases/latest) page. | ||
| ## Versioning | ||
|
|
||
| The development version is stored on the branch `main` at | ||
| [github.com/ARM-software/acle/](https://github.com/ARM-software/acle/), | ||
| while the latest released version is tracked by the branch | ||
| `latest-release`. | ||
| Arm no longer publishes quarterly specification releases. We publish the current | ||
| specification after each reviewed change merges into branch `main`. This | ||
| process gives users earlier access to new features, clarifications, and | ||
| corrections. | ||
|
|
||
| The PDF version of the documents can be retrieved from the | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this refer to the current specification or the legacy releases? I thought that the pdf's for the current version will be accessible from https://arm-software.github.io/acle/ as it its today.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both. legacy releases will continue to exist in github's releases page, and every new commit will generate one entry there as well. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the rationale behind keeping the rolling pdfs also on https://github.com/ARM-software/acle/releases ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's just my understanding from the requirements and discussions. Keeping the artifacts in the releases page gets you quick access to any version, and the webpage also points to it. |
||
| [releases](https://github.com/ARM-software/acle/releases) page. | ||
|
|
||
| Branch `main` contains the current ACLE specification and ongoing development. | ||
|
|
||
| ## Legacy releases | ||
|
|
||
| The [releases](https://github.com/ARM-software/acle/releases) page also contains | ||
| the legacy quarterly releases through 2026Q1. | ||
|
|
||
| Pre-GitHub versions of the documents were previously released on | ||
| [Arm Developer](https://developer.arm.com), and are also hosted in this | ||
| repository, in [Legacy releases](legacyreleases/README.md). | ||
|
|
||
| ## Contributing | ||
|
|
||
|
|
@@ -43,19 +56,18 @@ an email to arm.acle@arm.com. | |
|
|
||
| ## List of documents | ||
|
|
||
| HTML version | PDF version | ||
| --- | --- | ||
| [Arm C Language Extensions](https://arm-software.github.io/acle/main/) | [download](https://github.com/ARM-software/acle/releases/latest) | ||
| [Morello Supplement to the Arm C Language Extensions](https://arm-software.github.io/acle/morello/) | [download](https://github.com/ARM-software/acle/releases/latest) | ||
| [Arm MVE Intrinsics](https://arm-software.github.io/acle/mve_intrinsics/) | [download](https://github.com/ARM-software/acle/releases/latest) | ||
| [Arm Neon Intrinsics Reference](https://arm-software.github.io/acle/neon_intrinsics/) | [download](https://github.com/ARM-software/acle/releases/latest) | ||
| [Arm®v8-M Security Extensions - Requirements on Development Tools](https://arm-software.github.io/acle/cmse/) | [download](https://github.com/ARM-software/acle/releases/latest) | ||
| [Arm C Language Extensions](https://arm-software.github.io/acle/main/) | ||
|
|
||
| ## Legacy releases | ||
| [Morello Supplement to the Arm C Language Extensions](https://arm-software.github.io/acle/morello/) | ||
|
|
||
| [Arm MVE Intrinsics](https://arm-software.github.io/acle/mve_intrinsics/) | ||
|
|
||
| [Arm Neon Intrinsics Reference](https://arm-software.github.io/acle/neon_intrinsics/) | ||
|
|
||
| [Arm®v8-M Security Extensions - Requirements on Development Tools](https://arm-software.github.io/acle/cmse/) | ||
|
|
||
| Legacy versions of the documents were released on [Arm Developer](https://developer.arm.com). | ||
| They are now also hosted in this repository and are to be found in [Legacy releases](legacyreleases/README.md). | ||
| They follow the same folder naming scheme as the main document folders. | ||
| The PDF versions can be found in the latest GitHub | ||
| [release](https://github.com/ARM-software/acle/releases/latest). | ||
|
|
||
| # License | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.