summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2241-848/+848
* concurrent: Fix missing or improper include guard in headersSergio Ahumada2012-09-153-7/+7
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* QFutureInterface<void>: const-correct reportFinished()Marc Mutz2012-08-171-1/+1
* Add a module page for QtConcurrentLars Knoll2012-08-151-0/+40
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Fix some syncqt warnings.Lars Knoll2012-08-011-0/+6
* QtConcurrentFilter: remove unused typedef (GCC 4.8 warning)Marc Mutz2012-07-241-1/+0
* Fix incorrect #endif comment.Casper van Donderen2012-07-181-1/+1
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-15/+5
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+1
* QtConcurrent: Remove QMutex kept for BC reasons.Morten Johan Sorvig2012-05-301-4/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-1/+1
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-2/+2
* Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
* Doc: Modularize QtConcurrent documentation.Casper van Donderen2012-05-0915-46/+833
* Port QtConcurrent to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-7/+11
* Remove references to QT_NO_STL from QtConcurrentThiago Macieira2012-04-071-30/+1
* Remove MSVC 6 workaround from QtConcurrent.Jason McDonald2012-03-122-42/+36
* Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-121-7/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-1/+1
|\
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-7/+7
|/
* QFutureWatcher: Make constructors explicitMarc Mutz2012-02-251-3/+3
* Move QtConcurrent configuration to a single fileJoão Abecasis2012-02-1423-24/+111
* Fix src/concurrent/concurrent.proBradley T. Hughes2012-02-071-1/+3
* Complete split of QtConcurrent.Friedemann Kleint2012-02-066-10/+10
* Move QtConcurrent into its own moduleLars Knoll2012-02-0533-0/+9876