1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-27 00:17:02 +08:00

300 Commits

Author SHA1 Message Date
wqking
1224dd6c9b Added instructions for installing from Homebrew 2024-12-08 14:54:09 +08:00
wqking
8b074920ee Added document Tip - samples for typical use cases 2024-10-25 16:15:35 +08:00
wqking
e26fa6276c Improved documents 2024-10-25 16:07:35 +08:00
wqking
6fb4615769 Added sample code and document for Tip - use C++ data type as event identifier 2024-10-21 16:00:35 +08:00
wqking
52703c2832 Fixed a CMake warning 2024-10-21 15:58:51 +08:00
wqking
c472fb22e7 Improved documents 2024-03-13 08:37:10 +08:00
Wang Qi
da6638be49
Merge pull request #71 from cnnblike/patch-1
Update readme.md
2024-02-20 16:37:57 +08:00
Ke Li
92210f49ee
Update readme.md
Add missing header for EventQueue example in README.md
2024-02-20 08:15:24 +00:00
wqking
9b2ceee0ee Added shields for vcpkg and conan in readme 2024-02-02 15:15:40 +08:00
wqking
2504bafc9e Extracted install instructions to separate document. Added Conan usage. 2024-02-02 11:34:47 +08:00
wqking
7a186e3deb Updated benchmark with newer compilers and hardware 2023-12-30 16:53:59 +08:00
wqking
60761df5e3 Fix compile error when using Heter classes with CounterRemover, #68 2023-12-17 14:19:34 +08:00
wqking
39daab7963 Fixed typos in eventmaker 2023-12-11 19:15:16 +08:00
wqking
45a410135e Added tip on how to add getter/setter prefix automatically in event maker document and unit tests 2023-11-17 08:58:49 +08:00
wqking
eb15c456a2 Fixed wrong header path in document. Updated contributor list. 2023-11-11 09:02:41 +08:00
wqking
d2db8af2a4 Bump version to 0.1.3 v0.1.3 2023-09-21 08:06:57 +08:00
wqking
c1e2a289b4 Updated contributor list 2023-09-19 08:22:58 +08:00
wqking
31f27d4649 Fixed mutex type in utility function in ScopedRemover 2023-09-19 08:11:03 +08:00
Wang Qi
db340210ba
Merge pull request #63 from sr-tream/master
ScopedRemover: fix lock custom mutex
2023-09-19 08:08:38 +08:00
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