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

243 Commits

Author SHA1 Message Date
wqking
d414928a5a If CMAKE_INSTALL_INCLUDEDIR is not set, set it to "include" 2022-06-08 08:53:45 +08:00
Wang Qi
f0f42b5ccf
Merge pull request #42 from bazfp/master
Improve use of CMAKE_INSTALL_INCLUDEDIR
2022-06-08 08:44:32 +08:00
Seb Horsewell
7055f6a0d5 Remove use of CMAKE_INSTALL_INCLUDEDIR 2022-06-07 17:11:46 +01:00
wqking
4bb20b5557 Fixed typos in documents 2022-05-31 17:27:15 +08:00
Wang Qi
a135c761b4
Merge pull request #40 from rotolof/install_option
Enable or disable installation
2022-05-28 16:32:17 +08:00
Niccolò Iardella
a4b2f91045
Add automatic check for main project 2022-05-27 16:36:31 +02:00
Niccolò Iardella
836c86c435
Add CMake option for disabling installation 2022-05-27 16:22:51 +02:00
wqking
c9f1464dff Added unit tests for ScopedRemover::setDispatcher 2022-04-30 07:53:25 +08:00
wqking
7072504e6d Fixed compile warnings in MSVC 2022-04-30 07:52:53 +08:00
Wang Qi
4160f119f8
Merge pull request #39 from devbharat/test-setCallbackList
Test setCallbackList
2022-04-30 07:40:19 +08:00
devbharat$
3db30ce5e8 Test setCallbackList 2022-04-29 14:50:39 +02:00
wqking
de833acfb4 Updated CATCH2 to v2.13.9 2022-04-29 08:04:02 +08:00
wqking
763d27fce7 Updated document for using CMake with MingW 2022-04-06 09:00:01 +08:00
wqking
ad6b796b73 Removed unused #include from test files 2022-03-30 21:12:38 +08:00
wqking
158588101a Removed unused #include 2022-03-30 20:31:23 +08:00
wqking
51846b5209 Added missing #include to make headers self contained 2022-03-30 15:02:57 +08:00
wqking
ec619b9538 Added virtual dtor to avoid compile warning 2022-03-30 14:59:33 +08:00
wqking
73a0f0a275 Added instruction for using vcpkg 2022-03-15 09:33:22 +08:00
wqking
a28de3708a Fixed format in readme v0.1.2 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
0be1fb815b Added cmake-pkg-demo to demonstrate using eventpp as CMake package 2022-03-11 17:17:07 +08:00
wqking
6e5f6ee45d tab->spaces in documents for easier read 2022-02-04 09:00:50 +08:00
wqking
05f3dc8249 Removed redundant std::forward that may cause objects moved unexpectedly 2022-02-01 09:21:45 +08:00
wqking
3e7df6ec2c Added Visual Studio 2022 generator in CMake for tests 2022-01-26 15:51:46 +08:00
wqking
cf1ba5689d Updated readme for using eventpp with CMake 2022-01-18 17:04:33 +08:00
wqking
23cad41228 Downgraded required CMake version. Space -> Tab to fit the code style. 2022-01-18 16:56:35 +08:00
Wang Qi
d62b330390
Merge pull request #36 from rotolof/cmake_support
Cmake support
2022-01-18 11:05:21 +08:00
Niccolò Iardella
3757f86633
Fix target build interface 2022-01-17 20:52:29 +01:00
Niccolò Iardella
dd06c09cce
Remove unused CMake macro 2022-01-17 19:19:10 +01:00
Niccolò Iardella
c0852fd738
Fix target install interface 2022-01-17 19:10:39 +01:00
Niccolò Iardella
9643468146
Add CMake support 2022-01-17 18:44:58 +01: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
5eaf23ea40 Refactored remove functions in ScopedRemover. Added unit tests. 2021-11-15 20:14:49 +08:00
Wang Qi
b565e03998
Merge pull request #33 from Martinii89/feature/scoped_remover_manual_remove
Added function for removing from scoped remover before destruction
2021-11-14 15:50:07 +08:00
Martin N
ed5d82504e Added function for removing from scoped remover before destruction 2021-11-13 22:49:15 +01:00
wqking
1a83eee743 Add mutex to ScopedRemover for CallbackList 2021-11-13 18:58:17 +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
7fe8fa8e08 Fixed compile error that eventpp::SingleThreading::Atomic::exchange was not defined 2021-10-30 18:46:07 +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
3e4f5cfad9 Fixed issue #23, avoid assertion failure during OrderedQueueList comparing the items. 2021-05-08 20:59:15 +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
6abae8057b Merge branch 'development' 2021-02-10 21:55:01 +08:00
wqking
04f1b13b96 Updated documents 2021-02-10 21:54:23 +08:00