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

269 Commits

Author SHA1 Message Date
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
Olivier LDff
a9afc2790c Fix unit test compilation for msvc. itemCount wasn't captured. 2020-07-01 14:16:29 +02:00
Olivier LDff
12e54ace59 Fix move assignment operator for callback list and unit test 2020-07-01 14:04:06 +02:00
wqking
3ae7167ad2 Fixed typo in readme 2020-06-05 21:00:32 +08:00
wqking
b18d25dea7 Added unit tests 2020-05-25 21:59:20 +08:00
wqking
2d795c61e3 Move swap down to derived classes 2020-04-20 16:38:56 +08:00
wqking
6848764ca3 Added unit tests 2020-04-19 21:18:27 +08:00
wqking
482215b73a Added unit tests 2020-04-18 21:23:59 +08:00
wqking
53114e93c0 Added unit tests 2020-04-17 21:25:01 +08:00
wqking
144af5d681 Added code coverage 2020-04-15 21:01:31 +08:00
wqking
a9c07ff6ab Replaced uint64_t with unsigned int to fix #9 2020-03-16 18:57:05 +08:00
wqking
0d996dd092 Merge branch 'development' 2020-02-25 15:06:38 +08:00
wqking
03f4a8304e Fixed compile error in assignment operators 2020-02-25 15:06:13 +08:00
wqking
09da387ffc Fixed unintended wrong algorithm in unit test 2020-02-09 11:23:12 +08:00
wqking
708b1b4959 Added document for eventmaker.h 2020-01-23 21:42:16 +08:00
wqking
58bf2e76ac Added macro EVENTPP_MAKE_EMPTY_EVENT 2020-01-22 20:46:36 +08:00
wqking
cf2b424abb Added event maker macros 2020-01-22 16:55:25 +08:00
wqking
58a18b35a2 Merge branch 'master' into development 2020-01-22 16:54:33 +08:00
wqking
fe014ccc53 Fixed compile warnings according to #6 2019-12-30 08:56:04 +08:00
wqking
311fb876dd Added -Wpedantic compile flag to GCC and fixed compile warnings according to #6 2019-12-27 21:45:30 +08:00
wqking
bb835993fd Merge branch 'heterogeneous' v0.1.1 2019-12-13 21:23:19 +08:00
wqking
c072e39036 Added VC2019 build. Added change log. 2019-12-13 21:17:00 +08:00
wqking
85af5fa817 Fixed compile error on MinGW 2019-05-31 19:53:37 +08:00
wqking
79d89ad06e Utilities support heter-classes 2019-05-30 23:01:51 +08:00
wqking
48b7725412 Fixed warnings 2019-05-30 22:11:20 +08:00