summaryrefslogtreecommitdiffstats
path: root/common/resourcecontrol.cpp
Commit message (Collapse)AuthorAge
* CleanupChristian Mollekopf2016-11-14
|
* A resource shutdown is only complete once we receive the notification.Christian Mollekopf2016-10-07
| | | | | Otherwise the tests might try to start a new resource before the last one even shut down.
* Ported to the kasync revampChristian Mollekopf2016-09-15
|
* A new debug system.Christian Mollekopf2016-07-07
| | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names.
* Avoid reusing a resourceaccess instance that is connected to shuttingChristian Mollekopf2016-05-29
| | | | down resource.
* Pass in the inspection typeChristian Mollekopf2016-05-24
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Reuse ResourceAccess where we canChristian Mollekopf2016-02-13
|
* Adapt to latest kasync versionChristian Mollekopf2016-02-10
|
* Moved Notifier and ResourceAccess to separate files.Christian Mollekopf2016-02-10