Skip to content

Commit 8f5c9e2

Browse files
committed
🚀 releasing version 1.0.0 @ 2021-08-25 02:10
[skip ci]
1 parent a52d77e commit 8f5c9e2

File tree

2,720 files changed

+945935
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,720 files changed

+945935
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,26 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"1.0.0" (2021-08-25)"1.0.0" (2021-08-25)
18+
====================
19+
20+
Major changes
21+
-------------
22+
23+
- Initial Release (#202108121209)
24+
- Changed imports to `ARM-software` organisation (#202108121238)
25+
26+
27+
Improved Documentation
28+
----------------------
29+
30+
- Added guides (#202108121209)
31+
- Added Licence headers (#202108121730)
32+
33+
34+
Misc
35+
----
36+
37+
- #202108131530, #202108231725
38+
1739

changes/202108121209.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202108121209.major

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202108121238.major

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202108121730.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202108131530.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202108231725.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.keep

Whitespace-only changes.

docs/css/light-v0.2.8.css.css

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
/*
2+
Copyright (C) 2020-2021 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
body {background: #fff; color: #333; font-family: "Courier New", Courier, monospace;}
7+
.grey {color: #ccc;}
8+
a {color: #079;}
9+
.module-version {color: #555; font-style: italic; font-size: smaller; text-decoration: none;}
10+
ol.package-list {line-height: 139%;}
11+
h3 {background: #ddd;}
12+
13+
.b {font-weight: bold;}
14+
15+
.title {font-size: 110%; font-wieght: bold;}
16+
.title:after {content: ":";}
17+
.title-stat {font-size: medium; font-wieght: normal;}
18+
19+
.type-res, .value-res {padding-top: 2px; padding-bottom: 2px;}
20+
21+
.js-on {display: none;}
22+
23+
.button {border-radius: 3px; padding: 1px 3px;}
24+
.chosen {background: #226; color: #ff8; cursor: default;}
25+
.unchosen {}
26+
27+
#footer {
28+
padding: 5px 8px;
29+
font-size: small;
30+
color: #555;
31+
border-top: 1px solid #888;
32+
}
33+
34+
/* overview page */
35+
36+
div.pkg {margin-top: 1px; padding-top: 1px; padding-bottom: 1px;}
37+
38+
a.path-duplicate {color: #9cd;}
39+
40+
.golds-update {text-align: center; font-size: smaller; background: #eee; padding: 3px;}
41+
42+
.pkg-summary {display: none;}
43+
input#toggle-summary {display: none;}
44+
input#toggle-summary:checked ~ div .pkg-summary {display: inline;}
45+
46+
div.alphabet .importedbys {display: none;}
47+
div.alphabet .codelines {display: none;}
48+
div.alphabet .depdepth {display: none;}
49+
div.alphabet .depheight {display: none;}
50+
div.importedbys .importedbys {display: inline;}
51+
div.importedbys .codelines {display: none;}
52+
div.importedbys .depdepth {display: none;}
53+
div.importedbys .depheight {display: none;}
54+
div.depdepth .depdepth {display: inline;}
55+
div.depdepth .codelines {display: none;}
56+
div.depdepth .importedbys {display: none;}
57+
div.depdepth .depheight {display: none;}
58+
div.depheight .depheight {display: inline;}
59+
div.depheight .codelines {display: none;}
60+
div.depheight .importedbys {display: none;}
61+
div.depheight .depdepth {display: none;}
62+
div.codelines .codelines {display: inline;}
63+
div.codelines .depheight {display: none;}
64+
div.codelines .importedbys {display: none;}
65+
div.codelines .depdepth {display: none;}
66+
67+
div.codelines a.path-duplicate {color: #079;}
68+
div.importedbys a.path-duplicate {color: #079;}
69+
div.depdepth a.path-duplicate {color: #079;}
70+
div.depheight a.path-duplicate {color: #079;}
71+
72+
i.codelines, i.importedbys, i.depdepth, i.depheight {font-size: smaller;}
73+
74+
/* package details page */
75+
76+
div:target {display: block;}
77+
span.nodocs {padding-left: 1px; padding-right: 1px;}
78+
span.nodocs:before {content: ". ";}
79+
label {cursor: pointer; padding-left: 1px; padding-right: 1px;}
80+
input.fold {display: none;}
81+
/*input.fold + label +*/ .fold-items {display: none;}
82+
/*input.fold + label +*/ .fold-docs {display: none;}
83+
input.fold + label:before {content: "▶ ";}
84+
input.fold:checked + label:before {content: "▼ ";}
85+
input.fold:checked + label.fold-items:after {content: ":";}
86+
input.fold:checked + label + .fold-items {display: inline;}
87+
input.fold:checked + label + .fold-docs {display: inline;}
88+
input.fold + label.stats:before {content: "";}
89+
input.fold:checked + label.stats:before {content: "";}
90+
91+
.hidden {display: none;}
92+
.show-inline {display: inline;}
93+
.hide-inline {display: none;}
94+
input.showhide {display: none;}
95+
input.showhide:checked + i .show-inline {display: none;}
96+
input.showhide:checked + i .hide-inline {display: inline;}
97+
input.showhide:checked ~ span.hidden {display: inline;}
98+
input.showhide:checked ~ div.hidden {display: block;}
99+
input.showhide2:checked ~ span.hidden {display: inline;}
100+
101+
/* code page */
102+
103+
#header {
104+
padding-bottom: 8px;
105+
border-bottom: 1px solid #888;
106+
}
107+
108+
hr {color: #888;}
109+
110+
pre.line-numbers {
111+
counter-reset: line;
112+
}
113+
pre.line-numbers span.codeline {
114+
counter-increment: line;
115+
margin-left: 44pt;
116+
tab-size: 7;
117+
-webkit-tab-size: 7;
118+
-moz-tab-size: 7;
119+
-ms-tab-size: 7;
120+
}
121+
pre.line-numbers span.codeline:before {
122+
display: inline-block;
123+
text-align:right;
124+
position: absolute;
125+
width: 40pt;
126+
left: 8pt;
127+
padding: 0 3pt 0 0;
128+
border-right: 0;
129+
content: counter(line)"|";
130+
user-select: none;
131+
-webkit-user-select: none;
132+
-moz-user-select: none;
133+
-ms-user-select: none;
134+
}
135+
136+
.anchor {}
137+
.codeline {}
138+
139+
.codeline:target, .anchor:target {border-top: 1px solid #d5ddbb; border-bottom: 1px solid #d5ddbb; background-color: #e5eecc;}
140+
141+
code .ident {color: blue;}
142+
code .id-type {color: blue;}
143+
code .id-value {color: blue;}
144+
code .id-function {color: blue;}
145+
code .lit-number {color: #e66;}
146+
code .lit-string {color: #a66;}
147+
code .keyword {color: brown;}
148+
code .comment {color: green; font-style: italic;}
149+
150+
151+

docs/css/light-v0.2.9.css.css

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
/*
2+
Copyright (C) 2020-2021 Arm Limited or its affiliates and Contributors. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
body {background: #fff; color: #333; font-family: "Courier New", Courier, monospace;}
7+
.grey {color: #ccc;}
8+
a {color: #079;}
9+
.module-version {color: #555; font-style: italic; font-size: smaller; text-decoration: none;}
10+
ol.package-list {line-height: 139%;}
11+
h3 {background: #ddd;}
12+
13+
.b {font-weight: bold;}
14+
15+
.title {font-size: 110%; font-wieght: bold;}
16+
.title:after {content: ":";}
17+
.title-stat {font-size: medium; font-wieght: normal;}
18+
19+
.type-res, .value-res {padding-top: 2px; padding-bottom: 2px;}
20+
21+
.js-on {display: none;}
22+
23+
.button {border-radius: 3px; padding: 1px 3px;}
24+
.chosen {background: #226; color: #ff8; cursor: default;}
25+
.unchosen {}
26+
27+
#footer {
28+
padding: 5px 8px;
29+
font-size: small;
30+
color: #555;
31+
border-top: 1px solid #888;
32+
}
33+
34+
/* overview page */
35+
36+
div.pkg {margin-top: 1px; padding-top: 1px; padding-bottom: 1px;}
37+
38+
a.path-duplicate {color: #9cd;}
39+
40+
.golds-update {text-align: center; font-size: smaller; background: #eee; padding: 3px;}
41+
42+
.pkg-summary {display: none;}
43+
input#toggle-summary {display: none;}
44+
input#toggle-summary:checked ~ div .pkg-summary {display: inline;}
45+
46+
div.alphabet .importedbys {display: none;}
47+
div.alphabet .codelines {display: none;}
48+
div.alphabet .depdepth {display: none;}
49+
div.alphabet .depheight {display: none;}
50+
div.importedbys .importedbys {display: inline;}
51+
div.importedbys .codelines {display: none;}
52+
div.importedbys .depdepth {display: none;}
53+
div.importedbys .depheight {display: none;}
54+
div.depdepth .depdepth {display: inline;}
55+
div.depdepth .codelines {display: none;}
56+
div.depdepth .importedbys {display: none;}
57+
div.depdepth .depheight {display: none;}
58+
div.depheight .depheight {display: inline;}
59+
div.depheight .codelines {display: none;}
60+
div.depheight .importedbys {display: none;}
61+
div.depheight .depdepth {display: none;}
62+
div.codelines .codelines {display: inline;}
63+
div.codelines .depheight {display: none;}
64+
div.codelines .importedbys {display: none;}
65+
div.codelines .depdepth {display: none;}
66+
67+
div.codelines a.path-duplicate {color: #079;}
68+
div.importedbys a.path-duplicate {color: #079;}
69+
div.depdepth a.path-duplicate {color: #079;}
70+
div.depheight a.path-duplicate {color: #079;}
71+
72+
i.codelines, i.importedbys, i.depdepth, i.depheight {font-size: smaller;}
73+
74+
/* package details page */
75+
76+
div:target {display: block;}
77+
span.nodocs {padding-left: 1px; padding-right: 1px;}
78+
span.nodocs:before {content: ". ";}
79+
label {cursor: pointer; padding-left: 1px; padding-right: 1px;}
80+
input.fold {display: none;}
81+
/*input.fold + label +*/ .fold-items {display: none;}
82+
/*input.fold + label +*/ .fold-docs {display: none;}
83+
input.fold + label:before {content: "▶ ";}
84+
input.fold:checked + label:before {content: "▼ ";}
85+
input.fold:checked + label.fold-items:after {content: ":";}
86+
input.fold:checked + label + .fold-items {display: inline;}
87+
input.fold:checked + label + .fold-docs {display: inline;}
88+
input.fold + label.stats:before {content: "";}
89+
input.fold:checked + label.stats:before {content: "";}
90+
91+
.hidden {display: none;}
92+
.show-inline {display: inline;}
93+
.hide-inline {display: none;}
94+
input.showhide {display: none;}
95+
input.showhide:checked + i .show-inline {display: none;}
96+
input.showhide:checked + i .hide-inline {display: inline;}
97+
input.showhide:checked ~ span.hidden {display: inline;}
98+
input.showhide:checked ~ div.hidden {display: block;}
99+
input.showhide2:checked ~ span.hidden {display: inline;}
100+
101+
/* code page */
102+
103+
#header {
104+
padding-bottom: 8px;
105+
border-bottom: 1px solid #888;
106+
}
107+
108+
hr {color: #888;}
109+
110+
pre.line-numbers {
111+
counter-reset: line;
112+
}
113+
pre.line-numbers span.codeline {
114+
counter-increment: line;
115+
margin-left: 44pt;
116+
tab-size: 7;
117+
-webkit-tab-size: 7;
118+
-moz-tab-size: 7;
119+
-ms-tab-size: 7;
120+
}
121+
pre.line-numbers span.codeline:before {
122+
display: inline-block;
123+
text-align:right;
124+
position: absolute;
125+
width: 40pt;
126+
left: 8pt;
127+
padding: 0 3pt 0 0;
128+
border-right: 0;
129+
content: counter(line)"|";
130+
user-select: none;
131+
-webkit-user-select: none;
132+
-moz-user-select: none;
133+
-ms-user-select: none;
134+
}
135+
136+
.anchor {}
137+
.codeline {}
138+
139+
.codeline:target, .anchor:target {border-top: 1px solid #d5ddbb; border-bottom: 1px solid #d5ddbb; background-color: #e5eecc;}
140+
141+
code .ident {color: blue;}
142+
code .id-type {color: blue;}
143+
code .id-value {color: blue;}
144+
code .id-function {color: blue;}
145+
code .lit-number {color: #e66;}
146+
code .lit-string {color: #a66;}
147+
code .keyword {color: brown;}
148+
code .comment {color: green; font-style: italic;}
149+
150+
151+

0 commit comments

Comments
 (0)