645 Commits

Author SHA1 Message Date
Peter Dimov
52ff7423b7 Remove uses of BOOST_FUNCTION_COMMA 2024-01-28 03:02:55 +02:00
Peter Dimov
5b5b2de461 Remove uses of BOOST_FUNCTION_VTABLE 2024-01-28 03:01:14 +02:00
Peter Dimov
916b44374d Remove uses of BOOST_FUNCTION_GET_INVOKER 2024-01-28 03:00:17 +02:00
Peter Dimov
87d8b29dc0 Remove uses of BOOST_FUNCTION_GET_MEMBER_INVOKER 2024-01-28 02:59:36 +02:00
Peter Dimov
7efb3be043 Remove uses of BOOST_FUNCTION_GET_FUNCTION_REF_INVOKER 2024-01-28 02:42:10 +02:00
Peter Dimov
691b765827 Remove uses of BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER 2024-01-28 02:41:11 +02:00
Peter Dimov
7b8bdda461 Remove uses of BOOST_FUNCTION_GET_FUNCTION_INVOKER 2024-01-28 02:40:34 +02:00
Peter Dimov
3380fc642f Remove uses of BOOST_FUNCTION_VOID_MEMBER_INVOKER 2024-01-28 02:39:07 +02:00
Peter Dimov
b241c83d43 Remove uses of BOOST_FUNCTION_MEMBER_INVOKER 2024-01-28 02:38:32 +02:00
Peter Dimov
4cedf0bf3b Remove uses of BOOST_FUNCTION_VOID_FUNCTION_REF_INVOKER 2024-01-28 02:35:01 +02:00
Peter Dimov
692cf3d56e Remove uses of BOOST_FUNCTION_FUNCTION_REF_INVOKER 2024-01-28 02:34:11 +02:00
Peter Dimov
15a4f89d9c Remove uses of BOOST_FUNCTION_VOID_FUNCTION_OBJ_INVOKER 2024-01-28 02:32:56 +02:00
Peter Dimov
5803badc20 Remove uses of BOOST_FUNCTION_FUNCTION_OBJ_INVOKER 2024-01-28 02:31:56 +02:00
Peter Dimov
4ba8c23ce4 Remove uses of BOOST_FUNCTION_VOID_FUNCTION_INVOKER 2024-01-28 02:31:14 +02:00
Peter Dimov
4e6dda7364 Remove uses of BOOST_FUNCTION_FUNCTION_INVOKER 2024-01-28 02:30:44 +02:00
Peter Dimov
b13f8f6f20 Remove uses of BOOST_FUNCTION_FUNCTION 2024-01-28 02:29:30 +02:00
Peter Dimov
af8e66d03b Replace operator safe_bool with explicit operator bool 2024-01-27 09:15:01 +02:00
Peter Dimov
f898d3a1dd Remove BOOST_NO_CXX11_ALLOCATOR workarounds 2024-01-27 09:11:37 +02:00
Peter Dimov
a9a0f90bc2 Remove BOOST_NO_CXX11_RVALUE_REFERENCES workarounds 2024-01-27 07:21:54 +02:00
Peter Dimov
c9357b6819 Remove obsolete workarounds from contains_test 2024-01-27 07:18:00 +02:00
Peter Dimov
3254a3857a Remove BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX workarounds 2024-01-27 07:12:35 +02:00
Peter Dimov
2570672623 Remove boost::detail::function::unusable 2024-01-27 07:08:12 +02:00
Peter Dimov
ee600cf665 Remove BOOST_NO_VOID_RETURNS workarounds 2024-01-27 07:04:50 +02:00
Peter Dimov
8d7f2ed1a5 Remove SGI workaround 2024-01-27 07:00:49 +02:00
Peter Dimov
509de96a1c Remove BOOST_NO_SFINAE workarounds 2024-01-27 06:58:05 +02:00
Peter Dimov
eff07e72c3 Remove GCC 3.3 workarounds 2024-01-27 06:52:02 +02:00
Peter Dimov
18e8bf458c Remove BOOST_FUNCTION_TARGET_FIX workarounds 2024-01-27 06:46:26 +02:00
Peter Dimov
f86ddb0bb9 Regenerate CMakeLists.txt 2024-01-26 07:57:47 +02:00
Peter Dimov
72889d5a01 Update meta/libraries.json 2024-01-26 07:57:13 +02:00
Peter Dimov
97decbc7af Update README 2024-01-25 22:26:12 +02:00
Peter Dimov
dadff43639 Remove requires_cxx11.hpp 2024-01-25 05:35:52 +02:00
Peter Dimov
c423753491 Remove unnecessary includes 2024-01-25 05:28:17 +02:00
Peter Dimov
86b7a7809a Remove BOOST_FUNCTION_NO_VARIADIC code portions 2024-01-25 05:18:01 +02:00
Peter Dimov
835e95f82f Revert "Revert "Added variadic support""
This reverts commit 79045752e0.
2024-01-25 04:54:52 +02:00
Peter Dimov
42a16b084c Update .drone.jsonnet 2024-01-10 03:47:11 +02:00
Peter Dimov
af53f1b672 Update ci.yml 2024-01-10 03:30:19 +02:00
Peter Dimov
c96f9d68b4 Remove C++03 tests 2024-01-10 03:09:37 +02:00
Peter Dimov
3182d502eb Remove C++03 from CI 2024-01-10 02:51:32 +02:00
Peter Dimov
d56678401d Remove msvc-9.0 from Appveyor boost-1.84.0 boost-1.84.0.beta1 2023-10-12 10:19:09 +03:00
Peter Dimov
b3905c7394 Regenerate CMakeLists.txt 2023-10-12 01:47:09 +03:00
Peter Dimov
1f3f971d1f Update C++03 deprecation message 2023-10-12 01:33:27 +03:00
Peter Dimov
6eddcae095 Remove typeof registrations from function_typeof.hpp; they are no longer necessary since Boost.Typeof now requires decltype 2023-10-12 01:31:00 +03:00
Peter Dimov
a6605b5d0b Disable function_typeof_test for 98 and 0x as well 2023-10-11 21:57:45 +03:00
Peter Dimov
8b126c8950 Disable function_typeof_test for <cxxstd>03 2023-10-11 21:37:34 +03:00
Peter Dimov
7ca2310b15 Support fn.contains(f) where f is a function. Fixes #46. 2023-09-03 17:55:50 +03:00
Peter Dimov
4ecf3e8ad5 Update ci.yml 2023-09-03 17:19:59 +03:00
Peter Dimov
4d3b477d71 Update ci.yml boost-1.83.0.beta1 boost-1.83.0 2023-06-03 10:17:00 +03:00
Peter Dimov
a8ae69798d Update C++03 deprecation message 2023-06-03 02:29:35 +03:00
Peter Dimov
65bbbbc359 Add C++03 deprecation notice boost-1.82.0 boost-1.82.0.beta1 2023-03-05 20:00:18 +02:00
Peter Dimov
f1535c3b00 Update ci.yml 2023-03-05 18:27:55 +02:00