aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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-091-1/+1
* masm: Treat Android as generic Posix regarding mmap and friendsUlf Hermann2022-10-061-7/+16
* masm: fix -Wdeprecated-enum-enum-conversionMarc Mutz2022-07-211-2/+2
* Move up include in WTFStubs.cppAndreas Buhr2022-06-221-2/+4
* Update commercial license headersTarja Sundqvist2022-06-0431-682/+682
* QML: Protect against EAGAIN when calling madvise on linuxUlf Hermann2022-03-261-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-091-0/+3
* Modify m_compareRegister bitfieldTang Haixiang2022-02-081-1/+1
* Include <limits> in Yarr.h to fix build with GCC 11Dmitry Shachnev2021-08-191-0/+1
* 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
* rtems: Add platform definitionMikhail Svetkin2019-06-281-0/+5
* Eliminate qmldevtools_buildUlf Hermann2019-05-311-2/+0
* Remove the bootstrap code from assembler and JITUlf Hermann2019-05-0710-249/+19
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-1/+2
| |\
| | * Yarr: Reject quantifiers larger than 16MUlf Hermann2019-04-301-1/+2
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-4/+0
* | | Enable back references in YarrUlf Hermann2019-04-182-0/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-4/+4
| |\|
| | * Ensure the correct version of LinkBuffer's performFinalization is calledAlec Rivers2019-04-121-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-0/+1
|\| |
| * | Fix build without c++14Allan Sandfeld Jensen2019-03-291-0/+1
* | | V4: Add headers from LLVM that define an intrusive list templateErik Verbruggen2019-03-2218-0/+3036