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
|
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
|
0fe5dd65af
|
Updated document according to previous code change
|
2023-02-17 08:56:03 +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 |
|
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 |
|
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
|
a243dc0dcb
|
Added function ownsHandle in CallbackList and EventDispatcher
|
2022-06-13 13:08:19 +08:00 |
|
wqking
|
4bb20b5557
|
Fixed typos in documents
|
2022-05-31 17:27:15 +08:00 |
|
wqking
|
6e5f6ee45d
|
tab->spaces in documents for easier read
|
2022-02-04 09:00:50 +08:00 |
|
wqking
|
bf39d6593d
|
Merge branch 'master' into development
|
2022-01-03 10:17:15 +08:00 |
|
wqking
|
9ba1bfb1f1
|
Added function processUntil in EventQueue
|
2022-01-03 10:13:14 +08:00 |
|
wqking
|
85773ecf17
|
Added document for remove functions in ScopedRemover
|
2021-11-16 20:26:22 +08:00 |
|
wqking
|
b502522182
|
Add move constructor and move assignment operator to ScopedRemover
|
2021-11-13 09:15:53 +08:00 |
|
wqking
|
00def93a71
|
Improved argumentAdapter document to avoid misleading
|
2021-11-11 13:50:01 +08:00 |
|
wqking
|
32197674a4
|
Expose function front() in OrderedQueueList to avoid compile error
|
2021-11-01 16:22:19 +08:00 |
|
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
|
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
|
6abae8057b
|
Merge branch 'development'
|
2021-02-10 21:55:01 +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
|
a3f5068945
|
Fixed typos
|
2021-01-31 19:33:20 +08:00 |
|
Marco Piccolino
|
428cd093dd
|
Fixed Markdown
|
2021-01-31 10:39:19 +01: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
|
b71c8c968d
|
Add conditionalFunctor, update documents
|
2021-01-26 16:30:48 +08:00 |
|
wqking
|
bd99487ea0
|
Add shared pointer support, document, and tutorial for ArgumentAdapter
|
2021-01-20 20:59:29 +08:00 |
|
wqking
|
22bfb4ae71
|
Update documents
|
2021-01-03 21:25:35 +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
|
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
|
9fe280f174
|
Add document for QueueList
|
2020-12-01 19:49:44 +08:00 |
|
wqking
|
578c547a72
|
Updated doc
|
2020-11-25 21:32:38 +08:00 |
|