1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-25 23:30:49 +08:00

80 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
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
60761df5e3 Fix compile error when using Heter classes with CounterRemover, #68 2023-12-17 14:19:34 +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 2023-09-21 08:06:57 +08:00
wqking
c1e2a289b4 Updated contributor list 2023-09-19 08:22:58 +08:00
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