summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-041-1/+1
| |\ | |/ |/|
* | remove symbian vestigesv5.0.0-rc2v5.0.0-rc1v5.0.0Oswald Buddenhagen2012-12-051-1/+1
* | sync.profile: Point dependencies to 'refs/heads/stable'Sergio Ahumada2012-12-041-1/+1
| * sync.profile: Point dependencies to 'refs/heads/dev'Sergio Ahumada2012-12-131-1/+1
|/
* [V8] Fix bug in deletion of indexed propertiesv5.0.0-beta2mstarzinger@chromium.org2012-10-183-22/+110
* Fix non-Qt testingPeter Varga2012-10-164-24/+66
* Add testcase for Strign::ComputeHash functionPeter Varga2012-09-286-1/+203
* HTML template: Updated copyright notice from Nokia to Digia PlcJerome Pasion2012-09-262-29/+4
* Always initialise symbol_id for ASCII symbolsPhilip Lorenz2012-09-244-0/+56
* [V8] Compile v8.cc under C++11 mode using MinGW-w64 4.7.1Yuchen Deng2012-09-240-0/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-237-170/+170
* Doc: Adding documentation templates from qtbaseJerome Pasion2012-09-213-0/+776
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-112-2/+1
* Fix compilation with win32-g++ and C++11Kai Koehne2012-09-091-0/+3
* [V8] Fix assertions in mjsunit/harmony test in debug modePeter Varga2012-09-041-1/+4
* Update the git-archive export optionsThiago Macieira2012-09-032-0/+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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Mark v8 as an internal module.Stephen Kelly2012-07-241-0/+1
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-091-14/+1
* [V8] QNX: Initialize mutex in SignalSenderSean Harmer2012-06-251-0/+1
* Merge branch 'buildsystem'Oswald Buddenhagen2012-06-197-52/+12
|\
| * compile mkv8snapshot in host modeOswald Buddenhagen2012-06-133-15/+6
| * build system cleanupsOswald Buddenhagen2012-06-133-11/+1
| * switch to new-style configure testsOswald Buddenhagen2012-06-133-6/+4
| * auto-generate module prisOswald Buddenhagen2012-06-133-20/+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