aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix build on iOSTor Arne Vestbø2013-04-172-1/+6
* Speed up regular expression matchingSimon Hausmann2013-04-165-13/+94
* 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
* Apply modifications on top of WTF/JSCSimon Hausmann2013-04-124-16/+9
* WTF/JSC update to r148273Simon Hausmann2013-04-1245-711/+2304
* Fix memory allocation of executable codeSimon Hausmann2013-04-012-20/+26
* Do not generate udis86 files when udis86 is disabled.Erik Verbruggen2013-02-271-11/+11
* Converted calling runtime functions to new calling conventionSimon Hausmann2013-02-141-0/+7
* Fix cmath function usageSimon Hausmann2013-02-091-0/+449
* 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
* Make it possible to omit the udis86 assembler from compilationSimon Hausmann2013-02-092-8/+12
* Work around broken min/max macro definitions on WindowsSimon Hausmann2013-02-091-0/+2
* Include stdlib for arc4random().Erik Verbruggen2013-02-061-0/+4
* Avoid duplicated feature defines between tools/v4/v4.pro and src/v4/v4.proSimon Hausmann2013-02-013-25/+25
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-30136-0/+59246