Optimize version normalization by using precompiled regex patterns (#560)#561
Open
kamilkrzywanski wants to merge 1604 commits intoJetBrains:mainfrom
Open
Optimize version normalization by using precompiled regex patterns (#560)#561kamilkrzywanski wants to merge 1604 commits intoJetBrains:mainfrom
kamilkrzywanski wants to merge 1604 commits intoJetBrains:mainfrom
Conversation
71a4b00 to
c577324
Compare
376cb74 to
b3f6daa
Compare
1249c97 to
c5a981a
Compare
Revert to true the OSX entitlement "com.apple.security.cs.allow-dyld-environment-variables"
Added downloading code
This is needed for the implementation of painters (JBR-7646) - Request pipelines one-by-one instead of a "pipeline sets" - Split pipeline key into separate "shader" and "topology" (more items may need to be added later) - Move management of composites into its own file
Can be generalized to destroy arbitrary resources later.
As VKRenderer_AllocateMaskFillBytes can invalidate draw call state due to overflow, it (and future similar functions) must be called before VK_DRAW.
The option can be enabled/disabled by specifying `-Djbr.java.io.use.nio=true/false`
10cb998 to
accaa36
Compare
74fbc06 to
6f03e01
Compare
d4ff83f to
4266a28
Compare
ad75423 to
32f2f36
Compare
29cfdee to
c598bc0
Compare
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.
Closes #560