Upgrade Visual Studio to 17.12.4 / Have the installer silently create…#13
Open
datadiode wants to merge 9 commits into
Open
Upgrade Visual Studio to 17.12.4 / Have the installer silently create…#13datadiode wants to merge 9 commits into
datadiode wants to merge 9 commits into
Conversation
… any missing Microsoft.Cpp.*.user.props files to reduce hassle with Visual Studio 2019+ which no longer creates them by default / Remove an NSIS leftover
…ing between them yet treating all of them likewise (happens to fix an ucrtbase vs. ucrtbased confusion with _MSC_VER == 1927 in debug builds)
…ow separators other than semicolon) / Add https://github.com/datadiode/chronos as a means to inject VLD into an executable which doesn't link to it by itself
…the amount of memory available to the process
…SL_CTX_set_keylog_callback() with a callback function which leaks the secrets to a file for use with Wireshark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… any missing Microsoft.Cpp.*.user.props files to reduce hassle with Visual Studio 2019+ which no longer creates them by default / Remove an NSIS leftover
This happens to fix #10.