-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Refactor <limits>
usage
#4634
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
Merged
Merged
Refactor <limits>
usage
#4634
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5b7d561
Avoid including <limits> to improve throughput
AlexGuteniev 7ed2d06
expect test failures
AlexGuteniev 362cb22
lift the limit for internal helper for `<regex>`
AlexGuteniev 04fee98
one more skip
AlexGuteniev 228b235
specialize `_Max_limit` for 128 bit
AlexGuteniev 5adceae
avoid `_In_range` in `_Convert_size`
AlexGuteniev e123f28
one more skip
AlexGuteniev dd292a8
restrict to `<tr1common>`
AlexGuteniev 61a2844
upstream knows
AlexGuteniev 6e66be7
Update stl/inc/xlocnum
AlexGuteniev 2f80b87
Revert "restrict to `<tr1common>`" +
AlexGuteniev 5894028
<utility> is already there
AlexGuteniev 07a711a
Merge branch 'no_limits' of https://github.com/AlexGuteniev/STL into …
AlexGuteniev e5d63d3
le-xi-co-graphically sort lines
AlexGuteniev 85900ec
Avoid breaking old code
AlexGuteniev 8d3e8ad
Merge branch 'no_limits' of https://github.com/AlexGuteniev/STL into …
AlexGuteniev 516e1f3
unexpect test failures
AlexGuteniev 8fdf232
Some tests still fail
AlexGuteniev 4c623a5
Add `_Min_limit` for `_Unsigned128` and `_Signed128`.
StephanTLavavej f2a6ab1
Add `_STD` qualification in `<mdspan>`.
StephanTLavavej bd59736
Restore inclusion: `<xlocnum>` needs `<climits>`.
StephanTLavavej 82344d2
`_In_range`: Use it more often; we control all types.
StephanTLavavej 40fd472
`in_range`: Use it in `<semaphore>` with bonus cleanups.
StephanTLavavej 90651a6
`in_range`: Use it in `<format>` and chronat.
StephanTLavavej 4b70a7e
`_Meow_limit`: Use it in `_Could_compare_equal_to_value_type`.
StephanTLavavej 6040623
`_Max_limit`: Use it in `_Mul_overflow`.
StephanTLavavej 1461144
Be daring, part 1: `<algorithm>` and `<vector>` are now unlimited.
StephanTLavavej 5a62472
Be daring, part 2: FAIL the other tests fixed by LLVM-90345.
StephanTLavavej 8af943a
Be daring, part 3: Add an escape hatch.
StephanTLavavej 5440892
GH 4646 <xutility>: unify min/max limit
StephanTLavavej 942ccef
Be less daring, comment why, partially resurrect GH 3631 "Don't inclu…
StephanTLavavej 0841c99
No more libcxx FAILs.
StephanTLavavej 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 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 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 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 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 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 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 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
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.
Uh oh!
There was an error while loading. Please reload this page.