summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* point dependencies to 'release' branchesv5.0.1Sergio Ahumada2012-12-181-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
* [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
* [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