1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-26 15:52:40 +08:00

281 Commits

Author SHA1 Message Date
SR_team
06a2381785
ScopedRemover: fix lock custom mutex 2023-09-18 22:06:26 +03:00
Wang Qi
3566fa6ab4
Merge pull request #61 from rotolof/cmake35
Bump CMake minimum required version to 3.5
2023-08-29 15:55:22 +08:00
Niccolò Iardella
025b85707e
Bump CMake minimum required version to 3.5 2023-08-29 09:28:46 +02:00
wqking
9231cbb93b Update AnyData tutorial and document 2023-05-16 10:56:35 +08:00
wqking
260a82911b Fixed document 2023-05-05 09:08:12 +08:00
wqking
6c3fe7899b Removed the need of Callback policy in AnyData from tutorial and document 2023-05-05 08:59:28 +08:00
wqking
7afab328dd AnyData stores large data on heap instead of compiling error 2023-05-05 08:28:00 +08:00
wqking
b25e2703a5 Make AnyData not copy-constructible 2023-05-04 10:47:57 +08:00
wqking
ca34f0ef37 Refactored: removed unnecessary copy constructor in AnyData 2023-05-04 09:10:24 +08:00
wqking
aea43b534c Added utility class AnyData 2023-04-30 08:23:54 +08:00
wqking
a24be22f86 Added note for arguments life time in EventQueue::enqueue 2023-04-27 10:29:50 +08:00
wqking
07fd020fb7 Removed slow assertion 2023-03-16 14:33:07 +08:00
wqking
55d50a01bf Updated contributor list 2023-03-09 15:41:38 +08:00
wqking
cde8746409 Added mutex lock in function CallbackListBase::ownsHandle to avoid racing condition. See issue #57 2023-03-09 15:25:52 +08:00
wqking
0fe5dd65af Updated document according to previous code change 2023-02-17 08:56:03 +08:00
wqking
6f6ba44479 Added universal reference to args parameter in EventQueue::enqueue, see issue #56. Updated contributor list. 2023-02-17 08:53:14 +08:00
Wang Qi
63497c60ef
Merge pull request #54 from marsCatXdu/master
Add Chinese translations and correct existing formatting mistakes
2022-11-11 20:20:20 +08:00
marsCatXDU
d5642cf525 Correct formatting mistakes
Signed-off-by: marsCatXDU <marscatcn@live.com>
2022-11-11 10:52:17 +08:00
marsCatXDU
7288038e76 Add Chinese translations
Signed-off-by: marsCatXDU <marscatcn@live.com>
2022-11-11 10:47:11 +08:00
Wang Qi
6813ec217f
Merge pull request #49 from marsCatXdu/master
Add Chinese translation for callbacklist reference
2022-09-11 20:16:52 +08:00
wqking
e6518f9c56 Added more tutorials for EventQueue. Updated documents. 2022-07-31 19:43:44 +08:00
wqking
15d78b7bd2 Rephrased document to make it more clear, according to #50 2022-07-28 09:39:00 +08:00
marsCatXDU
2b22be1114 Add Chinese translation for callbacklist reference document
Signed-off-by: marsCatXDU <marscatcn@live.com>
2022-07-27 21:12:08 +08:00
wqking
86cbb22fc1 Added index to Chinese documents 2022-07-25 09:02:05 +08:00
Wang Qi
ba48543b79
Merge pull request #48 from marsCatXdu/master
Add Chinese translation
2022-07-25 08:51:54 +08:00
marsCatXDU
55d49440be Add Chinese translation
Signed-off-by: marsCatXDU <marscatcn@live.com>
2022-07-23 20:21:02 +08:00
wqking
1fbc2fb4ae Fixed typo in tutorial output 2022-07-21 20:22:47 +08:00
Wang Qi
468b7cf4f5
Merge pull request #47 from marsCatXdu/master
[document] fix incorrect output example in CallbackList tutorial 4
2022-07-21 20:02:42 +08:00
marsCatXDU
2af18c9d98 fix incorrect output example in tutorial 4
Signed-off-by: marsCatXDU <marscatcn@live.com>
2022-07-21 16:30:37 +08:00
wqking
4a978a2e5d Added Contributors section in readme 2022-06-28 21:46:57 +08:00
wqking
3893549d30 Revert "Added Contributors section in readme". Seems Github doesn't support the style tag. Will add the section back later after the issue is fixed. 2022-06-28 21:15:44 +08:00
wqking
6f8ad4a87e Added Contributors section in readme 2022-06-28 21:13:24 +08:00
wqking
8896f1b0b0 Added instructions on using eventpp with Hunter package manager 2022-06-28 16:35:44 +08:00
wqking
a65fe2ea51 Added badges in readme 2022-06-28 16:16:47 +08:00
wqking
e3a91143d0 Added Intel compiler support in readme 2022-06-27 08:50:10 +08:00
wqking
a243dc0dcb Added function ownsHandle in CallbackList and EventDispatcher 2022-06-13 13:08:19 +08:00
Wang Qi
3e09184717
Merge pull request #45 from bazfp/GNUInstallUtils
Move GNUInstallDirs include to before the target include directories
v0.1.2-for-hunter-pm
2022-06-09 20:42:51 +08:00
Seb Horsewell
c0d01bf0aa Move GNUInstallDirs include to before the target include directories 2022-06-09 13:40:19 +01:00
wqking
d414928a5a If CMAKE_INSTALL_INCLUDEDIR is not set, set it to "include" 2022-06-08 08:53:45 +08:00
Wang Qi
f0f42b5ccf
Merge pull request #42 from bazfp/master
Improve use of CMAKE_INSTALL_INCLUDEDIR
2022-06-08 08:44:32 +08:00
Seb Horsewell
7055f6a0d5 Remove use of CMAKE_INSTALL_INCLUDEDIR 2022-06-07 17:11:46 +01:00
wqking
4bb20b5557 Fixed typos in documents 2022-05-31 17:27:15 +08:00
Wang Qi
a135c761b4
Merge pull request #40 from rotolof/install_option
Enable or disable installation
2022-05-28 16:32:17 +08:00
Niccolò Iardella
a4b2f91045
Add automatic check for main project 2022-05-27 16:36:31 +02:00
Niccolò Iardella
836c86c435
Add CMake option for disabling installation 2022-05-27 16:22:51 +02:00
wqking
c9f1464dff Added unit tests for ScopedRemover::setDispatcher 2022-04-30 07:53:25 +08:00
wqking
7072504e6d Fixed compile warnings in MSVC 2022-04-30 07:52:53 +08:00
Wang Qi
4160f119f8
Merge pull request #39 from devbharat/test-setCallbackList
Test setCallbackList
2022-04-30 07:40:19 +08:00
devbharat$
3db30ce5e8 Test setCallbackList 2022-04-29 14:50:39 +02:00
wqking
de833acfb4 Updated CATCH2 to v2.13.9 2022-04-29 08:04:02 +08:00