mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
git-svn-id: svn://localhost/ardour2/branches/3.0@12076 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9b8fe0b09f
commit
d5e14b3d91
16 changed files with 266 additions and 19 deletions
|
|
@ -36,6 +36,8 @@ uint64_t PBD::DEBUG::Stateful = PBD::new_debug_bit ("stateful");
|
|||
uint64_t PBD::DEBUG::Properties = PBD::new_debug_bit ("properties");
|
||||
uint64_t PBD::DEBUG::FileManager = PBD::new_debug_bit ("filemanager");
|
||||
uint64_t PBD::DEBUG::Pool = PBD::new_debug_bit ("pool");
|
||||
uint64_t PBD::DEBUG::EventLoop = PBD::new_debug_bit ("eventloop");
|
||||
uint64_t PBD::DEBUG::AbstractUI = PBD::new_debug_bit ("abstractui");
|
||||
|
||||
uint64_t PBD::debug_bits = 0x0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue