aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCObject.cpp
Commit message (Collapse)AuthorAge
* Fixed memory leakGravatar Viet Hoa Dinh2018-12-13
|
* On non-Apple systems, clean up MCObject locks (#1694)Gravatar Ben Gotow2017-12-03
| | | On Windows, Mailspring was leaking a huge number of event handles, which could cause it to eventually crash. Adding this line doesn't cause the code to crash and reduces the number of handles reported by Process Explorer.
* release objects earlier when timer is cancelledGravatar Hoa V. DINH2015-10-04
|
* Use spinlockGravatar Hoa V. DINH2015-01-23
|
* Retain dispatch queue when using dispatch_sync()Gravatar Hoa V. DINH2015-01-15
|
* Revert "Retain dispatch queue"Gravatar Hoa V. DINH2015-01-15
| | | | This reverts commit dfd76892dbab3b7fdc8dd6e12a2f262b1445a3bc.
* Retain dispatch queueGravatar Hoa V. Dinh2015-01-14
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Fixed className() on win32.Gravatar HoĆ  V. DINH2014-11-24
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19