Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Type Update Change
magic_enum http_archive minor v0.8.0 -> v0.9.7

Release Notes

Neargye/magic_enum (magic_enum)

v0.9.7: Magic Enum v0.9.7

Compare Source

Release v0.9.7

  • [breaking changes] Need to use #include <magic_enum/magic_enum.hpp> instead of #include <magic_enum.hpp>
  • Fix installing via CMake (#​374)
  • Fix install headers and pkg-config file via Meson (#​383)
  • Fix bitset constructor (#​367)
  • Fix parameterize formatter::format (#​365)
  • Fix enum_fuse shift value calculation (#​386) (#​387)

v0.9.6: Magic Enum v0.9.6

Compare Source

Release v0.9.6

  • Support C++20 module. (#​343) (#​350)
  • Сhecking that the enum is valid (not empty and not forward declaration) (#​320) (#​323)
  • Add enum_reflected (#​355)
  • Add support for overriding MAGIC_ENUM_ASSERT (#​322)
  • Add better support for Yocto/PetaLinux (#​360)
  • Fix -wshadow (#​354)

v0.9.5: Magic Enum v0.9.5

Compare Source

Release v0.9.5

v0.9.4: Magic Enum v0.9.4

Compare Source

Release v0.9.4

v0.9.3: Magic Enum v0.9.3

Compare Source

Release v0.9.3

  • [hotfix] Fix enum type name in namespace/class (#​281)
  • Add enum_next_value and enum_prev_value in <magic_enum_utility.hpp> (#​280)
  • Move enum_for_each to <magic_enum_utility.hpp>
  • Add <magic_enum_all.hpp>
  • Add option MAGIC_ENUM_NO_ASSERT
  • Add option MAGIC_ENUM_NO_EXCEPTION
  • Add option MAGIC_ENUM_ENABLE_HASH_SWITCH
  • Fix error with _ITERATOR_DEBUG_LEVEL on msvc

v0.9.2: Magic Enum v0.9.2

Compare Source

Release v0.9.2

  • [hotfix] Fix missing enum name in an anonymous namespace on Clang (#​276)
  • [hotfix] Re-Fix compiling on >= Clang-16 (#​279)
  • [hotfix] Fix missing enum name on Visual Studio 2017 (#​278)
  • Add enum_flags_test and enum_flags_test_any functions for flags
  • Move all enum_flags_* to <enum_flags.hpp>

v0.9.1: Magic Enum v0.9.1

Compare Source

Release v0.9.1

  • [hotfix] fix enum name in namespace/class (#​274)
  • enable wchar_t as string_view value_type (#​193, #​194)

v0.9.0: Magic Enum v0.9.0

Compare Source

Release v0.9.0

  • [breaking changes] Remove auto detect enum_range::is_flags. Need to explicitly set enum_range::is_flags, or add define MAGIC_ENUM_AUTO_IS_FLAGS for old behavior.
  • Move iostream_operators to magic_enum_iostream.hpp
  • Remove MAGIC_ENUM_ENABLE_NONASCII. Now it works by default.
  • Add support big range in enum_range. (#​268)
  • Add fmt support. (#​259)
  • Add support GCC -fno-pretty-templates. (#​258)
  • Аdd constexpr containers. (#​187)
  • Add support R++ builtins for type/enumerator name. (#​238)
  • Include <functional>. (#​252)

v0.8.2: Magic Enum v0.8.2

Compare Source

Release v0.8.2

  • Compile-time optimization (#​219, #​207)
  • Add option MAGIC_ENUM_ENABLE_HASH to generate a hash switch, this need more memory and compile-time but functions like 'enum_name', 'enum_switch', etc will have O(1) complexity
  • Add a separate header for enum_switch
  • Add support no default value enum_switch (#​199)
  • Fix build clang-16(#​204)
  • Fix VS2022 IntelliSence Error (#​198)

v0.8.1: Magic Enum v0.8.1

Compare Source

Release v0.8.0

  • Add a separate header for std::format
  • Add separate header fuse
  • Fix compilation error, when including magic_enum after windows.h (#​189)
  • Fix (#​190) (#​192)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency magic_enum to v0.8.1 Update dependency magic_enum to v0.8.2 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from 9f635ad to 2b6b2a9 Compare March 11, 2023 12:48
@renovate renovate bot changed the title Update dependency magic_enum to v0.8.2 Update dependency magic_enum to v0.9.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from 2b6b2a9 to bcf8807 Compare May 28, 2023 15:56
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.0 Update dependency magic_enum to v0.9.1 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from bcf8807 to 35f825b Compare June 1, 2023 03:38
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.1 Update dependency magic_enum to v0.9.2 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from 35f825b to fbd1e67 Compare June 10, 2023 11:50
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.2 Update dependency magic_enum to v0.9.3 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from fbd1e67 to 3160b7f Compare June 23, 2023 02:16
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.3 Update dependency magic_enum to v0.9.4 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from 3160b7f to ec847b8 Compare November 13, 2023 02:34
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.4 Update dependency magic_enum to v0.9.5 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from ec847b8 to d54f664 Compare November 17, 2023 02:42
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from d54f664 to 9c831f2 Compare June 30, 2024 05:25
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.5 Update dependency magic_enum to v0.9.6 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/magic_enum-0.x branch from 9c831f2 to 463c276 Compare November 14, 2024 05:48
@renovate renovate bot changed the title Update dependency magic_enum to v0.9.6 Update dependency magic_enum to v0.9.7 Nov 14, 2024
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