summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [V8] Fix assertions in mjsunit/harmony test in debug modePeter Varga2012-09-041-1/+4
* [V8] QNX: Fix reserving of memoryThomas McGuire2012-08-311-3/+3
* Compile v8.cc under C++11 mode using MinGW-w64 4.7.1v5.0.0-beta1Yuchen Deng2012-08-211-2/+2
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-2/+2
* Only read symbol_id for strings which are known to be symbolsChris Adams2012-08-093-5/+1
* Mark v8 as an internal module.Stephen Kelly2012-07-241-0/+1
* [V8] QNX: Initialize mutex in SignalSenderSean Harmer2012-06-251-0/+1
* compile mkv8snapshot in host modeOswald Buddenhagen2012-06-133-15/+6
* build system cleanupsOswald Buddenhagen2012-06-132-7/+1
* switch to new-style configure testsOswald Buddenhagen2012-06-131-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-132-17/+1
* [V8] Implement OS::SetUp() and OS::TearDown() for QNXSean Harmer2012-06-131-28/+37
* [V8] Implement new parts of platform port for QNXSean Harmer2012-06-131-0/+12
* [V8] Update QNX platform port so that it builds once againSean Harmer2012-06-131-9/+3
* [V8] Disable randomize hashes in V8Peter Varga2012-06-131-1/+1
* [V8] Fix compilation with Intel CC.Thiago Macieira2012-06-131-1/+2
* [V8] Add support for QNX platformSean Harmer2012-06-134-4/+1211
* [V8] Add flag to avoid breakpoint relocationKai Koehne2012-06-135-0/+72
* [V8] Fix warningsAaron Kennedy2012-06-131-9/+12
* [V8] Remove execute flag from v8-debug.hAaron Kennedy2012-06-131-0/+0
* [V8] QtScript/V8: Add new v8 api to check if a value is an error.Jedrzej Nowacki2012-06-133-0/+12
* [V8] Allow a script to be flagged as "native"Aaron Kennedy2012-06-132-3/+4
* [V8] Add custom object compare callbackAaron Kennedy2012-06-1314-15/+316
* [V8] Allow access to the calling script dataAaron Kennedy2012-06-132-0/+13
* [V8] Introduce a QML compilation modeAaron Kennedy2012-06-1360-153/+634
* [V8] Generalize external object resourcesAaron Kennedy2012-06-139-42/+221
* [V8] Add a "fallback" mode for named property interceptorsAaron Kennedy2012-06-137-20/+102
* [V8] Add hashing and comparison methods to v8::StringAaron Kennedy2012-06-137-2/+200
* Updated V8 from git://github.com/v8/v8.git to 3e6ec7e018bbf2c63ef04b85ff68819...Peter Varga2012-06-13267-9460/+13158
* Fix GCC 4.7 (C++11) compilation.yangguo@chromium.org2012-06-082-4/+4
* V8: Fix cross builds with win32-g++-cross mkspecYuchen Deng2012-05-221-1/+1
* [V8] Add support for MinGW-w64Jonathan Liu2012-05-216-24/+42
* [V8] Update expected results of V8's cctestsPeter Varga2012-05-213-24/+44
* Re-enable snapshots for non-cross-compiled buildsKent Hansen2012-05-152-2/+2
* MIPS: Removed unused variables.yangguo@chromium.org2012-05-095-10/+2
* mips: Fix the global compare routines for mipsHolger Hans Peter Freyther2012-05-091-2/+6
* mips: Add the qml mode to the lithium code generation as wellHolger Hans Peter Freyther2012-05-093-6/+17
* Fix regression in custom object comparison on armKent Hansen2012-05-091-3/+3
* Fix regression in eval compilation on armKent Hansen2012-05-091-3/+4
* [V8] Implement new parts of platform port for QNXSean Harmer2012-04-301-0/+12
* [V8] Update QNX platform port so that it builds once againSean Harmer2012-04-271-9/+3
* [V8] Disable randomize hashes in V8Peter Varga2012-04-261-1/+1
* Fix compilation after V8 updatePeter Varga2012-04-261-1/+3
* [V8] Fix compilation with Intel CC.Thiago Macieira2012-04-261-1/+2
* [V8] Add support for QNX platformSean Harmer2012-04-264-4/+1211
* [V8] Add flag to avoid breakpoint relocationKai Koehne2012-04-265-0/+72
* [V8] Fix warningsAaron Kennedy2012-04-261-9/+9
* [V8] Remove execute flag from v8-debug.hAaron Kennedy2012-04-261-0/+0
* [V8] Fix deprecated Python codeKent Hansen2012-04-262-3/+3
* [V8] QtScript/V8: Add new v8 api to check if a value is an error.Jedrzej Nowacki2012-04-263-0/+12