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

add more test / delete ruins #7

Open
15 of 17 tasks
ObiWahn opened this issue Oct 20, 2019 · 0 comments
Open
15 of 17 tasks

add more test / delete ruins #7

ObiWahn opened this issue Oct 20, 2019 · 0 comments
Assignees
Milestone

Comments

@ObiWahn
Copy link
Member

ObiWahn commented Oct 20, 2019

In this lib is code that is not tested and not used anywhere. Ruins must be found and eliminated or at least secured with static asserts and comments. Then it will be obvious that the code should not be used.

files:

  • ext/meta/has_member.hpp -- ok
  • ext/meta/if_all_any.hpp -- removed
  • ext/meta/if.hpp -- removed same as std::conditional
  • ext/meta/is_one_of.hpp -- ok
  • ext/meta/pack.hpp --removed
  • ext/meta/static_lambda.hpp --removed
  • ext/meta/tuple.hpp -- reviewed -- TODO add test
  • ext/meta/void_t.hpp --removed same as std::void_t
  • ext/concurrent/hierarchical_mutex.hpp -- removed
  • ext/concurrent/threadsafe_queue.hpp -- removed
  • ext/concurrent/threadsafe_stack.hpp -- removed
  • ext/structures -- removed
  • ext/structures/simple2darray.hpp -- removed
  • ext/structures/multi_array.hpp -- removed
  • ext/structures/vector.hpp -- removed
  • ext/util/lru_cache.hpp
  • test dynamic lib usage
@ObiWahn ObiWahn self-assigned this Dec 26, 2019
@ObiWahn ObiWahn added this to the v1.0.0 milestone Jan 26, 2020
@ObiWahn ObiWahn mentioned this issue Jan 27, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant