Commit Graph

  • 103cc617ba update neargye 2021-12-28 18:14:16 +02:00
  • 7ba70d48b4 Add simple meson.build to make this repository as a subproject (#113) Gabriel-Andrew Pollo Guilbert 2021-12-02 16:27:44 -05:00
  • 7c6b66fcff update doc & examples neargye 2021-11-29 23:34:25 +02:00
  • aa1a304860 update doc neargye 2021-11-26 17:41:22 +02:00
  • f4738bef44 fix hard-limit on enum range neargye 2021-11-26 11:11:51 +02:00
  • 5bc2689fa5 Some code quality (#110) Florian Becker 2021-11-05 18:24:11 +01:00
  • c7a0c83ed4 constexpr_for not work on vs2017 neargye 2021-10-09 02:40:44 +03:00
  • 018673a0a4 add tests constexpr_for neargye 2021-10-09 02:22:59 +03:00
  • 0325167113 add compile time get value neargye 2021-10-09 02:13:00 +03:00
  • 38f86e4d09 Added support for non-ASCII characters (UNIX/Linux) (#95) Komachin 2021-08-09 15:44:30 +01:00
  • 5d6e0e7707 update doc neargye 2021-08-09 11:23:28 +03:00
  • b19a54c272 clean-up neargye 2021-08-04 16:30:10 +03:00
  • 41c916432b Fix underflow in out of range check (#88) Alexander Karatarakis 2021-06-25 05:00:54 -07:00
  • b927151677 update tests neargye 2021-06-24 17:52:04 +03:00
  • 739942ab7d fix enums with underlying type bool neargye 2021-06-24 11:47:06 +03:00
  • 5003c436d6 update readme neargye 2021-06-24 11:46:20 +03:00
  • 3d1f6a5a2a v0.7.3 v0.7.3 neargye 2021-06-21 21:00:39 +03:00
  • 25f32188ca update ci neargye 2021-06-17 16:07:12 +03:00
  • 081a77b96a Add ability to include external configuration header (#86) sajimon 2021-06-17 15:06:27 +02:00
  • 8c130658e1 Add ARCH_INDEPENDENT so the generated cmake config files are really arch independent (#84) Flow86 2021-05-27 11:08:01 +02:00
  • 98ffd0e29b update ci neargye 2021-05-27 11:10:10 +03:00
  • 8deb7f96e7 fix typo in comment (#81) jimmyorourke 2021-05-07 04:16:24 -04:00
  • 5091dc6acf fix using leak neargye 2021-04-28 13:10:59 +03:00
  • 5b282dd4e8 fix range check neargye 2021-04-22 12:43:04 +03:00
  • 1db1f585f4 fix typo neargye 2021-04-21 19:21:54 +03:00
  • c646c9d76d fix hard error if enum is empty or non-reflected neargye 2021-04-21 19:19:03 +03:00
  • 3cc7e2acde update catch2 neargye 2021-04-14 14:03:06 +03:00
  • e5c1508465 update ci neargye 2021-04-14 14:02:49 +03:00
  • f9e08ba792 update readme neargye 2021-03-27 18:51:46 +02:00
  • 252cbd0136 update ci neargye 2021-03-27 18:51:41 +02:00
  • c5b5eea3bd Added build2 support information (#78) Wmbat 2021-03-22 11:15:04 -04:00
  • ed2dbfd46c workaround std::array in some cases is missing constexpr on some of its functions (#76) Daniil Goncharov 2021-03-10 11:05:44 +02:00
  • c1e7c1475a chore: update catch2 to 2.13.4 for Apple Silicon support (#75) Gregor Jasny 2021-02-22 17:10:47 +01:00
  • 58833fa067 Fix typo (#72) Malcolm Parsons 2021-02-09 17:33:32 +00:00
  • 9830d319c4 silence some warning neargye 2021-01-22 18:55:40 +02:00
  • 0810148bae update copyring neargye 2021-01-22 18:53:56 +02:00
  • 79fd207cca update doc neargye 2021-01-12 10:31:53 +02:00
  • beb77df3f1 clean-up neargye 2021-01-10 14:54:49 +02:00
  • 36ab9fa1a4 Detect values out of range and fail compilation (#70) bjacklyn 2021-01-10 04:43:47 -08:00
  • 806f2530ef clean-up neargye 2020-12-29 18:56:51 +02:00
  • 6654d24a82 update neargye 2020-12-24 16:24:34 +02:00
  • dc8660e2bc v0.7.2 v0.7.2 neargye 2020-12-23 14:18:20 +02:00
  • 993e796e0d update doc neargye 2020-12-23 14:17:39 +02:00
  • dee5abdfbd update doc fix #68 neargye 2020-12-23 14:14:28 +02:00
  • 9ed98e3463 fix #69 neargye 2020-12-21 17:52:42 +02:00
  • 74106766b5 update ci neargye 2020-12-04 18:08:09 +02:00
  • f4d98123d9 v0.7.1 v0.7.1 neargye 2020-12-02 12:07:30 +02:00
  • e24befa5fd fix typo (#66) nackdai 2020-11-29 22:29:17 +09:00
  • 9fb2ab9133 clean-up neargye 2020-11-26 01:27:24 +02:00
  • 4da4b75644 add namespace magic_enum::flags::bitwise_operators neargye 2020-11-25 11:17:29 +02:00
  • e8c57b0a2a update ci neargye 2020-11-24 16:28:50 +02:00
  • 72ba8a89d4 clean-up neargye 2020-11-19 15:29:05 +02:00
  • 1b587718b7 Compile fix for gcc 7.5 (#62) Bela Schaum 2020-11-19 14:23:20 +01:00
  • 6e932ef66d update ci neargye 2020-11-11 17:32:27 +02:00
  • 8f1d0ba39f fix clang with msvc neargye 2020-11-10 19:14:54 +02:00
  • b828fe16f5 make the project to be used from a build directory reference: https://cmake.org/cmake/help/latest/guide/tutorial/index.html#adding-export-configuration-step-11 neargye 2020-11-10 19:13:46 +02:00
  • ad441519c3 Create FUNDING.yml Daniil Goncharov 2020-11-09 15:22:47 +02:00
  • ae7aabf63d update comments neargye 2020-11-08 22:00:23 +02:00
  • caa2f9e6ef Fix typo in readme (#61) tim-lyon-arup 2020-10-22 13:48:26 +01:00
  • bb32605276 Fix extra-semi-stmt (#60) Florian Becker 2020-10-21 17:02:40 +02:00
  • 3080a1d726 update readme neargye 2020-10-19 10:19:10 +03:00
  • 77c66013db update ci neargye 2020-10-18 21:23:35 +03:00
  • 4623301e1a Exercise Bazel build in CI (#59) Michael Hackner 2020-10-17 06:45:16 -07:00
  • 702e2d3271 bump version neargye 2020-10-16 16:03:53 +03:00
  • 7fe7de5130 update readme neargye 2020-10-16 10:14:40 +03:00
  • 701bff9159 v0.7.0 v0.7.0 neargye 2020-10-14 20:03:02 +03:00
  • 24e06d6eef fix build neargye 2020-10-13 13:36:18 +03:00
  • e73c1b1168 more comfortable static check neargye 2020-10-13 13:29:21 +03:00
  • 8edf2e3286 fix noising assert neargye 2020-10-13 13:14:09 +03:00
  • b61af87b20 update readme neargye 2020-10-08 20:05:31 +03:00
  • f3b4a01ce2 Add support for bazel (#56) FelixDuvalletKodiak 2020-10-08 00:10:15 -07:00
  • 7063621bce Add MAGIC_ENUM_OPT_INSTALL option in CMakeLists.txt (#54) Gary MARIGLIANO 2020-09-24 15:55:57 +02:00
  • 4813c04927 fix #53 neargye 2020-09-16 00:26:01 +03:00
  • 59aa63ac64 update doc neargye 2020-09-08 20:37:20 +03:00
  • 690486e7f2 improve customize Daniil Goncharov 2020-09-07 12:55:59 +03:00
  • 000551a655 clean-up Daniil Goncharov 2020-09-01 14:01:49 +03:00
  • 9ed88dea3b clean-up neargye 2020-08-30 10:45:18 +03:00
  • 5eadad5272 update test flag neargye 2020-08-30 10:43:06 +03:00
  • 93384d2fa3 add example custom name neargye 2020-08-30 10:42:56 +03:00
  • d0e279ae59 fix cmp_equal neargye 2020-08-18 10:19:05 +05:00
  • d085812be2 update tests neargye 2020-08-17 01:37:07 +05:00
  • 8fd0ddb13c update example neargye 2020-08-17 01:28:35 +05:00
  • e55d4cea83 remove unused magic_enum::flags::bitwise_operators neargye 2020-08-17 01:27:56 +05:00
  • 02f2249239 clean-up neargye 2020-08-16 17:43:22 +05:00
  • 521b753a86 fix warnings neargye 2020-08-16 16:12:53 +05:00
  • 971a548693 remove strict enum_name neargye 2020-08-16 15:16:15 +05:00
  • 9c40cae91a add enum-flags test neargye 2020-08-16 14:58:48 +05:00
  • b6743e4a26 workaround enum_type_name neargye 2020-08-16 11:00:31 +05:00
  • d73a985f52 add MAGIC_ENUM_SUPPORTED_ALIASES neargye 2020-08-15 23:56:54 +05:00
  • 32e2e6318d add flags (#43) Daniil Goncharov 2020-08-15 22:52:22 +05:00
  • e2578822ed wip neargye 2020-08-15 22:52:03 +05:00
  • d525acae66 wip neargye 2020-08-15 22:47:20 +05:00
  • 7892516990 wip neargye 2020-08-15 21:55:52 +05:00
  • 0228a62497 wip neargye 2020-08-15 20:30:35 +05:00
  • 8f31ad7cfa wip neargye 2020-08-15 19:52:37 +05:00
  • 619164687f wip neargye 2020-08-15 18:52:41 +05:00
  • 0c0b03131a wip neargye 2020-08-15 18:09:27 +05:00
  • 0fbecb4947 fix naming vcpkg neargye 2020-07-10 12:27:31 +05:00
  • bcbabba3e4 wip neargye 2020-07-08 21:14:43 +05:00
  • 573bc60011 wip neargye 2020-07-06 19:22:53 +05:00