Commit 7606058
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#572)
* Update cricheditctrl-class.md
LineLength is a wrapper of EM_LINELENGTH, which returns length in characters not bytes.
* Update csettingsstore-class.md
contraction between the meaning of bAdmin in the parameters and remarks section of CSettingsStore::CSettingsStore
* Update clistbox-class_23.cpp
the buffer required by later code would be 16 bytes in ANSI and 32 bytes in Unicode, preallocating 10 bytes is useless.
* Fix unwind opcode values
* Update algorithm.md
Fix minor typo in Remarks section
* Undesired indentation in CFile.
Fix for undesired indentation in CFile constructor documentation.
* Update cricheditctrl-class.md
clarify that length is in TCHARs, add situations when index is out of bound, and when there's a carriage return based on EM_LINELENGTH docs
* Update compiler-warning-level-4-c4295.md
Clarify warning intent and ways to fix it, per comment by Kinichiro_Inoguchi
* Fix type error on the namespace
* Merge to live for offline publishing (#532)
* Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#527)
* Update cricheditctrl-class.md
LineLength is a wrapper of EM_LINELENGTH, which returns length in characters not bytes.
* Update csettingsstore-class.md
contraction between the meaning of bAdmin in the parameters and remarks section of CSettingsStore::CSettingsStore
* Update clistbox-class_23.cpp
the buffer required by later code would be 16 bytes in ANSI and 32 bytes in Unicode, preallocating 10 bytes is useless.
* Fix unwind opcode values
* Update algorithm.md
Fix minor typo in Remarks section
* Undesired indentation in CFile.
Fix for undesired indentation in CFile constructor documentation.
* Update cricheditctrl-class.md
clarify that length is in TCHARs, add situations when index is out of bound, and when there's a carriage return based on EM_LINELENGTH docs
* Update compiler-warning-level-4-c4295.md
Clarify warning intent and ways to fix it, per comment by Kinichiro_Inoguchi
* Fix type error on the namespace
* Add /Zc:ternary switch docs (#525)
* Create topic, not linked yet
* Include links in TOC and overview
* Fix dash
* Add link to Zc:ternary to permissive
* Fix link typo
* fixed up art files for VC++ directories (#529)
* CMake updates for 15.6 (#524)
* added new content on cmake cache import
* added new art for cmake
* updates to cmake tools intro
* new art for 15.6 updates
* updates for environment variables and inherited environments
* proofreading pass
* updated art for what's new page (#528)
* Second attempt at merge (#531)
* added new content on cmake cache import
* added new art for cmake
* updates to cmake tools intro
* new art for 15.6 updates
* updates for environment variables and inherited environments
* proofreading pass
* Update cmake-tools-for-visual-cpp.md (#530)
I played editor in this file. I only meant to change one thing, but it was hard to stop.
* [mkdir-wmkdir.md] Fix wrong indentation
Remove redundant spaces in the code.
* Change integer limits and header name to use standard names.
* Fix double code quote.
* Fix indentation [ _rotl ]
* Update get-wpgmptr.md
Mention entry point restriction on using _get_wpgmptr() - only for programs for wide entry points.
* Update get-pgmptr.md
Mention entry point restriction on calling _get_pgmptr
* Fix formatting1 parent 5413e90 commit 7606058
1 file changed
+37
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments