Optimize version normalization by using precompiled regex patterns (#560) - #561
Open
Kamil Krzywanski (kamilkrzywanski) wants to merge 1604 commits into
Open
Optimize version normalization by using precompiled regex patterns (#560)#561Kamil Krzywanski (kamilkrzywanski) wants to merge 1604 commits into
Kamil Krzywanski (kamilkrzywanski) wants to merge 1604 commits into
Conversation
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
3 times, most recently
from
October 15, 2025 00:11
71a4b00 to
c577324
Compare
Nikita Provotorov (OnePatchGuy)
force-pushed
the
main
branch
2 times, most recently
from
October 15, 2025 02:13
376cb74 to
b3f6daa
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
7 times, most recently
from
October 22, 2025 00:08
1249c97 to
c5a981a
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
from
October 23, 2025 00:09
600d15a to
e2864ed
Compare
Nikita Gubarkov (YaaZ)
force-pushed
the
main
branch
from
October 24, 2025 07:47
e2864ed to
f5ec2a1
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
from
October 25, 2025 00:05
f5ec2a1 to
0b06bc9
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`
Nikita Provotorov (OnePatchGuy)
force-pushed
the
main
branch
from
November 14, 2025 15:58
dcb7b5c to
3a522ba
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
3 times, most recently
from
November 17, 2025 00:03
f522b06 to
f5a37e6
Compare
Nikita Tsarev (tsarn)
force-pushed
the
main
branch
2 times, most recently
from
November 18, 2025 08:32
0b8f054 to
bb0cc88
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
3 times, most recently
from
November 21, 2025 00:03
47fc1e3 to
1bd3a39
Compare
Maxim Kartashёv (mkartashev)
force-pushed
the
main
branch
from
November 21, 2025 10:57
1bd3a39 to
d49f112
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
4 times, most recently
from
November 26, 2025 00:03
cd5324c to
94eff01
Compare
Maxim Kartashёv (mkartashev)
force-pushed
the
main
branch
from
November 26, 2025 07:24
94eff01 to
6a86d7b
Compare
Vladimir Kharitonov (ujpv)
force-pushed
the
main
branch
2 times, most recently
from
November 26, 2025 17:18
67e68d3 to
87ca521
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
2 times, most recently
from
November 28, 2025 00:03
de1c720 to
bd65aa6
Compare
Maxim Kartashёv (mkartashev)
force-pushed
the
main
branch
from
November 28, 2025 14:15
254a2a7 to
af339d4
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
2 times, most recently
from
November 30, 2025 00:03
68c38b8 to
a56e68d
Compare
Nikita Tsarev (tsarn)
force-pushed
the
main
branch
2 times, most recently
from
November 30, 2025 17:45
874acc9 to
d8489a2
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
from
December 1, 2025 00:03
d8489a2 to
621e901
Compare
Nikita Provotorov (OnePatchGuy)
force-pushed
the
main
branch
from
December 1, 2025 14:35
b5f1959 to
7e833d7
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
2 times, most recently
from
December 3, 2025 00:03
424c60f to
f807fbf
Compare
Maxim Kartashёv (mkartashev)
force-pushed
the
main
branch
from
December 4, 2025 05:51
eafac14 to
221a005
Compare
Vitaly Provodin (vprovodin)
force-pushed
the
main
branch
from
December 5, 2025 16:08
221a005 to
a444ed4
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