Age | Commit message (Collapse) | Author |
|
|
|
This should now be handled properly by using shared_ptrs.
|
|
|
|
|
|
XMPPRosterController now uses a RosterPushResponder to handle roster
pushes.
|
|
|
|
This can get us in all kinds of trouble, including that it makes it
impossible to use shared_ptr<> for Requests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QMake makefiles have the same problem, so we need a better solution.
|
|
|
|
|
|
|
|
|
|
|
|
On Windows, the compiler cannot be used as a make dependency generation.
Make it possible to specify a different tool (e.g. GCC) for dependency
generation through the MM variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|