summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: use VS2019's flag for stronger inliningYuhang Zhao2023-05-291-2/+2
* Moc: port to qsizetypeAhmad Samir2023-05-284-10/+10
* Moc: only call checkSuperClasses() if the class inherits anotherAhmad Samir2023-05-281-4/+6
* Moc: fix narrowing conversion warnings with iterators/algorithmsAhmad Samir2023-05-281-17/+22
* CMake: remove "res_ninit" feature and collapse to just "libresolv"Thiago Macieira2023-05-275-32/+13
* QTimer: lambdas don't implicitly capture 'this' in C++20Ahmad Samir2023-05-270-0/+0
* qsimd_x86: update from upstream and enable a few more featuresThiago Macieira2023-05-264-86/+280
* x86simdgen: update the Makefile to include the copyright in the .cppThiago Macieira2023-05-262-3/+3
* Network: Fix IFF_UP conflict on Linux with unity buildsMårten Nordheim2023-05-261-0/+4
* qgenericatomic.h: fix includesAhmad Samir2023-05-262-1/+4
* Break qglobal.h cyclic includes [3/3]Ahmad Samir2023-05-265-6/+8
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-269-23/+37
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-266-11/+10
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-264-8/+6
* Make CONFIGS arguments of qt_internal_remove_compiler_flags optionalAmir Masoud Abdol2023-05-261-8/+15
* Ignore carriage return character symbol explicitlyAlexey Edelev2023-05-261-0/+2
* Examples: Do not add the same category twiceEike Ziller2023-05-261-1/+0
* Add the list of previously searched packages to qt_find_packageAlexey Edelev2023-05-263-4/+17
* Remove the -no-gcc-sysroot configure optionJoerg Bornemann2023-05-262-4/+0
* Remove the -silent option from configure-cmake-mapping.mdJoerg Bornemann2023-05-261-1/+0
* CMake: Remove the -mp configure optionJoerg Bornemann2023-05-262-2/+0
* CMake: Remove the -make-tool configure optionJoerg Bornemann2023-05-262-2/+0
* Remove -list-libraries from configure-cmake-mapping.mdJoerg Bornemann2023-05-261-1/+0
* CMake: Update USE_FOLDERS comment in qt_standard_project_setupJoerg Bornemann2023-05-261-2/+2
* qdbusxml2cpp: Use modern string literalsIevgenii Meshcheriakov2023-05-261-27/+27
* qdbusxml2cpp: Combine string literalsIevgenii Meshcheriakov2023-05-261-72/+72
* qdbusxml2cpp: Use "\n" instead of Qt::endlIevgenii Meshcheriakov2023-05-261-173/+154
* QDBus: Fix typo in a function nameIevgenii Meshcheriakov2023-05-262-3/+3
* Deprecate qAsConst()Marc Mutz2023-05-262-0/+8
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-266-3/+20
* QDnsLookup/Unix large replies: manually handle VC [3/3]Thiago Macieira2023-05-261-4/+18
* QDnsLookup/Unix large replies: use EDNS0 [2/3]Thiago Macieira2023-05-261-4/+31
* QDnsLookup/Unix large replies: use res_nmkquery & res_nsend [1/3]Thiago Macieira2023-05-261-14/+47
* network: fix link issue with older libcSamuli Piippo2023-05-261-4/+8
* QLogging: fix indentationGiuseppe D'Angelo2023-05-261-2/+2
* Guard qwindowscombase.h with qt_windows.h includeOliver Wolff2023-05-261-0/+2
* CompareAgainstLiteralZero: fix SFINAE considerationsDennis Oberst2023-05-251-1/+1
* QDeadlineTimer: make the ForeverConstant an enum classThiago Macieira2023-05-254-21/+2
* Enable QT7_ONLY for bootstrapped mode tooThiago Macieira2023-05-251-1/+1
* Document the RSS Listing exampleEdward Welbourne2023-05-255-98/+170
* rsslisting example: use initializer list to construct string listEdward Welbourne2023-05-251-3/+1
* rsslisting example: rename a slot to reflect what it doesEdward Welbourne2023-05-252-3/+3
* RSSListing: remove metaDataChanged slot to handle redirectsEdward Welbourne2023-05-252-10/+0
* Turn itemActivated() slot of RSS listing example into a lambdaEdward Welbourne2023-05-252-10/+2
* QWindow test: Blacklist enterLeaveOnWindowShowHideVolker Hilsheimer2023-05-251-0/+2
* QLabel: always show the context menu created by the controlVolker Hilsheimer2023-05-252-6/+40
* Silence warning from unused variable in QObject testVolker Hilsheimer2023-05-251-1/+5
* QPauseAnimation test: add QNX to platforms that might failVolker Hilsheimer2023-05-251-1/+1
* Doc: fix warnings for QSetIterator see-alsosVolker Hilsheimer2023-05-252-19/+37
* permissions: Remove need to check QT_CONFIG(permissions) in user codeTor Arne Vestbø2023-05-252-8/+23