| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings | Olivier Goffart | 2010-05-21 | 2 | -3/+4 |
|
|
* | Micro optimisations in QMutexLocker | Olivier Goffart | 2010-04-20 | 1 | -8/+10 |
|
|
* | Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1... | Bradley T. Hughes | 2010-04-16 | 4 | -5/+17 |
|
|
* | Fix a race where QThread::exit() is "lost" when called after start() | Bradley T. Hughes | 2010-04-14 | 4 | -38/+6 |
|
|
* | Fix a race where QThread::exit() is "lost" when called after start() | Bradley T. Hughes | 2010-04-12 | 2 | -1/+34 |
|
|
* | Fix a crash when unloading libQtCore | Bradley T. Hughes | 2010-04-08 | 1 | -0/+6 |
|
|
* | Implement Idle-priority threads for Linux. | Thiago Macieira | 2010-03-17 | 2 | -46/+65 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 2 | -27/+18 |
|\ |
|
| * | Follow-up to c1b067e: fix aliasing in QReadWriteLock too. | Thiago Macieira | 2010-03-03 | 1 | -18/+12 |
|
|
| * | Fix strict-aliasing breakage with SunCC: the union trick is a GCC extension. | Thiago Macieira | 2010-03-02 | 1 | -9/+6 |
|
|
* | | Imporve win64 support for mingw | Thierry Bastian | 2010-02-22 | 1 | -4/+3 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Only set the _WIN32_WINNT define if it is not set or less than 0x0400 | Andy Shaw | 2010-02-01 | 1 | -0/+2 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 27 | -30/+30 |
|\ \
| |/ |
|
| * | fix typo in qreadwritelock's documentation | Ritt Konstantin | 2010-01-11 | 1 | -3/+3 |
|
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 27 | -27/+27 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 3 | -48/+55 |
|\ \
| |/ |
|
| * | Optimize QThreadStorage with QVector | Olivier Goffart | 2009-12-18 | 2 | -48/+51 |
|
|
| * | Fix compilation on HP-UX 11.11. | Tristan Chabredier | 2009-12-15 | 1 | -0/+4 |
|
|
* | | Optimize QOrderedMutexLocker | Olivier Goffart | 2009-12-08 | 1 | -3/+5 |
|/ |
|
* | Compile for 64-bit Windows | Bradley T. Hughes | 2009-11-25 | 1 | -1/+6 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -0/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 27 | -108/+108 |
|
|
* | Refactoring qatomic_windows.h | João Abecasis | 2009-08-31 | 1 | -0/+15 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 27 | -351/+351 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 26 | -338/+338 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 26 | -26/+26 |
|
|
* | | reverting the definition of WINVER and _WIN32_WINNT in qglobal.h | Joerg Bornemann | 2009-08-26 | 1 | -0/+4 |
|
|
* | | fix warning in qthread_win.cpp | Joerg Bornemann | 2009-08-24 | 1 | -4/+0 |
|
|
* | | Reverse the ifdefs to make it clearer, as per code review. | axis | 2009-08-19 | 1 | -3/+3 |
|
|
* | | Added some comments after code review. | axis | 2009-08-19 | 1 | -0/+9 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 6 | -11/+187 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 6 | -11/+187 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 26 | -26/+26 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 26 | -26/+26 |
|
|
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 2 | -3/+3 |
|
|
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 4 | -12/+12 |
|\ \ \ |
|
| * | | | Trailing whitespace and tab/space fixes for src/corelib | Janne Anttila | 2009-08-04 | 3 | -10/+10 |
|
|
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 2 | -3/+3 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 2 | -3/+44 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 2 | -2/+43 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 5 | -54/+22 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Compile | Anders Bakken | 2009-07-22 | 1 | -1/+2 |
|
|
| * | | Build fix for mingw | Thierry Bastian | 2009-07-14 | 2 | -2/+2 |
|
|
| * | | doc: Clarified what Qt::HANDLE is on Windows. | Martin Smith | 2009-07-13 | 1 | -3/+8 |
|
|
| * | | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 3 | -48/+10 |
|
|
* | | | Increased default stack size for QThreads on Symbian. | axis | 2009-07-16 | 1 | -0/+7 |
|
|
* | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 26 | -52/+52 |
|\ \ \
| |/ / |
|
| * | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 26 | -52/+52 |
| |\ \
| | |/ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 26 | -52/+52 |
|
|