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

Dev to Master updating to v1.1.0 #17

Merged
merged 235 commits into from
Sep 10, 2024
Merged

Dev to Master updating to v1.1.0 #17

merged 235 commits into from
Sep 10, 2024

Conversation

dakka
Copy link
Member

@dakka dakka commented Sep 10, 2024

This release adds improvements and changes, including some from user feedback.

  • enum_range per enum range with various options:
    • specialization of enum_range class; convenience macros
    • T::ce_first and T::ce_last
  • benchmarking
  • conjure_enum, conjure_type and enum_bitset now in separate includes
  • significant improvements in compile times
  • selectable compile optimizations, including
    • FIX8_CONJURE_ENUM_ALL_OPTIMIZATIONS
    • FIX8_CONJURE_ENUM_IS_CONTINUOUS
    • FIX8_CONJURE_ENUM_NO_ANON
    • FIX8_CONJURE_ENUM_MINIMAL
  • bug fixes
  • conjure_enum API additions:
    • is_continuous
    • in_range
    • index
    • enum_cast
    • get_enum_min_value, get_enum_max_value
    • min_v, max_v
    • get_actual_enum_min_value, get_actual_enum_max_value
  • enum_bitset API additions:
    • std::bitset constructor and conversion
    • rotl, rotr
    • has_single_bit
    • to_hex_string
    • get_underlying, get_underlying_bit_size
    • get_bit_mask, get_unused_bit_mask
    • specialization for std::hash
    • countl_zero , countl_one , countr_zero , countr_one
    • const and non-const subscript operator (set and test)
  • expanded unit tests, edge case tests
  • updated to latest supported compilers
  • updated examples
  • documentation reorganised and expanded

@dakka dakka merged commit f7b22f4 into master Sep 10, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant