Skip to content
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

graph namespace #71

Open
wants to merge 256 commits into
base: development
Choose a base branch
from
Open

graph namespace #71

wants to merge 256 commits into from

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Aug 20, 2023

Concepts

  • add concepts::not_void
  • add concepts::formattable

TestUtil

  • add catch2_ext::RangesEmpty matcher
  • catch2 std::format fallback solution
  • trompoleil std::format fallback solution
  • add trompeloeil_ext::matches matcher

Utility

  • add priority_tag
  • add in_place function and in_place_constructor type

Macros

  • add SL_UTILITY_HAS_STD_FORMAT
  • add SL_UTILITY_HAS_RANGES_VIEWS

@DNKpp DNKpp added the feature label Aug 20, 2023
@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Files Coverage Δ
include/Simple-Utility/Utility.hpp 100.00% <100.00%> (ø)
include/Simple-Utility/graph/AStarSearch.hpp 100.00% <100.00%> (ø)
include/Simple-Utility/graph/Edge.hpp 100.00% <100.00%> (ø)
...ility/graph/mixins/graph/std_reference_wrapper.hpp 100.00% <100.00%> (ø)
...-Utility/graph/mixins/queue/std_priority_queue.hpp 100.00% <100.00%> (ø)
...de/Simple-Utility/graph/mixins/queue/std_queue.hpp 100.00% <100.00%> (ø)
...de/Simple-Utility/graph/mixins/queue/std_stack.hpp 100.00% <100.00%> (ø)
...clude/Simple-Utility/graph/mixins/tracker/Null.hpp 100.00% <100.00%> (ø)
...de/Simple-Utility/graph/mixins/tracker/std_map.hpp 100.00% <100.00%> (ø)
include/Simple-Utility/graph/Graph.hpp 87.50% <87.50%> (ø)
... and 7 more

... and 18 files with indirect coverage changes

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants