-
Notifications
You must be signed in to change notification settings - Fork 102
MINIFICPP-2813 Upgrade thirdparty libraries part 1 #2174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lordgamez
wants to merge
28
commits into
apache:main
Choose a base branch
from
lordgamez:MINIFICPP-2813_part_1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5ec2be9
MINIFICPP-2813 Upgrade gsl-lite to version 1.1.0
lordgamez 5d7536d
Upgrade alpine docker base image to version 3.22.4
lordgamez cc92d8f
Upgrade MbedTLS to v3.6.6 and Open62541 to v1.5.4
lordgamez 283fd08
Upgrade yaml-cpp to version 0.9.0
lordgamez e0ff6ee
Upgrade mimalloc to version 3.3.2
lordgamez 7f05589
Upgrade kubernetes lib to v0.14.0 and libwebsockets lib to v4.5.8
lordgamez 7484788
Upgrade json-schema-validator to v2.4.0 and nlohmann_json to v3.12.0
lordgamez 0568c1a
Upgrade libssh2 to version 1.11.1
lordgamez 5aaa7a7
Upgrade zstd to v1.5.7
lordgamez 05c3d66
Upgrade magic_enum lib to v0.9.8
lordgamez 01219f2
Upgrade Lua to version 5.4.8
lordgamez 89a7fab
Upgrade zlib to v1.3.2
lordgamez 23cf398
Upgrade lz4 library to v1.10.0
lordgamez 153c99d
Upgrade liblzma to v5.8.3
lordgamez 43a6d11
Upgrade RpMalloc to v1.4.5
lordgamez 97092d8
Upgrade Absiel lib to version 20260107.1
lordgamez 39745d0
Upgrade librdkafka to v2.14.1
lordgamez cf86787
Upgrade ArgParse lib to v3.2
lordgamez b977925
Upgrade benchmark lib to v1.9.5
lordgamez ccbd0fc
Upgrade grpc to v1.80.0
lordgamez 27a19ca
Upgrade paho.mqtt.c library to v1.3.16
lordgamez fbc307f
Upgrade jsoncons lib to v1.7.0
lordgamez 386949e
clang tidy fix
lordgamez 9269fbd
Review update
lordgamez d2a7ae5
Fix clang18 compilation
lordgamez fa0d11a
Review update
lordgamez 02aac2d
Review update
lordgamez a0639e3
Review update
lordgamez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you choose to delete this definition? I'd keep the config defaults version explicitly specified.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it because that's the default, but we can keep it to be explicit if you prefer.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd prefer to keep this one explicitly specified, in order to not accidentally defeat gsl-lite backwards compatibility efforts by automatically adopting a breaking change in default settings.