2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 16:12:15 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Peter Dimov
53c5bcf824 Disable is_nothrow_invocable under msvc-14.0 2024-03-22 19:15:09 +02:00
Peter Dimov
e270914326 Rephrase is_nothrow_invocable to not crash MSVC 2024-03-22 19:05:04 +02:00
Peter Dimov
5b6c4ffe95 Add is_nothrow_invocable 2024-03-22 18:38:10 +02:00
Peter Dimov
26e18fd796 Add is_invocable 2024-03-22 18:14:36 +02:00
Peter Dimov
571b48ca51 Add Boost::mp11 to test/CMakeLists.txt 2024-03-22 17:48:08 +02:00
Peter Dimov
b4b6cacb9d Add invoke_result_t 2024-03-22 17:34:42 +02:00
Peter Dimov
6b0825b893 Disable invoke_mfn_constexpr_test and invoke_md_constexpr_test for GCC 4.8 2024-03-22 05:09:13 +02:00
Peter Dimov
dca886ef30 Add constexpr tests for invoke 2024-03-22 05:02:43 +02:00
Peter Dimov
4710db471a Add noexcept tests for invoke 2024-03-22 02:35:29 +02:00
Peter Dimov
d83085a5d9 Add trailing return types to mem_fn for C++11 2024-03-21 21:37:10 +02:00
Peter Dimov
8633042b73 Add constexpr to mem_fn and invoke 2024-03-21 21:30:10 +02:00
Peter Dimov
eba152aa8e Reimplement mem_fn 2024-03-21 21:27:04 +02:00
Peter Dimov
efff37c7a3 Add mem_fn_mfn_test, mem_fn_md_test 2024-03-21 21:00:34 +02:00
Peter Dimov
d745a4cfba Disable -Wnoexcept-type under GCC 7 2024-03-21 20:43:25 +02:00
Peter Dimov
9743e1e03f Add invoke_md_test 2024-03-21 20:28:27 +02:00
Peter Dimov
3980572c34 Add invoke_mfn_test 2024-03-21 20:21:58 +02:00
Peter Dimov
9cad6fbca9 Add invoke_obj_test 2024-03-21 20:12:01 +02:00
Peter Dimov
31fe10bf54 Update invoke_fn_test.cpp 2024-03-21 20:04:47 +02:00
Peter Dimov
b6858273bd Add boost::compat::invoke 2024-03-21 19:57:32 +02:00
Peter Dimov
0220855d9c Update ci.yml 2024-03-21 19:51:58 +02:00
Peter Dimov
91c2054151 Merge pull request #7 from cmazakas/missing-copyright
Add missing copyright to shared_lock_test.cpp
2024-03-21 19:48:13 +02:00
Christian Mazakas
6153916abe Add missing copyright to shared_lock_test.cpp 2024-03-21 10:41:17 -07:00
Peter Dimov
0008d02a62 Update ci.yml boost-1.85.0.beta1 boost-1.84.0.beta1 boost-1.84.0 2023-08-29 11:57:33 +03:00
Peter Dimov
0387e8afe1 Merge pull request #4 from ecatmur/gcc-13
Also suppress Wself-move under gcc 13
2023-08-29 02:50:54 +03:00
Ed Catmur
6292106e68 Update shared_lock_test.cpp 2023-08-28 15:51:11 -05:00
Ed Catmur
8f75ad2a75 Also suppress Wself-move under gcc 13
Compiling with gcc 13.1.0:

   ../libs/compat/test/shared_lock_test.cpp: In function 'void {anonymous}::move_assignment()':
   ../libs/compat/test/shared_lock_test.cpp:378:10: error: moving 'lock' of type '{anonymous}::shared_lock_type' {aka 'boost::compat::shared_lock<dummy_lock>'} to itself [-Werror=self-move]
     378 |     lock = std::move( lock );
         |     ~~~~~^~~~~~~~~~~~~~~~~~~
   ../libs/compat/test/shared_lock_test.cpp:378:10: note: remove 'std::move' call
   cc1plus: all warnings being treated as errors
2023-08-15 19:15:46 -05:00
Peter Dimov
f5da663cbc Add .appveyor.yml boost-1.83.0 boost-1.83.0.beta1 2023-06-25 11:50:24 +03:00
Peter Dimov
8abbc6d979 Update latch.hpp 2023-06-25 11:47:43 +03:00
Peter Dimov
184782f257 Update revision history 2023-06-25 11:46:14 +03:00
Peter Dimov
fed8c15440 Move detal::throw_system_error to a separate header 2023-06-25 11:38:15 +03:00
Peter Dimov
da96abfadd Make BOOST_CURRENT_LOCATION a default argument to throw_system_error, to avoid having to pass it everywhere 2023-06-25 11:26:32 +03:00
Peter Dimov
5d639b109d Update shared_lock.hpp 2023-06-25 11:23:30 +03:00
Peter Dimov
d7707f7bf1 Update shared_lock_test.cpp 2023-06-25 11:10:31 +03:00
Peter Dimov
f96f5e0440 Update Jamfile 2023-06-25 10:55:36 +03:00
Christian Mazakas
745eaa080f Implement shared_lock
Note, as a first pass draft we eschew TimedLockable support
2023-06-23 15:57:53 -07:00
Peter Dimov
54081be93d Update copyright.adoc 2023-06-04 21:57:30 +03:00
Peter Dimov
689825b2f9 Update revision history 2023-05-17 19:32:11 +03:00
Peter Dimov
a563833a85 Merge pull request #2 from cmazakas/fix/docs
Fixup Latch Docs
2023-05-17 03:50:37 +03:00
Christian Mazakas
b2ab1b8ebb Clean up docs to no longer reference Core, improve consistency in naming 2023-05-16 10:02:08 -07:00
Peter Dimov
bea6216fb4 Merge pull request #1 from cmazakas/feature/latch
Implement latch
2023-05-16 02:08:26 +03:00
Christian Mazakas
185a78d8cf Implement latch 2023-05-15 11:44:34 -07:00
Peter Dimov
74cefa6b69 Update README.md 2023-05-14 01:17:17 +03:00
Peter Dimov
065388a913 Update README.md 2023-05-14 01:16:44 +03:00
Peter Dimov
cf06d842e2 Add stub latch_test.cpp 2023-05-14 01:09:13 +03:00
Peter Dimov
ec8c9df16a Update ci.yml 2023-05-13 22:09:06 +03:00
Peter Dimov
969d170d65 Add stub boost/compat/latch.hpp header 2023-05-13 21:46:06 +03:00
Peter Dimov
449d44bee9 Update ci.yml 2023-05-13 21:40:40 +03:00
Peter Dimov
83e918eff2 Update overview 2023-05-13 21:18:34 +03:00
Peter Dimov
079e3b8c8c Initial commit 2023-05-13 21:01:18 +03:00
Peter Dimov
96c5b8de2c Add .gitattributes 2023-05-13 20:37:41 +03:00