-
Notifications
You must be signed in to change notification settings - Fork 11
Ensure implementation is up to spec #55
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
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
cde9f44
add basic gtest framework
wusatosi 5eb8151
add outline for spec test
wusatosi 0d29b77
Update CMakeLists.txt
wusatosi d953f95
Added tests for [container.reqmts]
jbab d33b8e8
Added second spec test suite (experimental, suggestion), added tests …
jbab 97345e6
update trivial type wording
wusatosi 6b35bbc
format
wusatosi c854038
expand test structure
wusatosi 73dee7b
add erase checks
wusatosi caa14ad
complete more erasure
wusatosi b8d30f8
complete modifiers/erasesingle modifier/popback
wusatosi f73c4fe
Add minimal for reserve shrink
wusatosi 3b74798
Fix PopBack test
wusatosi e970fa2
Include Reserve and shrink
wusatosi b883947
lint
wusatosi e75d44b
Implement erase tests
wusatosi 9ca550e
add pushback/ emplaceback tests
wusatosi 2a8b99e
Fix emplace back
wusatosi 70cad6c
fold spec.test2 into spec.test
wusatosi 0d146a7
refactor triviality tests
wusatosi ef169f9
Fix destructor
wusatosi 81903c2
Fix Triviality/ZeroSized
wusatosi ddb19ac
lint
wusatosi c1bdbac
fix triviality
wusatosi f238186
Fix Tests
wusatosi c16ccb5
lint
wusatosi 5b955bc
inline ambiguous concepts
wusatosi fb2bf93
lint
wusatosi 1c1eb86
fix werror
wusatosi ab82c73
remove false positive werror check
wusatosi cbfe0c4
add tests for insert
wusatosi 0d37485
implement insert ranges series
wusatosi bb97f12
add data tests
wusatosi 2bec84a
Add testcase for size and resize
wusatosi f7a3b74
minor addition for resize test
wusatosi 955e9f2
fix test
wusatosi d135f4a
dump [sequence.reqmts]
wusatosi 30cb4a0
remove #if 0 chuck
wusatosi 634b185
Fix compile
wusatosi c300258
Added SizedDefault Test
wusatosi d446946
Split test file
wusatosi 2c9c721
Format Fix
wusatosi e9d8635
Finish constructor test suite
wusatosi fea9b08
Finish [sequence.reqmts]
wusatosi 451f0c5
use uz
wusatosi e0ff597
adopt suggestion
wusatosi 5b23f5a
beman::bad_alloc => std::bad_alloc
wusatosi 212c829
Revert "use uz"
wusatosi d1f1705
allow c++20
wusatosi fa0eacb
Improvements to tests
jbab 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
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.
Uh oh!
There was an error while loading. Please reload this page.