Skip to content

Commit 5f27606

Browse files
authored
Merge pull request #2609 from MicrosoftDocs/master
1/9/2020 AM Publish
2 parents 7bd3567 + 5f1cfad commit 5f27606

13 files changed

Lines changed: 112 additions & 127 deletions

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 62 additions & 60 deletions
Large diffs are not rendered by default.

docs/build/get-started-linux-cmake.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Create C++ cross-platform projects in Visual Studio
33
description: "How to set up, compile, and debug a C++ open-source CMake project in Visual Studio that targets both Linux and Windows."
4-
author: mikeblome
54
ms.topic: tutorial
6-
ms.date: "11/08/2019"
5+
ms.date: "01/08/2020"
76
---
87
# Tutorial: Create C++ cross-platform projects in Visual Studio
98

@@ -38,10 +37,10 @@ In this tutorial, you learn how to:
3837
chmod +x cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh
3938
```
4039
41-
* You can see the options for running the script with `-–help`. We recommend that you use the `–prefix` option to specify installing in the **/usr/local** path, because that's the default location where Visual Studio looks for CMake. The following example shows the Linux-x86_64 script. Change it as needed if you're using a different target platform.
40+
* You can see the options for running the script with `-–help`. We recommend that you use the `–prefix` option to specify installing in the **/usr** path, because **/usr/bin** is the default location where Visual Studio looks for CMake. The following example shows the Linux-x86_64 script. Change it as needed if you're using a different target platform.
4241
4342
```cmd
44-
sudo ./cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh --skip-license --prefix=/usr/local
43+
sudo ./cmake-3.11.18033000-MSVC_2-Linux-x86_64.sh --skip-license --prefix=/usr
4544
```
4645
4746
* Git for windows installed on your Windows machine.

docs/build/reference/dot-obj-files-as-linker-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Microsoft provides a complete description of the common object file format. For
1515

1616
Starting with Visual Studio 2005, the Microsoft MSVC compiler supports Unicode characters in identifiers as defined by the ISO/IEC C and C++ standards. Previous versions of the compiler supported only ASCII characters in identifiers. To support Unicode in the names of functions, classes, and statics, the compiler and linker use the Unicode UTF-8 encoding for COFF symbols in .obj files. The UTF-8 encoding is upwardly compatible with the ASCII encoding used by earlier versions of Visual Studio.
1717

18-
For more information about the compiler and linker, see [Unicode Support in the Compiler and Linker](unicode-support-in-the-compiler-and-linker.md). For more information about the Unicode standard, see the [Unicode](https://www.unicode.org/) organization.
18+
For more information about the compiler and linker, see [Unicode Support in the Compiler and Linker](unicode-support-in-the-compiler-and-linker.md). For more information about the Unicode standard, see the [Unicode](https://home.unicode.org/) organization.
1919

2020
## See also
2121

2222
[LINK Input Files](link-input-files.md)<br/>
2323
[MSVC Linker Options](linker-options.md)<br/>
2424
[Support for Unicode](../../text/support-for-unicode.md)<br/>
2525
[Unicode Support in the Compiler and Linker](unicode-support-in-the-compiler-and-linker.md)<br/>
26-
[Unicode standard](https://www.unicode.org/)<br/>
26+
[Unicode standard](https://home.unicode.org/)<br/>
2727
[PE Format](/windows/win32/Debug/pe-format)

docs/build/vcpkg.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: vcpkg-- A C++ package manager for Windows, Linux and MacOS
33
description: "vcpkg is a command line package manager that greatly simplifies the acquisition and installation of open-source C++ libraries on Windows."
4-
author: mikeblome
5-
ms.author: mblome
64
ms.date: "05/16/2019"
75
ms.technology: "cpp-ide"
86
ms.assetid: f50d459a-e18f-4b4e-814b-913e444cedd6

docs/cppcx/wrl/use-winmdidl-and-midlrt-to-create-h-files-from-windows-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The next example shows the console display from winmdidl that indicates that the
6363

6464
Next, midlrt is run on the generated IDL file. Notice that the **metadata_dir** argument is specified after the name of the .idl file. The path of \WinMetadata\ is required—it's the location for windows.winmd.
6565

66-
`C:\Program Files (x86)\Microsoft Visual Studio 12.0> midlrt "c:\users\mblome\documents\test_for_winmdidl.idl" /metadata_dir "C:\Windows\System32\WinMetadata"`
66+
`C:\Program Files (x86)\Microsoft Visual Studio 12.0> midlrt "c:\users\username\documents\test_for_winmdidl.idl" /metadata_dir "C:\Windows\System32\WinMetadata"`
6767

6868
## Remarks
6969

docs/docfx.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -144,69 +144,69 @@
144144
},
145145
"author": {
146146
"assembler/**.md": "corob-msft",
147-
"attributes/**.md": "mikeblome",
148-
"atl/**.md": "mikeblome",
149-
"atl-mfc-shared/**.md": "mikeblome",
147+
"attributes/**.md": "corob-msft",
148+
"atl/**.md": "corob-msft",
149+
"atl-mfc-shared/**.md": "corob-msft",
150150
"build/**.md": "corob-msft",
151151
"build-insights/**.md": "kevcadieux",
152-
"c-language/**.md": "mikeblome",
152+
"c-language/**.md": "corob-msft",
153153
"c-runtime-library/**.md": "corob-msft",
154-
"cloud/**.md": "mikeblome",
155-
"cpp/**.md": "mikeblome",
156-
"cppcx/**.md": "mikeblome",
157-
"data/**.md": "mikeblome",
158-
"dotnet/**.md": "mikeblome",
154+
"cloud/**.md": "corob-msft",
155+
"cpp/**.md": "corob-msft",
156+
"cppcx/**.md": "corob-msft",
157+
"data/**.md": "corob-msft",
158+
"dotnet/**.md": "corob-msft",
159159
"error-messages/**.md": "corob-msft",
160-
"extensions/**.md": "mikeblome",
160+
"extensions/**.md": "corob-msft",
161161
"get-started/**.md": "corob-msft",
162-
"ide/**.md": "mikeblome",
162+
"ide/**.md": "corob-msft",
163163
"intrinsics/**.md": "corob-msft",
164-
"linux/**.md": "mikeblome",
165-
"mfc/**.md": "mikeblome",
166-
"overview/**.md": "mikeblome",
167-
"parallel/amp/**.md": "mikeblome",
168-
"parallel/concrt/**.md": "mikeblome",
169-
"parallel/**.md": "mikeblome",
170-
"porting/**.md": "mikeblome",
171-
"preprocessor/**.md": "mikeblome",
172-
"safeint/**.md": "mikeblome",
173-
"security/**.md": "mikeblome",
164+
"linux/**.md": "corob-msft",
165+
"mfc/**.md": "corob-msft",
166+
"overview/**.md": "corob-msft",
167+
"parallel/amp/**.md": "corob-msft",
168+
"parallel/concrt/**.md": "corob-msft",
169+
"parallel/**.md": "corob-msft",
170+
"porting/**.md": "corob-msft",
171+
"preprocessor/**.md": "corob-msft",
172+
"safeint/**.md": "corob-msft",
173+
"security/**.md": "corob-msft",
174174
"standard-library/**.md": "corob-msft",
175175
"text/**.md": "corob-msft",
176-
"windows/**.md": "mikeblome"
176+
"windows/**.md": "corob-msft"
177177
},
178178
"ms.author": {
179179
"assembler/**.md": "corob",
180-
"atl/**.md": "mblome",
181-
"atl-mfc-shared/**.md": "mblome",
182-
"attributes/**.md": "mblome",
180+
"atl/**.md": "corob",
181+
"atl-mfc-shared/**.md": "corob",
182+
"attributes/**.md": "corob",
183183
"build/**.md": "corob",
184184
"build-insights/**.md": "kevca",
185-
"c-language/**.md": "mblome",
185+
"c-language/**.md": "corob",
186186
"c-runtime-library/**.md": "corob",
187-
"cloud/**.md": "mblome",
188-
"cpp/**.md": "mblome",
189-
"cppcx/**.md": "mblome",
190-
"data/**.md": "mblome",
191-
"dotnet/**.md": "mblome",
187+
"cloud/**.md": "corob",
188+
"cpp/**.md": "corob",
189+
"cppcx/**.md": "corob",
190+
"data/**.md": "corob",
191+
"dotnet/**.md": "corob",
192192
"error-messages/**.md": "corob",
193-
"extensions/**.md": "mblome",
193+
"extensions/**.md": "corob",
194194
"get-started/**.md": "corob",
195-
"ide/**.md": "mblome",
195+
"ide/**.md": "corob",
196196
"intrinsics/**.md": "corob",
197-
"linux/**.md": "mblome",
198-
"mfc/**.md": "mblome",
199-
"overview/**.md": "mblome",
200-
"parallel/amp/**.md": "mblome",
201-
"parallel/concrt/**.md": "mblome",
202-
"parallel/**.md": "mblome",
203-
"porting/**.md": "mblome",
204-
"preprocessor/**.md": "mblome",
205-
"safeint/**.md": "mblome",
206-
"security/**.md": "mblome",
197+
"linux/**.md": "corob",
198+
"mfc/**.md": "corob",
199+
"overview/**.md": "corob",
200+
"parallel/amp/**.md": "corob",
201+
"parallel/concrt/**.md": "corob",
202+
"parallel/**.md": "corob",
203+
"porting/**.md": "corob",
204+
"preprocessor/**.md": "corob",
205+
"safeint/**.md": "corob",
206+
"security/**.md": "corob",
207207
"standard-library/**.md": "corob",
208208
"text/**.md": "corob",
209-
"windows/**.md": "mblome"
209+
"windows/**.md": "corob"
210210
}
211211
},
212212
"template": [],

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: HubPage
33
title: Visual C++ Documentation
44
description: Learn how to use C++ to develop applications, services, and tools for your platforms and devices.
5-
author: "mikeblome"
6-
ms.author: "mblome"
75
ms.topic: hub-page
86
---
97
<div id="main" class="v2">

docs/overview/cpp-conformance-improvements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "C++ conformance improvements"
33
ms.date: "12/04/2019"
44
description: "Microsoft C++ in Visual Studio is progressing toward full conformance with the C++20 language standard."
55
ms.technology: "cpp-language"
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# C++ conformance improvements in Visual Studio
108

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ms.date: "12/02/2019"
44
ms.technology: "cpp-tools"
55
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
66
ms.assetid: 0d893056-4008-411a-b3d1-5f57fd7da95c
7-
author: "mikeblome"
8-
ms.author: "mblome"
97
---
108
# Supported Platforms (Visual C++)
119

docs/overview/visual-cpp-help-and-community.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Visual C++ Help and Community"
33
ms.date: "11/30/2017"
44
ms.technology: "cpp-ide"
55
ms.assetid: 6bc23c18-fcd9-47bc-bff2-17537700be4a
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# Visual C++ Help and Community
108

0 commit comments

Comments
 (0)