aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/stubs
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-281-1/+0
* Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
* Upgrade Yarr to latest version from WebKitUlf Hermann2019-02-261-0/+9
* 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-031-0/+1
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-161-1/+2
|\
| * Add a configure test for std::make_uniqueLars Knoll2018-11-101-1/+2
* | masm: Don't call fclose(nullptr) and initialize staticsUlf Hermann2018-11-141-1/+1
|/
* Fix compilation in C++11 modeLars Knoll2018-10-151-0/+11
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-2/+2
|\
| * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-281-2/+2
* | V4: Add JIT kind to disassemblyErik Verbruggen2018-08-301-3/+3
* | Update Yarr to the latest version from WebKitLars Knoll2018-08-1017-8/+598
|/
* Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-261-0/+8
* Fix symbol clash with QtScript when linking staticallyVladyslav Brovko2017-09-071-0/+5
* Fix crash when generating cache filesSimon Hausmann2017-02-081-1/+6
* Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-011-4/+4
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-191-11/+2
* Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-053-4/+7
|\
| * Remove dummy implementation for Pass*Ptr operator=().Rolland Dudemaine2016-04-042-4/+3
| * QNX: Fix compilationRafael Roquetto2016-03-091-0/+4
* | Remove Windows CE.Friedemann Kleint2016-03-101-53/+0
|/
* Updated license headersJani Heikkinen2016-01-1921-294/+420
* V4: add Aarch64/ARM64 support.Erik Verbruggen2016-01-191-0/+7
* WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-161-0/+5
* V4 JIT: Switch all platforms to W^X for the ExecutableAllocator.Erik Verbruggen2016-01-151-22/+52
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* WinRT: fix warningsMaurice Kalinowski2015-05-191-0/+3
* Update copyright headersJani Heikkinen2015-02-1221-147/+147
* QML 3rdparty: revert unnecessary change.Erik Verbruggen2015-01-122-4/+4
* Update license headers and add new licensesJani Heikkinen2014-08-2521-399/+231
* V4 JIT: enable disassembler on windows.Erik Verbruggen2014-03-032-2/+9
* Fix build on WinRTAndrew Knight2013-11-061-0/+2
* Implement WTFReportAssertionFailureSimon Hausmann2013-10-171-1/+2
* V4: changed environment variable SHOW_CODE.Erik Verbruggen2013-09-301-1/+1
* Allow delayed deallocation in the executable memory allocatorSimon Hausmann2013-09-201-1/+1
* wince: vsnprintf is not available, use qvsnprintfSergio Martins2013-08-271-2/+3
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-0/+55
* Fix module name (QtQml) in the license header under src/3rdpartySergio Ahumada2013-06-2620-40/+40
* Fix failing assertion with MSVC in debug builds in various testsSimon Hausmann2013-06-261-18/+5
* Fix exception handling not working reliably on x86/x86-64 Linux (Part 2)Simon Hausmann2013-05-151-0/+3
* Suppress unused parameter warning.Erik Verbruggen2013-04-241-0/+2
* Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-192-12/+6
* Use 'template' keyword to treat 'vector' as a dependent template nameTor Arne Vestbø2013-04-171-1/+1
* iOS: Don't enable PROT_WRITE and PROT_EXEC at the same timeTor Arne Vestbø2013-04-171-2/+15
* Don't use std::vector::shrink_to_fit(), it's C++11, and not enabled on iOSTor Arne Vestbø2013-04-171-1/+1
* Speed up regular expression matchingSimon Hausmann2013-04-163-6/+90
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Fix build of the rest of v4vm against WTF/JSC updateSimon Hausmann2013-04-122-1/+14