Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to detect Thread Execution Scheduling support correctly | OBATA Akio | 2021-02-02 | 1 | -1/+4 |
| | | | | | | | If `_POSIX_THREAD_PRIORITY_SCHEDULING == 0`, it must be checked with sysconf(_SC_THREAD_PRIORITY_SCHEDULING) at runtime. Signed-off-by: OBATA Akio <[email protected]> | ||||
* | Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to ↵ | Michele Calgaro | 2018-09-18 | 1 | -2/+2 |
| | | | | | | | | updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f. | ||||
* | QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵ | Michele Calgaro | 2018-09-18 | 1 | -2/+2 |
| | | | | | | module Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Repair performance regression accidentally introduced with new style API | Timothy Pearson | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | Clean up prior commit | Timothy Pearson | 2013-11-04 | 1 | -2/+4 |
| | |||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 1 | -1/+7 |
| | |||||
* | Fix glib multithreading abort with versions less than 2.24 | Francois Andriot | 2013-07-23 | 1 | -1/+5 |
| | | | | This resolves Bug 1581 | ||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 1 | -3/+37 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Use glib thread initialization functions when glib main loop is in use | Timothy Pearson | 2013-05-01 | 1 | -4/+30 |
| | | | | This resolves Bug 1484 | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -16/+30 |
| | |||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -7/+7 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -7/+7 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+474 |