summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [V8] V8_Fatal now prints C++ stack trace in debug mode.Sergio Martins2013-04-171-0/+3
* [V8] Determine number of available cores on all platforms.Sergio Martins2013-04-171-0/+5
* [V8] Removed RuntimeProfilerRateLimiter class and RuntimeProfiler::IsSomeIsol...Sergio Martins2013-04-171-2/+1
* [V8] Fix MinGW build after V8 updatePeter Varga2013-04-121-1/+1
* [V8] Include windows headers firstAndreas Holzammer2013-04-122-0/+10
* [V8] Disable inline cache optimizationAndreas Holzammer2013-04-122-0/+9
* [V8] Port to Windows Embedded Compact 7Andreas Holzammer2013-04-1211-24/+154
* [V8] Implement some compiler intrinsic functionsAndreas Holzammer2013-04-121-4/+20
* [V8] Undef various macros to not disturb V8Andreas Holzammer2013-04-123-0/+8
* [V8] Rename PrintF to FPrintF for file callsAndreas Holzammer2013-04-129-351/+351
* [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1Yuchen Deng2013-04-121-2/+2
* [V8] Disable randomize hashes in V8Peter Varga2013-04-121-1/+1
* [V8] Fix compilation with Intel CC.Thiago Macieira2013-04-121-1/+2
* [V8] Add support for QNX platformSean Harmer2013-04-124-4/+1239
* [V8] Add flag to avoid breakpoint relocationKai Koehne2013-04-125-0/+72
* [V8] Fix warningsAaron Kennedy2013-04-121-11/+14
* [V8] Remove execute flag from v8-debug.hAaron Kennedy2013-04-121-0/+0
* [V8] Add new v8 api to check if a value is an error.Jedrzej Nowacki2013-04-123-0/+12
* [V8] Allow a script to be flagged as "native"Aaron Kennedy2013-04-122-3/+4
* [V8] Add custom object compare callbackAaron Kennedy2013-04-1214-27/+330
* [V8] Allow access to the calling script dataAaron Kennedy2013-04-122-0/+16
* [V8] Introduce a QML compilation modeAaron Kennedy2013-04-1260-170/+812
* [V8] Generalize external object resourcesAaron Kennedy2013-04-129-42/+221
* [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2013-04-127-32/+118
* [V8] Add hashing and comparison methods to v8::StringAaron Kennedy2013-04-127-2/+96
* Updated V8 from git://github.com/v8/v8.git to 05b6bb1d641e01b550d497dcbefe342...Peter Varga2013-04-12500-40148/+57872
* [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