Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 1 | -34/+34 |
| | | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-07-19 | 1 | -2/+6 |
| | | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 1 | -31/+51 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 1 | -231/+366 |
| | | | | This partially resolves Bug 1467 | ||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 1 | -9/+9 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -11/+9 |
| | |||||
* | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 1 | -1/+3 |
| | | | | This breaks the ABI | ||||
* | Add glib main loop support patches | Timothy Pearson | 2012-11-26 | 1 | -0/+593 |