aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* masm: Remove unnecessary MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-2/+0
* masm: Don't crash on failed MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-6/+5
* Update 3rd party directories to SPDX-License-RefLucie Gérard2024-01-1031-1179/+63
* Modify copyright format in qt_attribution.sonLucie Gérard2023-11-281-13/+13
* Undefine CPU definition as it is already defined in VxWorks sourcesTomasz Kozlowski2023-09-111-0/+3
* vxworks: mark vxworks as unixŁukasz Matysiak2023-08-311-0/+6
* Support building for Raspberry Pi 1 or ZeroDimitrios Apostolou2023-04-171-0/+1
* Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-251-16/+7
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-081-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-072-3/+3
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-061-7/+16
* Fix our unicode stub for the Yarr interpreterUlf Hermann2022-09-071-10/+13
* masm: Add copy ctors for LinkRecordUlf Hermann2022-09-072-0/+8
* masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-061-2/+2
* Move up include in WTFStubs.cppAndreas Buhr2022-06-221-2/+4
* QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-251-3/+15
* masm: Repace bitwise | with || in bool expression in X86Assembler.hAndrei Golubev2022-03-091-1/+1
* masm: Fix whitespaces in x86Assembler.hAndrei Golubev2022-03-091-72/+72
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-051-0/+3
* Modify m_compareRegister bitfieldTang Haixiang2022-02-021-1/+1
* Avoid -Wignored-attributes warning with clangFabian Kosmale2021-11-021-1/+5
* Replace all includes of windows.h with qt_windows.hUlf Hermann2021-10-255-5/+5
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-9/+9
* Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* Directly include Unicode.h in YarrCanonicalize.hUlf Hermann2021-07-142-2/+1
* Remove unneeded dlfcn.h in OSAllocatorPosix.cppPierre-Yves Siret2021-07-021-1/+0
* Avoid undefined behavior in the JITUlf Hermann2021-06-174-1/+5
* Unconditionally require std::make_uniqueFabian Kosmale2021-05-251-11/+0
* MASM: Put pageSize into an inline namespaceFabian Kosmale2021-05-072-0/+7
* Remove the qmake project filesFabian Kosmale2021-01-153-221/+0
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-1211-204/+23
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-174-12/+18
* YarrParser: compile with explicit QChar(int) constructorDavid Faure2020-11-151-7/+7
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-8/+8
* Remove qmake wildcard in masm.priFriedemann Kleint2020-06-301-22/+55
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-262-6/+6
* Fix typo introduced by 1c6a70e1880a8André Klitzing2020-06-161-1/+1
* Remove winrtOliver Wolff2020-06-042-127/+1
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-1/+1
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-283-9/+3
* Port python check to configure systemKai Koehne2020-05-071-2/+2
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-051-1/+1
* Get rid of Q_OPENGL_ES* macrosEskil Abrahamsen Blomfeldt2020-04-171-3/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-171-1/+1
|\
| * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
* | make LinkBufferBase::finalizeCodeWithDisassembly() less genericRolf Eike Beer2019-12-121-16/+12
|/
* Remove src/3rdparty/llvmUlf Hermann2019-12-0318-3036/+0
* masm: drop some excessive newlines in debug messagesRolf Eike Beer2019-11-282-4/+3
* Remove dladdr usage from masmTasuku Suzuki2019-07-082-18/+1
* rtems: Add support cacheFlushMikhail Svetkin2019-06-281-0/+6