Commit 0ee38dd
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#344)
* merge to live (#341)
* Add _chkstk to list of internals
* Fixes for command line issues
* Minor tweak
* Update random.md (#322)
Fix broken fwlink to presentation on rand
* Update link names and instructions
* More link fixes, consolidation
* Another tweak
* Update x64 topics, topic names
* Fix C3861 issues.
* Fix link issues.
* Dang typoes.
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#323)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update some egregious out-of-dateness
* Fix a link typo.
* Update to address user complaints
* Minor tweaks.
* Remove stray parens.
* updated info on mbcs dll (MicrosoftDocs#325)
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (MicrosoftDocs#326)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* Fix some C1083 user complaints (MicrosoftDocs#332)
* First draft of fixes for user complaints
* More updates for common issues
* More consistency tweaks
* Fix link typo
* Make C2065 friendlier (#333)
* Try to address some user issues.
* Add a useful link.
* Updated namespaces topic (#329)
* updated namespaces topic
* udpated ms.date
* Updated content on MFC MBCS DLL (MicrosoftDocs#328)
* updated info on mbcs dll
* minor tweak
* udpated ms.date
* Update ms.date to match changes.
* Update more freshness dates
* Escape brackets, fix format
* Update .openpublishing.publish.config.json with pdf info (#336)
* Update .openpublishing.publish.config.json
* Update .openpublishing.publish.config.json
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#335)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* 📦 Enable PDF generation.
* zc-conformance.md: rvalueCast is off by default
rvalueCast is off by default according to the https://docs.microsoft.com/en-us/cpp/build/reference/zc-rvaluecast-enforce-type-conversion-rules
* Fix bad merge in storage-classes-cpp
Had merge conflict markers
* Update .openpublishing.publish.config.json
* Fix typographical error
The fix is for the file docs/windows/desktop-applications-visual-cpp.md
and adds the missing word "that" to a sentence.
* Correct .ERRDIF[[I]] title
* Fixed indentation
* Replace nonsense with correct statement
Replace nonsense with correct statement
* Update read.md
Fix some more formatting while we're at it.
* Correct build working directory
* Order link option alphabetically
Orders link option CLRUNMANAGEDCODECHECK alphabetically
in the table of contents for consistency.
* Updating timestamp
Worth getting this right, since otherwise it doesn't look like this page covers 15.3 (and it does!)
* Update cl-environment-variables.md
Line 65, fixed spelling of "setting".
* Update CONTRIBUTING.md
* Resolve syncing conflicts from FromPublicMasterBranch to master (#340)
* Update random.md
Fix broken fwlink to presentation on rand
* Update arm-assembler-reference.md
Point to search engine to pick up latest results for ARM references on the ARM Developer Center.
* Update desktop-applications-visual-cpp.md
Fix space issue
* 📦 Enable PDF generation.
* zc-conformance.md: rvalueCast is off by default
rvalueCast is off by default according to the https://docs.microsoft.com/en-us/cpp/build/reference/zc-rvaluecast-enforce-type-conversion-rules
* Fix bad merge in storage-classes-cpp
Had merge conflict markers
* Update .openpublishing.publish.config.json
* Fix typographical error
The fix is for the file docs/windows/desktop-applications-visual-cpp.md
and adds the missing word "that" to a sentence.
* Correct .ERRDIF[[I]] title
* Fixed indentation
* Replace nonsense with correct statement
Replace nonsense with correct statement
* Update read.md
Fix some more formatting while we're at it.
* Correct build working directory
* Order link option alphabetically
Orders link option CLRUNMANAGEDCODECHECK alphabetically
in the table of contents for consistency.
* Updating timestamp
Worth getting this right, since otherwise it doesn't look like this page covers 15.3 (and it does!)
* Update cl-environment-variables.md
Line 65, fixed spelling of "setting".
* Update CONTRIBUTING.md
* Update filesystem-enumerations.md
Fix for minor grammatical issue
* Correct unnecessary '\<' escape
The markdown processor changed a couple of sprints ago, and '<' escaping is no longer required in backtick code literals, and also generates incorrect backslash iont he viewed content
* remove spurious text from code examples
* Format C++ samples as cpp.
- Also use headers to separate sample output, instead of unsupported "Output" syntax
* Apply cpp to code samples so they are syntax highlighted
- also consistent usage of bold/code
* Apply cpp to code samples for syntax highlighting
* Add missing 'cpp' for C++ code blocks
* Portable escape syntax for asterisk, add cpp to code samples
- Different md processors handle character escapes differently. In particular, the OPS markdown processor is in some places different than the GitHub/VSTS/etc previewers. A recent sprint changed the markdown processor, so this topic doesn't render the escaped asterisks properly. Changed these to use html character references, which render properly in all processors/viewers.
- add cpp to c++ code samples
* add cpp to C++ code samples, md lint headers
markdown lint says to use blank lines around headers
* use cpp in c++ code samples so they get highlighted
* Use cpp for C++ code samples
* Use cpp for C++ code samples
* use cpp for C++ code samples
* cpp for c++ code samples, edits
- Use cpp for c++ code examples so they get syntax highlighting
- Edit for correct standard MS notation for `code literal`, **keyword**.
- Make headings parallel and aligned with the defined terms wrt the inclusion/explicit instantiation models
* Update template-friends.md
Undo output tag change - this should be a global change if we decide to make it.
* Update partial-ordering-of-function-templates-cpp.md
Updated escapes to switch ** to __. Babelmark 2 https://johnmacfarlane.net/babelmark2/ seems to find these changes acceptable.
Cleaned a little formatting.
* Update variant-t-extractors.md
* Correct const correct overloads macro name
In both VS 2015 and 2017 (I didn't check any other versions), the macro
is actually called `_CRT_CONST_CORRECT_OVERLOADS`. Adjust the
documentation accordingly, and adjust some formatting in the process.1 parent 4e0027c commit 0ee38dd
6 files changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
| 77 | + | |
0 commit comments