summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix rare crash when calling SetExternalResourceHEADstableold/5.1Simon Hausmann2013-09-111-1/+3
* Fix for assert in V8 after a string is converted to a symbolDavid McFarland2013-07-311-0/+1
* [V8] Fix stack alignment corruption for MinGW32 buildPeter Varga2013-06-251-2/+5
* Fix and test for assert/crash in v8 inlining of local functions in qml modev5.1.0-rc1David McFarland2013-05-311-1/+1
* [V8] Remove unnecessary string manipulation methodsPeter Varga2013-03-124-101/+0
* [V8][WINCE]Add WIN32 definitionAndreas Holzammer2013-03-011-0/+3
* [V8][WINCE]Define NOMINMAX in V8 pri fileAndreas Holzammer2013-03-011-0/+3
* [V8][WINCE]Include windows headers firstAndreas Holzammer2013-03-012-0/+10
* [V8][WINCE]Disable inline cache optimizationAndreas Holzammer2013-03-012-0/+9
* [V8]Port to Windows Embedded Compact 7Andreas Holzammer2013-03-0111-24/+154
* [V8]Implement some compiler intrinsic functionsAndreas Holzammer2013-03-011-4/+20
* [V8][WINCE] Link against the correct timer libAndreas Holzammer2013-03-011-1/+2
* [V8]Undef various macros to not disturb V8Andreas Holzammer2013-03-013-0/+8
* [V8]Rename PrintF to FPrintF for file callsAndreas Holzammer2013-03-019-334/+334
* Merge branch 'stable' of ssh://codereview.qt-project.org/qt/qtjsbackend into devSimon Hausmann2013-02-252-39/+33
|\
| * [V8] Cleanup hardfp ABI detection. This work was triggered by issue 2140.Sergio Martins2013-02-212-76/+65
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Jędrzej Nowacki2013-02-201-5/+20
|\ \
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-5/+20
| |\ \ | | |/
| | * [v8] Do not rely on secure API functions when using MinGW-w64Jonathan Liu2013-02-121-5/+20
* | | Comment out bogus assertEskil Abrahamsen Blomfeldt2013-02-201-1/+1
|/ /
* | [v8]: Implement missing bits of the QNX platformThomas McGuire2013-01-241-0/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-172-2/+3
|\ \ | |/
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| * [V8] Only enable MinGW-w64 pow() workaround if neededJonathan Liu2013-01-101-1/+2
* | Fix compilation after V8 updatePeter Varga2013-01-091-1/+5
* | [V8] QNX: Fix reserving of memoryThomas McGuire2013-01-091-3/+3
* | [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1Yuchen Deng2013-01-091-2/+2
* | [V8] QNX: Initialize mutex in SignalSenderSean Harmer2013-01-091-0/+1
* | [V8] Implement OS::SetUp() and OS::TearDown() for QNXSean Harmer2013-01-091-28/+37
* | [V8] Implement new parts of platform port for QNXSean Harmer2013-01-091-0/+12
* | [V8] Update QNX platform port so that it builds once againSean Harmer2013-01-091-9/+3
* | [V8] Disable randomize hashes in V8Peter Varga2013-01-091-1/+1
* | [V8] Fix compilation with Intel CC.Thiago Macieira2013-01-091-1/+2
* | [V8] Add support for QNX platformSean Harmer2013-01-094-4/+1211
* | [V8] Add flag to avoid breakpoint relocationKai Koehne2013-01-095-0/+72
* | [V8] Fix warningsAaron Kennedy2013-01-091-11/+14
* | [V8] Remove execute flag from v8-debug.hAaron Kennedy2013-01-091-0/+0
* | [V8] QtScript/V8: Add new v8 api to check if a value is an error.Jedrzej Nowacki2013-01-093-0/+12
* | [V8] Allow a script to be flagged as "native"Aaron Kennedy2013-01-092-3/+4
* | [V8] Add custom object compare callbackAaron Kennedy2013-01-0914-27/+322
* | [V8] Allow access to the calling script dataAaron Kennedy2013-01-092-0/+13
* | [V8] Introduce a QML compilation modeAaron Kennedy2013-01-0960-153/+692
* | [V8] Generalize external object resourcesAaron Kennedy2013-01-099-42/+221
* | [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2013-01-098-20/+101
* | [V8] Add hashing and comparison methods to v8::StringAaron Kennedy2013-01-097-2/+197
* | Updated V8 from git://github.com/v8/v8.git to 2215c442af2f0a4fce076e35ea06148...Peter Varga2013-01-09631-40775/+72331
|/
* remove symbian vestigesv5.0.0-rc2v5.0.0-rc1v5.0.0Oswald Buddenhagen2012-12-051-1/+1
* [V8] Fix bug in deletion of indexed propertiesv5.0.0-beta2mstarzinger@chromium.org2012-10-183-22/+110
* Add testcase for Strign::ComputeHash functionPeter Varga2012-09-281-0/+140
* Always initialise symbol_id for ASCII symbolsPhilip Lorenz2012-09-241-0/+1