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
|
f8c2b7d2d9
|
Add comments to unnamed_namespace_test, unnamed_namespace_test2
|
2022-10-28 05:56:46 +03:00 |
|
Peter Dimov
|
973bdf1725
|
Remove global -wd4100
|
2022-10-20 18:23:00 +03:00 |
|
Peter Dimov
|
9273e7c0af
|
Add member functions to X in operator_eq_test, operator_lt_test
|
2022-09-29 20:07:59 +03:00 |
|
Peter Dimov
|
6749a0f46a
|
Disable msvc-12.0 and below warnings in bases_test.cpp
|
2022-06-21 19:31:06 +03:00 |
|
Peter Dimov
|
21de045f39
|
Remove extra semicolons in tests
|
2022-06-21 16:34:26 +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
|
2a50e32645
|
Add CMake jobs to ci.yml
|
2022-02-19 02:50:35 +02:00 |
|
Peter Dimov
|
dae1e8246a
|
Add printing member pointers example
|
2022-02-02 20:40:01 +02:00 |
|
Ed Catmur
|
d64c9fb141
|
Create nested_enum_fail.cpp
|
2021-12-21 17:11:43 +00:00 |
|
Ed Catmur
|
abc8b0236d
|
Create enum_nested_fail.cpp
|
2021-12-21 17:11:19 +00:00 |
|
Ed Catmur
|
dd76e316d3
|
Update Jamfile
|
2021-12-21 17:08:53 +00:00 |
|
Peter Dimov
|
811003ea0c
|
g++ 4.8 doesn't like static union members either
|
2021-12-15 03:40:34 +02:00 |
|
Peter Dimov
|
d98f4d1f40
|
Disable union tests for C++03 because static members are not allowed
|
2021-12-15 01:49:52 +02: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
|
6cc4ddafd7
|
Test non-described classes derived from described ones (refs #22)
|
2021-12-11 19:14:19 +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
|
890c1afcda
|
Bump workaround in class_template_test.cpp
|
2021-10-26 04:18:37 +03:00 |
|
Peter Dimov
|
caa4cb6bf0
|
Bump workarounds in members_test7.cpp
|
2021-10-26 04:17:26 +03:00 |
|
Peter Dimov
|
9c351a463f
|
Add enum_to_string.hpp
|
2021-10-25 20:22:14 +03:00 |
|
Peter Dimov
|
d5e79ee67d
|
Remove superfluous semicolons
|
2021-10-25 19:53:53 +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
|
be5bf613e6
|
Add test/CMakeLists.txt
|
2021-06-16 05:39:59 +03:00 |
|
Peter Dimov
|
57e62f34b8
|
Avoid g++ error
|
2021-06-16 05:19:57 +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
|
4ca49a6af2
|
Remove noexcept from functions to avoid g++-7 warning and enable C++03 compilation
|
2021-03-16 06:34:12 +02:00 |
|
Peter Dimov
|
1bf6dddac0
|
Add a test for overloaded functions returning std::pair
|
2021-03-16 06:20:20 +02:00 |
|
Peter Dimov
|
5ebca2615a
|
Merge branch 'develop' into feature/overloaded
|
2021-03-16 01:52:02 +02:00 |
|
Peter Dimov
|
7f36a2c798
|
Add a protected base to members_test5.cpp
|
2021-03-16 01:51:47 +02:00 |
|
Peter Dimov
|
564f849629
|
Use PP_NAME, PP_POINTER when describing members; add overloaded_test
|
2021-03-16 01:44:53 +02:00 |
|