aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Fix build without c++14Allan Sandfeld Jensen2019-03-291-0/+1
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-292-5/+5
|\
| * Fix cacheFlush ManageCaches flags for INTEGRITYJanne Koskinen2019-01-201-1/+1
| * When matching RegExps catch JIT failuresUlf Hermann2019-01-091-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+1
|\|
| * Fix ICC change-of-sign warningsThiago Macieira2018-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-1/+2
|\|
| * Fix an ambiguity with gcc 4.9Ville Voutilainen2018-12-071-1/+2
* | V4: Generate function tables on 64bit windowsUlf Hermann2018-12-034-16/+63
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-162-1/+12
|\
| * Add a configure test for std::make_uniqueLars Knoll2018-11-101-1/+2
| * INTEGRITY: Fix build failureJanne Koskinen2018-11-071-0/+10
* | masm: Don't call fclose(nullptr) and initialize staticsUlf Hermann2018-11-142-2/+3
* | Yarr: Fix developer build with MinGW 64Friedemann Kleint2018-11-131-0/+8
|/
* Fix compilation in C++11 modeLars Knoll2018-10-152-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-0/+2
|\
| * YarrJIT: disable MatchResult decoding constructor on 64bitErik Verbruggen2018-10-022-1/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-013-7/+11
|\|
| * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-283-7/+11
* | Fix compile error with gcc7 in developer mode by defining FALLTHROUGHDavid Faure2018-09-071-1/+2
* | V4: Add JIT kind to disassemblyErik Verbruggen2018-08-303-16/+16
* | Merge dev into 5.12Oswald Buddenhagen2018-08-211-2/+2
|\ \
| * | Fix udis86 compilationErik Verbruggen2018-08-141-2/+2
* | | Update Apple copyright year in the MASM attributionsSimon Hausmann2018-08-201-1/+1
|/ /
* | Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-111-1/+1
* | Get rid of the Macro assembler for ARMv6 and earlierLars Knoll2018-08-117-3083/+0
* | Get rid of the SH4 macro assemblerLars Knoll2018-08-116-4520/+0
* | Update Yarr to the latest version from WebKitLars Knoll2018-08-1056-1682/+6144
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-0/+1
|\|
| * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
* | Swap the order of protection for cache flushTuomas Heimonen2018-06-211-2/+2
* | Add comment about use of memfd for JIT memory allocations on AndroidSimon Hausmann2018-05-281-0/+3
* | android-clang: Fix crash in V4 JITEskil Abrahamsen Blomfeldt2018-05-251-1/+5
* | Fix UBSAN warnings in masmErik Verbruggen2018-05-032-3/+19
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-277-84/+160
|\|
| * Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-262-84/+125
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-265-0/+35
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-0/+1
|\|
| * Yarr: Add Q_FALLTHROUGH to silence GCC 7 warningPeter Varga2018-03-271-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-9/+9
|\|
| * Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-2/+0
|\|
| * Remove duplicated project optionsJesus Fernandez2018-02-221-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-151-1/+1
|\|
| * Fix typosJarek Kobus2018-02-141-1/+1
* | Add a feature to mark mmap-allocated pages on Linux tooThiago Macieira2018-02-083-2/+91
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-5/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-5/+7
| |\
| | * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-112-5/+7
* | | V4: Add int32 fastpath for add/sub/mul in the JITwip/new-backendErik Verbruggen2017-11-211-2/+7