aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/stubs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory allocation of executable codeSimon Hausmann2013-04-012-20/+26
* Simplify UChar stub hackSimon Hausmann2013-02-091-1/+1
* Make ExecutableAllocator compile on WindowsSimon Hausmann2013-02-091-0/+17
* Centralize code to determine system page sizeSimon Hausmann2013-02-091-2/+3
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-3020-0/+1342