-
Notifications
You must be signed in to change notification settings - Fork 8
Finalized functional map #26
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
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f6b1806
first commit for map
jkalias f51b304
StdMapConstructor
jkalias b6e9920
InitializerList ctor and is_empty()
jkalias e79df1c
access operator
jkalias d70521c
clear
jkalias 12b4d80
contains
jkalias f16760e
removed some tests
jkalias fa44296
Finalized map implementation
jkalias 73f7901
Update cmake.yml
jkalias 88c8381
fixed strict comparator crash
jkalias 223b54c
Merge branch 'main' into functional_map
jkalias 93bc719
Revert "Merge branch 'main' into functional_map"
jkalias 6e16038
Updated GoogleTest to V.1.17 and fixed CMake warnings/errors
jkalias 0ef4931
revertred changes to optional
jkalias c750d76
reverted changes to set
jkalias 54d2b33
reverted changes to vector
jkalias afabdc5
reverted changed to optional_test
jkalias 363ebc0
reverted vector_test
jkalias 68fb5b1
reverted .gitignore
jkalias f1ad966
Update CMakeLists.txt
jkalias 1f5c819
CMakeLists to 3.10 and GoogleTests to 1.12.1
jkalias 8746523
Update CMakeLists.txt
jkalias b2f1ca1
replaced std::less_equal with std::less (strict comparator)
jkalias df1df00
std::greater_equal (strict comparator)
jkalias 62cd734
removed map_keys and map_values
jkalias 6af2f08
comment
jkalias 6f27389
Update README.md
jkalias 9bf26f0
Update README.md
jkalias 94abcf3
cleaned up documentation
jkalias 4a44a28
docs update pass
jkalias 7e37464
final docs pass
jkalias 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
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.
Uh oh!
There was an error while loading. Please reload this page.