-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redesign Player class with PIMPL idiom (#1447)
* Player PIMPL Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * Fix Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * Uncrustify Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * WIP: make test compile again Signed-off-by: Patrick Roncagliolo <[email protected]> * Clean Signed-off-by: Patrick Roncagliolo <[email protected]> * Revert wrong reformat Signed-off-by: Patrick Roncagliolo <[email protected]> * Some renames and code formatting Signed-off-by: Michael Orlov <[email protected]> * Fixes for failing keyboard_handler tests Use upper level public API from owner class for callbacks to facilitate unit tests Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Patrick Roncagliolo <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]>
- Loading branch information
1 parent
64e2972
commit 96c11b0
Showing
3 changed files
with
558 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.