summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-261-1/+1
|\|
| * Bump MODULE_VERSION to 5.1.0v5.1.0-alpha1Sergio Ahumada2013-03-251-1/+1
| * Merge branch 'dev' into stableSergio Ahumada2013-03-19639-38485/+72827
| |\ | |/ |/|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-141-0/+2
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-121-0/+2
| |\
| | * define MODULE_VERSIONv5.0.2Oswald Buddenhagen2013-02-271-0/+2
| | * Merge branch 'stable' into releaseOswald Buddenhagen2013-02-2016-765/+1240
| | |\
* | | | [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-204-5/+1230
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-184-5/+1230
| |\| |
| | * | Add license files mandated by (L)GPL.Timo Jyrinki2013-02-153-0/+1210
| | * | [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
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-053-751/+0
|\| |
| * | purge useless doc/global dirOswald Buddenhagen2013-02-013-751/+0
| * | Merge branch 'release' into stableSergio Ahumada2013-01-310-0/+0
| |\|
| | * point dependencies to 'release' branchesv5.0.1Sergio Ahumada2012-12-181-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-179-9/+10
|\| |
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-108-8/+8
| * | [V8] Only enable MinGW-w64 pow() workaround if neededJonathan Liu2013-01-101-1/+2
| |/
* | Add testcase for variable declaration when QML compilation mode is enabledPeter Varga2013-01-114-0/+71
* | 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