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

193 Commits

Author SHA1 Message Date
wqking
7dbcf72cb1 Updated documents 2021-10-28 21:11:57 +08:00
wqking
115dae57db Predictor in EventQueue::processIf can have no parameters. 2021-10-28 20:46:41 +08:00
wqking
04f1b13b96 Updated documents 2021-02-10 21:54:23 +08:00
wqking
81095e229c Updated documents 2021-02-10 21:45:16 +08:00
wqking
03bc300728 Updated documents 2021-02-01 09:24:15 +08:00
wqking
ceff6b9140 Updated documents 2021-01-31 16:54:48 +08:00
wqking
408c9694fd Added storage comparison in AnyId 2021-01-31 16:54:25 +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
5861f443ee Merge branch 'development' 2021-01-26 21:46:10 +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
bd99487ea0 Add shared pointer support, document, and tutorial for ArgumentAdapter 2021-01-20 20:59:29 +08:00
wqking
584f072895 Add ArgumentAdapter 2021-01-19 15:15:27 +08:00
wqking
7841f72ee4 Merge branch 'development' 2021-01-03 21:26:01 +08:00
wqking
22bfb4ae71 Update documents 2021-01-03 21:25:35 +08:00
wqking
f0ab0608ad Fix compile warning of unused parameter 2020-12-27 21:09:12 +08:00
wqking
c618130069 Add unit tests 2020-12-27 21:05:21 +08:00
wqking
6b8278e205 Add getter functions in EventQueue::QueuedEvent 2020-12-21 10:56:25 +08:00
wqking
35054233ed Add unit tests 2020-12-11 09:45:23 +08:00
wqking
1d165e2948 Merge branch 'master' into development 2020-12-09 10:31:37 +08:00
wqking
10c1c4d4c0 Add pthread dependency to tutorials 2020-12-04 19:53:59 +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
73daba6f3b Merge branch 'ordered-event-queue' 2020-12-01 19:54:55 +08:00
wqking
82270bf95c Update doc 2020-12-01 19:53:58 +08:00
wqking
1fbac35d4d Update doc 2020-12-01 19:53:25 +08:00
wqking
9b28e7b731 Update readme 2020-12-01 19:51:23 +08:00
wqking
9fe280f174 Add document for QueueList 2020-12-01 19:49:44 +08:00
wqking
5616403b02 Fixed compile error. Added comments in tutorial code. 2020-11-26 20:52:03 +08:00
wqking
009685db6e Added policy QueueList and OrderedQueueList 2020-11-26 20:41:00 +08:00
wqking
578c547a72 Updated doc 2020-11-25 21:32:38 +08:00
wqking
b5c913fc8b Fixed a warning of unused parameter. 2020-09-12 15:42:51 +08:00
wqking
79f74da60d Updated documents 2020-09-12 15:41:22 +08:00
wqking
f89bad266d Merge branch 'fix-macos-build' 2020-07-30 21:01:54 +08:00
wqking
253e11d554 Updated readme to reflect MacOS support 2020-07-30 21:01:24 +08:00
wqking
a7c531814a Fixed build error on MacOS 2020-07-30 20:53:19 +08:00
wqking
731bfa2451 Fixed build error on MacOS 2020-07-30 19:58:44 +08:00
wqking
02c0c9e339 Added workflow for macos 2020-07-30 19:51:13 +08:00
wqking
2736ebb93d Added CI badge in readme. 2020-07-11 08:48:00 +08:00
Wang Qi
706b99488e
Merge pull request #16 from OlivierLDff/ci-working
Ci working for ubuntu-latest & windows-latest.
2020-07-09 21:32:32 +08:00
Olivier LDff
554f42a80f Ci working for ubuntu-latest & windows-latest. macOs-latest in not working for now. 2020-07-09 13:41:17 +02:00
wqking
95911814bd Added parameterized conditional callback in ConditionalRemover. Added unit tests. 2020-07-07 18:56:57 +08:00
wqking
864f048aee Fixed an unnoticed potential segfault bug 2020-07-02 12:54:50 +08:00
wqking
0859c1c8ad Refactored code and improved unit test that avoid memory leak in CallbackList move assignment 2020-07-01 22:19:15 +08:00
Wang Qi
cd68c9c8ed
Merge pull request #14 from OlivierLDff/unittest-fix
Fix unit test compilation for msvc.
2020-07-01 22:01:33 +08:00
Wang Qi
15d86ef5ea
Merge pull request #13 from OlivierLDff/move-assignment-fix
Fix move assignment operator for callback list and unit test
2020-07-01 22:01:02 +08:00