Skip to content

Commit 0a7e030

Browse files
author
Colin Robertson
authored
Merge branch 'master' into cr-2019-step-1
2 parents 54e2325 + 9fc5e0d commit 0a7e030

9 files changed

+784
-30
lines changed

.openpublishing.redirection.json

Lines changed: 639 additions & 5 deletions
Large diffs are not rendered by default.

docs/_breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
items:
99
- name: Documentation
1010
tocHref: /cpp/
11-
topicHref: /cpp/visual-cpp-in-visual-studio
11+
topicHref: /cpp/overview/visual-cpp-in-visual-studio
1212
items:
1313
- name: C++ Language
1414
tocHref: /cpp/cpp/

docs/build/arm64-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Step 5: Allocate remaining stack, including local area, \<r29,lr> pair, and outg
365365

366366
Step #|Flag values|# of instructions|Opcode|Unwind Code
367367
-|-|-|-|-
368-
0|||`#intsz = RegI * 8;`<br/>`if (CR==01) #intsz += 8; // lr`<br/>`#fpsz = RegF * 8;`<br/>`if(RegF) #fpsz += 8;`<br/>`#savsz=((#intsz+#fpsz+8*H)+0xf)&~0xf)`<br/>`#locsz = #famsz - #savsz`|
368+
0|||`#intsz = RegI * 8;`<br/>`if (CR==01) #intsz += 8; // lr`<br/>`#fpsz = RegF * 8;`<br/>`if(RegF) #fpsz += 8;`<br/>`#savsz=((#intsz+#fpsz+8*8*H)+0xf)&~0xf)`<br/>`#locsz = #famsz - #savsz`|
369369
1|0 < **RegI** <= 10|RegI / 2 + **RegI** % 2|`stp r19,r20,[sp,#savsz]!`<br/>`stp r21,r22,[sp,16]`<br/>`...`|`save_regp_x`<br/>`save_regp`<br/>`...`
370370
2|**CR**==01*|1|`str lr,[sp, #intsz-8]`\*|`save_reg`
371371
3|0 < **RegF** <=7|(RegF + 1) / 2 +<br/>(RegF + 1) % 2)|`stp d8,d9,[sp, #intsz]`\*\*<br/>`stp d10,d11,[sp, #intsz+16]`<br/>`...`<br/>`str d(8+RegF),[sp, #intsz+#fpsz-8]`|`save_fregp`<br/>`...`<br/>`save_freg`

docs/build/vscpp-step-0-installation.md

Lines changed: 135 additions & 15 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: "mblome"
99
<div class="container">
1010
<ul class="cardsY panelContent featuredContent">
1111
<li>
12-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">./build/vscpp-step-0-install.md">
12+
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/cpp/build/vscpp-step-0-install.md">
1313
<div class="cardSize">
1414
<div class="cardPadding">
1515
<div class="card">
@@ -27,7 +27,7 @@ ms.author: "mblome"
2727
</a>
2828
</li>
2929
<li>
30-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">./get-started/tutorial-console-cpp.md">
30+
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/cpp/get-started/tutorial-console-cpp.md">
3131
<div class="cardSize">
3232
<div class="cardPadding">
3333
<div class="card">
@@ -45,7 +45,7 @@ ms.author: "mblome"
4545
</a>
4646
</li>
4747
<li>
48-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">./overview/what-s-new-for-visual-cpp-in-visual-studio.md">
48+
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/cpp/overview/what-s-new-for-visual-cpp-in-visual-studio">
4949
<div class="cardSize">
5050
<div class="cardPadding">
5151
<div class="card">
@@ -74,7 +74,7 @@ ms.author: "mblome"
7474
<a href="#workloads1">Workloads</a>
7575
<ul id="workloads1" class="cardsC">
7676
<li>
77-
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">windows/universal-windows-apps-cpp">
77+
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">cppcx/universal-windows-apps-cpp">
7878
<div class="cardSize">
7979
<div class="cardPadding">
8080
<div class="card">
@@ -219,7 +219,7 @@ ms.author: "mblome"
219219
</a>
220220
</li>
221221
<li>
222-
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">ide/building-cpp-projects-in-visual-studio">
222+
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">build/projects-and-build-systems-cpp">
223223
<div class="cardSize">
224224
<div class="cardPadding">
225225
<div class="card">
@@ -276,7 +276,7 @@ ms.author: "mblome"
276276
</a>
277277
</li>
278278
<li>
279-
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">ide/deploying-native-desktop-applications-visual-cpp">
279+
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">windows/deploying-native-desktop-applications-visual-cpp">
280280
<div class="cardSize">
281281
<div class="cardPadding">
282282
<div class="card">
@@ -363,7 +363,7 @@ ms.author: "mblome"
363363
</a>
364364
</li>
365365
<li>
366-
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">windows/component-extensions-for-runtime-platforms">
366+
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">extensions/component-extensions-for-runtime-platforms">
367367
<div class="cardSize">
368368
<div class="cardPadding">
369369
<div class="card">
@@ -439,7 +439,7 @@ ms.author: "mblome"
439439
</a>
440440
</li>
441441
<li>
442-
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">windows/windows-runtime-cpp-template-library-wrl">
442+
<a href="http://github.com/cpp/%3Cspan%20class="x x-first x-last">cppcx/wrl/windows-runtime-cpp-template-library-wrl">
443443
<div class="cardSize">
444444
<div class="cardPadding">
445445
<div class="card">

0 commit comments

Comments
 (0)