Commit 8afbc60
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5887)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
* 4/16/2025 AM Publish (#5876)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5874)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
* cl.exe CLI clarify default for space being allowed between option and arg
* wordsmith per MS style
* 4/17/2025 AM Publish (#5881)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5874)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
* add customer requested info about #pragma
* wordsmith
* fix broken link
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5877)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
* 4/16/2025 AM Publish (#5876)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5874)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
* cl.exe CLI clarify default for space being allowed between option and arg
* wordsmith per MS style
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
Co-authored-by: Mitch Capper <[email protected]>
---------
Co-authored-by: Carson Radtke <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Emily Bao <[email protected]>
Co-authored-by: Stacy Chambers <[email protected]>
Co-authored-by: Takashi Takebayashi <[email protected]>
Co-authored-by: liginity <[email protected]>
Co-authored-by: Diana Richards <[email protected]>
Co-authored-by: Mitch Capper <[email protected]>
* 4/18/2025 AM Publish (#5883)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Add Arm64 forceInterlockedFunctions option (#5822)
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update force-interlocked-functions.md
* Learn Editor: Update force-interlocked-functions.md
* update Metadata
* Update force-interlocked-functions.md with github id author name
* Reorder compiler options in toc.yml to be alphabetical
* Learn Editor: Update compiler-options-listed-alphabetically.md
* Learn Editor: Update compiler-options-listed-by-category.md
* Learn Editor: Update force-interlocked-functions.md
* change article metadata
* Learn Editor: Update force-interlocked-functions.md
* Fix casing in toc.yml for forceInterlockedFunctions
* Add 'items' section to toc.yml to revert previous change
* Fix indentation in toc.yml file
* Update metadata and improve documentation wording
* Update metadata in force-interlocked-functions.md
tidied up metdata
* Fix typos and improve clarity in documentation
* Update description for `/forceInterlockedFunctions` option
* Clarify CPU capability/ runtime description in documentation
* Update remark on Armv8.0 instructions
* Remove unneeded template comments and update livelock remarks in documentation
* Add "---" to metadata
---------
Co-authored-by: Tyler Whitney <[email protected]>
* address feedback
* small edits
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5874)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
* 4/14/2025 AM Publish (#5871)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main) (#5870)
* vswprintf/_vswprintf_l return value description update.
* Return value/Remarks sections update.
* Behavior summary update.
* Behavior summary update.
* Merge pull request #5867 from MicrosoftDocs/main
4/10/2025 AM Publish
* Update behavior description for `buffer` and `count` conditions
The behavior is slightly different than stated.
* Update return value behavior for valid buffer
behave is different than written here.
* Clarify vswprintf return values for count zero
behavior is a little different for count = 0 case.
* Update remarks and behavior summary sections
The behavior in debug mode applies to all functions on this page, so made more prominent.
* Fix NULL character formatting in documentation
* 4/11/2025 AM Publish (#5869)
* doc - portion of flag
* acrolinx
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
* Clarify vswprintf behavior when count is zero
* Standardize 'null' to 'NULL'
---------
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Bo wen Yang <[email protected]>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
---------
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Jill Grant <[email protected]>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Nikita Leontiev <[email protected]>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service [email protected]>
Co-authored-by: Courtney Wales <[email protected]>
* Fix typo
VSCode -> VS Code
* Fix wrong image file name in get-started-linux-cmake.md
Fix the image file name for cmake-bullet3-linux-callstack.png for the call stack.
* 4/15/2025 AM Publish (#5873)
* docs for justification in pragma warning
* docs for gsl::suppress
* teach gsl::suppress("rule") instead of gsl::suppress(rule)
* doc - portion of flag
* acrolinx
* related to #5230 - call out buffer fill behavior
* edit
* acrolinx/link fix
* Confir…File tree
26 files changed
+153
-163
lines changed- docs
- atl/reference
- build/reference
- c-runtime-library/reference
- cloud
- code-quality
- cppcx
- cpp
- data/oledb
- dotnet
- extensions
- mfc
- codesnippet/CPP
- reference
- overview
- parallel/amp
- preprocessor
- standard-library
26 files changed
+153
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
121 | 120 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
| 113 | + | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
142 | | - | |
| 141 | + | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
| |||
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
158 | | - | |
| 157 | + | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
165 | 164 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | | - | |
| 139 | + | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
60 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
179 | 178 | | |
0 commit comments