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

69 Commits

Author SHA1 Message Date
wqking
aea43b534c Added utility class AnyData 2023-04-30 08:23:54 +08:00
wqking
55d50a01bf Updated contributor list 2023-03-09 15:41:38 +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
wqking
e6518f9c56 Added more tutorials for EventQueue. Updated documents. 2022-07-31 19:43:44 +08:00
wqking
86cbb22fc1 Added index to Chinese documents 2022-07-25 09:02:05 +08:00
wqking
1fbc2fb4ae Fixed typo in tutorial output 2022-07-21 20:22:47 +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
4bb20b5557 Fixed typos in documents 2022-05-31 17:27:15 +08:00
wqking
763d27fce7 Updated document for using CMake with MingW 2022-04-06 09:00:01 +08:00
wqking
73a0f0a275 Added instruction for using vcpkg 2022-03-15 09:33:22 +08:00
wqking
a28de3708a Fixed format in readme 2022-03-11 17:21:02 +08:00
wqking
c65975f5ba Bump version to 0.1.2 2022-03-11 17:17:49 +08:00
wqking
6e5f6ee45d tab->spaces in documents for easier read 2022-02-04 09:00:50 +08:00
wqking
cf1ba5689d Updated readme for using eventpp with CMake 2022-01-18 17:04:33 +08:00
wqking
b4a308b95e Added function hasAnyListener in EventDispatcher and HeterEventDispatcher 2021-07-21 13:43:59 +08:00
wqking
0b1a863127 Fixed typos in documents. 2021-05-03 09:52:23 +08:00
wqking
536134b646 Fixed typo 2021-02-10 22:05:48 +08:00
wqking
81095e229c Updated documents 2021-02-10 21:45:16 +08:00
wqking
ceff6b9140 Updated documents 2021-01-31 16:54:48 +08:00
wqking
745126f835 Replaced AnyHashable with AnyId 2021-01-30 19:17:49 +08:00
wqking
5de1447e83 Added AnyHashable and AnyHashableValue 2021-01-29 21:32:57 +08:00
wqking
5d72f6cfef Fixed a potential compile issue in EventQueue::enqueue that happens when the EventType has a template type conversion constructor 2021-01-29 15:53:21 +08:00
wqking
14ffcad2a3 Update readme 2021-01-26 21:45:12 +08:00
wqking
1590007c70 Update readme 2021-01-26 21:41:18 +08:00
wqking
b71c8c968d Add conditionalFunctor, update documents 2021-01-26 16:30:48 +08:00
wqking
a29bad99ff Comment out __debugbreak related test code 2021-01-20 21:06:05 +08:00
wqking
5b192cb89c Separated unit tests and tutorials. 2020-12-04 19:45:43 +08:00
wqking
e608ab3c14 Add a patch for GCC 4.8.3 2020-12-04 09:41:33 +08:00
wqking
9b28e7b731 Update readme 2020-12-01 19:51:23 +08:00
wqking
253e11d554 Updated readme to reflect MacOS support 2020-07-30 21:01:24 +08:00
wqking
2736ebb93d Added CI badge in readme. 2020-07-11 08:48:00 +08:00
wqking
3ae7167ad2 Fixed typo in readme 2020-06-05 21:00:32 +08:00
wqking
144af5d681 Added code coverage 2020-04-15 21:01:31 +08:00
wqking
09da387ffc Fixed unintended wrong algorithm in unit test 2020-02-09 11:23:12 +08:00
wqking
c072e39036 Added VC2019 build. Added change log. 2019-12-13 21:17:00 +08:00
wqking
da7dacce1e Improved TOC generating. 2019-04-02 19:33:01 +08:00
wqking
0bad2cfe96 Removed one kind of forEach callback 2019-03-31 16:46:26 +08:00
wqking
3d4c9a09e3 Merge branch 'master' into heterogeneous 2019-03-29 09:47:43 +08:00
wqking
6e032f20f9 Added document on how to add eventpp to other projects. 2019-03-09 15:36:38 +08:00
wqking
689c8c70d6 Improved readme 2018-12-15 23:21:28 +08:00
wqking
abd1ec7830 Added benchmark for CallbackList append/remove callbacks 2018-07-25 23:02:45 +08:00
wqking
5e7829cb14 Added benchmark for EventQueue 2018-07-25 22:01:12 +08:00
wqking
ca891ac291 Added function processIf to EventQueue 2018-07-24 22:11:01 +08:00
wqking
0593c729b4 Added document 2018-07-15 22:32:24 +08:00
wqking
92904272ee Fixed typos 2018-07-09 22:30:28 +08:00