Peter Dimov
|
f1774f3d02
|
Make enum_to_string constexpr; add enum_to_string_test_cx.cpp. Refs #60. Refs #61.
|
2025-12-15 12:28:44 +02:00 |
|
Peter Dimov
|
54b73c7ca7
|
Add test for describe_enumerators on a nested enum before the enclosing class is complete. Refs #58.
|
2025-11-14 23:10:11 +02:00 |
|
Peter Dimov
|
2864875eef
|
Disable C4996 from JSON on msvc-14.0
|
2025-10-22 16:03:41 +03:00 |
|
Peter Dimov
|
f39d32150d
|
Use link=static for JSON, Serialization under UBSan
|
2024-08-22 01:53:28 +03:00 |
|
Peter Dimov
|
2fb95498ea
|
Update build.jam, test/Jamfile
|
2024-08-21 20:59:01 +03:00 |
|
Rene Rivera
|
76c036a2d7
|
Change all <source> references to <library>.
|
2024-07-20 19:38:12 -05:00 |
|
Rene Rivera
|
120b9edaed
|
Sync from upstream.
|
2024-03-23 16:03:15 -05:00 |
|
Peter Dimov
|
8f3b04a3d9
|
Disable warnings-as-errors=on in serialization.cpp for MSVC as well
|
2024-03-23 20:22:22 +02:00 |
|
Rene Rivera
|
9da33c4629
|
Make the library modular usable.
|
2024-03-11 08:32:57 -05:00 |
|
Peter Dimov
|
cfddb57d3a
|
Add an overload of enum_from_string that takes a string-like type (such as string_view). Fixes #41.
|
2023-09-09 18:52:41 +03:00 |
|
Peter Dimov
|
6e7d49c6e1
|
Do not use -Werror with Serialization under GCC
|
2023-09-09 17:57:18 +03:00 |
|
Peter Dimov
|
0d8de0aae7
|
Enable JSON tests with msvc-14.0, as it's supported now
|
2022-10-28 07:01:24 +03:00 |
|
Peter Dimov
|
8ff96dcd9e
|
Add pedantic_members_test
|
2022-10-28 06:31:01 +03:00 |
|
Peter Dimov
|
2deab4c35c
|
Add pedantic_bases_test
|
2022-10-28 06:19:17 +03:00 |
|
Peter Dimov
|
8a982de483
|
Add pedantic_enumerators_test
|
2022-10-28 06:06:24 +03:00 |
|
Peter Dimov
|
973bdf1725
|
Remove global -wd4100
|
2022-10-20 18:23:00 +03:00 |
|
Peter Dimov
|
574c1736a3
|
Merge pull request #28 from ecatmur/nested-poison
Poison BOOST_DESCRIBE_ENUM in class scope
|
2022-02-19 03:46:58 +02:00 |
|
Peter Dimov
|
dae1e8246a
|
Add printing member pointers example
|
2022-02-02 20:40:01 +02:00 |
|
Ed Catmur
|
dd76e316d3
|
Update Jamfile
|
2021-12-21 17:08:53 +00:00 |
|
Peter Dimov
|
2e3b6a6791
|
Test BOOST_DESCRIBE_CLASS with a union
|
2021-12-15 01:41:54 +02:00 |
|
Peter Dimov
|
fabf5c7115
|
Allow unions in BOOST_DESCRIBE_STRUCT (refs #21)
|
2021-12-15 01:33:06 +02:00 |
|
Peter Dimov
|
d4ebe0943e
|
Add test for enums and classes in unnamed namespaces (refs #23)
|
2021-11-17 02:20:22 +02:00 |
|
Peter Dimov
|
71bfb07be2
|
Add example/struct_to_tuple.cpp
|
2021-10-28 01:28:07 +03:00 |
|
Peter Dimov
|
84fe8aa21e
|
Add descriptor_by_pointer
|
2021-10-27 06:09:54 +03:00 |
|
Peter Dimov
|
448174f346
|
Add descriptor_by_name
|
2021-10-27 04:13:29 +03:00 |
|
Peter Dimov
|
128e3667d6
|
Add operators.hpp
|
2021-10-26 07:09:30 +03:00 |
|
Peter Dimov
|
c3f16f3332
|
Add enum_from_string.hpp
|
2021-10-26 05:33:14 +03:00 |
|
Peter Dimov
|
9c351a463f
|
Add enum_to_string.hpp
|
2021-10-25 20:22:14 +03:00 |
|
Peter Dimov
|
300ea0bebe
|
Add has_describe_members
|
2021-10-25 18:45:26 +03:00 |
|
Peter Dimov
|
5a4c425f32
|
Add has_describe_bases
|
2021-10-25 18:40:38 +03:00 |
|
Peter Dimov
|
b6c41956ec
|
Add has_describe_enumerators
|
2021-10-25 17:36:58 +03:00 |
|
Peter Dimov
|
4a4dd302cb
|
Add mod_any_member
|
2021-06-16 22:33:02 +03:00 |
|
Peter Dimov
|
7e9f1f0eb9
|
Add class_template_test
|
2021-06-16 04:57:14 +03:00 |
|
Peter Dimov
|
c48ef40b1d
|
Add example/console.cpp
|
2021-05-03 04:53:07 +03:00 |
|
Peter Dimov
|
78c861d0bc
|
Add example/equality.cpp
|
2021-05-03 04:05:03 +03:00 |
|
Peter Dimov
|
245c2de80a
|
Add example/hash_value.cpp
|
2021-05-03 03:52:36 +03:00 |
|
Peter Dimov
|
94a80a6812
|
Add BOOST_DESCRIBE_NESTED_ENUM
|
2021-03-20 02:28:22 +02:00 |
|
Peter Dimov
|
bef1e45cb0
|
Add compile-fail tests for describing enums as structs and vice versa (refs #8)
|
2021-03-17 16:29:37 +02:00 |
|
Peter Dimov
|
92afba2c39
|
Disable MS warning 5104 (ntverp.h under new pp) for JSON examples
|
2021-03-17 15:08:42 +02:00 |
|
Peter Dimov
|
1bf6dddac0
|
Add a test for overloaded functions returning std::pair
|
2021-03-16 06:20:20 +02:00 |
|
Peter Dimov
|
564f849629
|
Use PP_NAME, PP_POINTER when describing members; add overloaded_test
|
2021-03-16 01:44:53 +02:00 |
|
Peter Dimov
|
ed26d4c495
|
Add BOOST_DESCRIBE_PP_NAME, BOOST_DESCRIBE_PP_POINTER
|
2021-03-16 01:21:20 +02:00 |
|
Peter Dimov
|
c9f780cbfb
|
Allow trailing comma in enum descriptions and definitions
|
2021-03-14 06:47:14 +02:00 |
|
Peter Dimov
|
ae5c3c862f
|
Add detail/pp_utilities.hpp
|
2021-03-14 06:30:01 +02:00 |
|
Peter Dimov
|
e503b32c51
|
Add empty_enum_test
|
2021-03-14 01:24:33 +02:00 |
|
Peter Dimov
|
b1e0566668
|
Add a test using various entities named D
|
2021-03-14 01:11:03 +02:00 |
|
Peter Dimov
|
109bb07163
|
Add detail/compute_base_modifiers.hpp
|
2021-03-13 21:23:27 +02:00 |
|
Peter Dimov
|
ae31a5142f
|
Disable Boost.JSON warnings
|
2021-03-13 19:34:28 +02:00 |
|
Peter Dimov
|
eea288e049
|
Disable to_json example on VS2015
|
2021-02-28 04:18:56 +02:00 |
|
Peter Dimov
|
d2066f5054
|
Avoid unescaped special character warning
|
2021-02-28 04:18:09 +02:00 |
|