-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/add cmake support #35
base: master
Are you sure you want to change the base?
Feature/add cmake support #35
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3495840 - Browse repository at this point
Copy the full SHA 3495840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5847018 - Browse repository at this point
Copy the full SHA 5847018View commit details
Commits on Nov 20, 2021
-
Implemented copy and move for Spin_Mutex so all policies are now copy…
…able and movable
Configuration menu - View commit details
-
Copy full SHA for 7a6b322 - Browse repository at this point
Copy the full SHA 7a6b322View commit details
Commits on Dec 30, 2021
-
Move connections when moving an observer
This prevents a hang and/or segfault when trying to lock a moved-from observer. When moving an observer, we now do the equivalent of a disconnect_all on the source object, and also re-wire those connections onto the target object: - Insert all connections previously on the source object into the target - On all connected observers, disconnect them from the source object and re-connect to the target
Configuration menu - View commit details
-
Copy full SHA for 170350a - Browse repository at this point
Copy the full SHA 170350aView commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a8f5dea - Browse repository at this point
Copy the full SHA a8f5deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f402654 - Browse repository at this point
Copy the full SHA f402654View commit details -
Since we're already clearing other's signals in move_connections_from…
…, disconnect_all is a noop and we don't need movedFrom
Configuration menu - View commit details
-
Copy full SHA for 7b84712 - Browse repository at this point
Copy the full SHA 7b84712View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82eaaf8 - Browse repository at this point
Copy the full SHA 82eaaf8View commit details
Commits on Feb 10, 2022
-
Merge pull request NoAvailableAlias#33 from captaincrutches/cc-move-c…
…onstructors Explicitly default/delete copy and move constructors for signal and observer types
Configuration menu - View commit details
-
Copy full SHA for d6df597 - Browse repository at this point
Copy the full SHA d6df597View commit details -
Added try_lock and scoped_lock to policies.
Enhanced the move tests and resolved uncovered issues in move_connections_from. Normalized method names, default statement locations, comments.
Configuration menu - View commit details
-
Copy full SHA for c9ac38f - Browse repository at this point
Copy the full SHA c9ac38fView commit details
Commits on Mar 3, 2022
-
use CPM for booststap use catch2 for unit tests, not yet finisched!
Configuration menu - View commit details
-
Copy full SHA for 73811dc - Browse repository at this point
Copy the full SHA 73811dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65338e7 - Browse repository at this point
Copy the full SHA 65338e7View commit details -
prevent compiler and clang-tidy warnings
add used but missing includes (include_what_you_use)
Configuration menu - View commit details
-
Copy full SHA for 703c3de - Browse repository at this point
Copy the full SHA 703c3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb86c0 - Browse repository at this point
Copy the full SHA 6eb86c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a01476 - Browse repository at this point
Copy the full SHA 3a01476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668dc61 - Browse repository at this point
Copy the full SHA 668dc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2b66d - Browse repository at this point
Copy the full SHA 1d2b66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e2fbc - Browse repository at this point
Copy the full SHA 69e2fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50404d0 - Browse repository at this point
Copy the full SHA 50404d0View commit details
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 549cc06 - Browse repository at this point
Copy the full SHA 549cc06View commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f07cba7 - Browse repository at this point
Copy the full SHA f07cba7View commit details -
Merge branch 'feature/add-cmake-support' of github.com:ClausKlein/nan…
…o-signal-slot into feature/add-cmake-support
Configuration menu - View commit details
-
Copy full SHA for 1bf8efb - Browse repository at this point
Copy the full SHA 1bf8efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ff2a2 - Browse repository at this point
Copy the full SHA 08ff2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afae28 - Browse repository at this point
Copy the full SHA 8afae28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f77bb7 - Browse repository at this point
Copy the full SHA 7f77bb7View commit details