aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | JSC::Yarr::Parser: fix invalid noreturn warningYulong Bai2019-03-111-1/+1
* | | Upgrade Yarr to latest version from WebKitUlf Hermann2019-02-2615-221/+746
|/ /
* | 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
|/