Commit graph

260 commits

Author SHA1 Message Date
ad4ba073a3 Add nameof module support
Some checks failed
macos / macos-13 (push) Has been cancelled
macos / macos-14 (push) Has been cancelled
ubuntu / clang-10 (push) Has been cancelled
ubuntu / clang-11 (push) Has been cancelled
ubuntu / clang-12 (push) Has been cancelled
ubuntu / clang-13 (push) Has been cancelled
ubuntu / clang-14 (push) Has been cancelled
ubuntu / clang-15 (push) Has been cancelled
ubuntu / clang-16 (push) Has been cancelled
ubuntu / clang-9 (push) Has been cancelled
ubuntu / gcc-10 (push) Has been cancelled
ubuntu / gcc-11 (push) Has been cancelled
ubuntu / gcc-12 (push) Has been cancelled
ubuntu / gcc-13 (push) Has been cancelled
ubuntu / gcc-14 (push) Has been cancelled
ubuntu / gcc-9 (push) Has been cancelled
windows / Visual Studio 2019 (push) Has been cancelled
windows / Visual Studio 2022 (push) Has been cancelled
2024-10-19 23:02:24 +00:00
neargye
3f1664327a use cstring for allow NTTP 2024-09-19 13:52:06 +03:00
neargye
3d4c9820fc v0.10.4 2024-01-31 18:26:52 +04:00
neargye
4d097b9da0 update copyright 2024-01-02 02:51:35 +04:00
Daniil Goncharov
c9ae9a57c3
add support big enum range (#65) 2023-12-01 01:33:57 +04:00
Bela Schaum
8aeb677413
Replace union type holder to template extern variable (#62) 2023-06-23 16:10:32 +04:00
neargye
f2522c2cc0 * add sep param to nameof_enum_flag
* fix noexcept
2023-06-14 02:44:15 +04:00
neargye
8f416c881e v0.10.3 2023-03-30 20:19:30 +04:00
neargye
6708611448 update doc 2023-03-30 19:10:22 +04:00
Bela Schaum
1f071407dc
Nameof pointer + tests (#59) 2023-03-17 21:39:30 +04:00
Bela Schaum
9494cbd4aa
Add a static assertion for issue https://github.com/Neargye/nameof/issues/52 (#57) 2023-03-06 17:02:46 +04:00
kamchatka-volcano
70ca094db8
Fix #49 (#50) 2022-12-07 01:24:06 +04:00
Bela Schaum
f7b2f34053
Fix https://github.com/Neargye/nameof/issues/46 (#48) 2022-11-13 21:01:31 +04:00
neargye
6a1efd31c1 clean-up 2022-09-02 17:26:22 +04:00
neargye
ea3871026a fix IntelliSence 2022-08-15 12:38:17 +04:00
neargye
54a6a795a9 clean-up 2022-08-14 15:54:27 +04:00
neargye
f14c1b5065 fix build 2022-08-13 19:26:45 +04:00
neargye
00a333bb8e add aliases test 2022-08-13 18:18:52 +04:00
neargye
09f879a995 fix clang trunk build 2022-08-12 21:46:36 +04:00
neargye
db94e8b345 fix clang llvm-project#50055(reviews.llvm.org/D131307) 2022-08-12 21:38:20 +04:00
neargye
4d2d89eac7 ignored "-Wenum-constexpr-conversion" 2022-08-09 15:47:25 +04:00
neargye
c44b65d57d fix clang llvm-project#50055(reviews.llvm.org/D130058) 2022-08-09 15:28:23 +04:00
neargye
c04b72fc51 v0.10.2 2022-08-04 17:32:59 +04:00
neargye
b6a4452eef update doc
fix noexcept nameof_enum_or
2022-07-26 18:48:58 +04:00
neargye
59411bf519 add nameof_enum_or 2022-07-26 18:17:36 +04:00
Bela Schaum
f32bbb0f09
Try to fix tests (#43) 2022-07-25 14:07:57 +04:00
neargye
c793b69c40 fix 2022-07-25 01:10:57 +04:00
neargye
2cb9751cb6 add nameof_member for mscv and c++20 2022-07-21 21:07:19 +04:00
neargye
5bf352dfa6 fix #39 2022-07-21 19:55:02 +04:00
neargye
7e2cc11360 fix warnings 2022-06-29 16:40:42 +04:00
neargye
83ee9b42df update copyright 2022-06-10 18:15:37 +04:00
neargye
e37861d46f clean-up 2022-05-18 22:30:04 +04:00
neargye
3a728f4102 clean-up 2022-05-18 18:31:02 +04:00
neargye
b5deb0055c fix build 2022-05-18 16:28:56 +04:00
neargye
b12d458de0 * fix vs2022 build
* clean-up
2022-05-18 16:26:40 +04:00
neargye
143d19c5e0 update copyright 2022-04-03 01:26:52 +04:00
neargye
b19b00b61a Fix underflow in out of range check
Fix bool special case
2021-06-26 12:03:55 +03:00
neargye
292d604578 v0.10.1 2021-06-21 20:49:27 +03:00
neargye
d69f91daa5 fix typo 2021-05-07 11:17:35 +03:00
neargye
6810459778 fix using leak 2021-04-28 20:51:50 +03:00
neargye
a9813bd7a1 fix range check 2021-04-22 12:41:25 +03:00
neargye
d091ca081e fix hard error if enum is empty or non-reflected 2021-04-22 12:23:54 +03:00
neargye
84c6c9866a fix checks 2021-04-03 00:37:30 +03:00
neargye
fb480caab2 fix checks 2021-04-03 00:32:17 +03:00
neargye
2cf013dbf3 add nameof_member 2021-04-03 00:17:18 +03:00
neargye
f57dcf410a workaround std::array in some cases is missing constexpr on some of its functions 2021-03-10 11:39:56 +02:00
neargye
3a52b520c9 fix #31 2021-01-24 08:39:43 +02:00
neargye
b94b243525 update copyright 2021-01-24 08:39:23 +02:00
Daniil Goncharov
7b5d24e37f
v0.10.0 (#30)
v0.10.0
2021-01-12 10:39:52 +02:00
Daniil Goncharov
6fa49cca4b
Wip v0.10.0 (#28) 2020-12-29 20:45:54 +02:00