aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Compile MSVC2008 and remove unneeded reference to <stdint.h>Jan-Arve Saether2011-12-011-1/+0
| | | | | | Change-Id: Ic6acdb2e9cba970d4096582c125c64d7fd4650ee Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Fix compilation with c++0xKent Hansen2011-09-301-2/+2
| | | | | | | Change-Id: I5d94cfc03c2ecb9a49e185d23689c11f200ca907 Reviewed-on: http://codereview.qt-project.org/5794 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-311-3/+8
| | | | | | | | | | | Fix build on Windows and compiler warnings. Requires 090ee21eac7257644422e35395194e5fd7fb8efa in qtbase. Change-Id: Ief8da504ccd3e2c2e78644cc9943d685c4302019 Reviewed-on: http://codereview.qt.nokia.com/3988 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Remove V8 submodule from QtDeclarativeKent Hansen2011-08-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | QtDeclarative should now link against the QtV8 library from qtbase. The patch files have been moved to qtbase as well. Applications that use the QtDeclarative private headers may need to add the following to their .pro file: QT += v8-private This ensures that <private/v8.h> is found, which is (indirectly) included by many QtDeclarative private headers. Task-number: QTBUG-20963 Change-Id: I31e973a6fcc0c416d3b258a61c26564cee3dcd4b Reviewed-on: http://codereview.qt.nokia.com/3093 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Update v8Aaron Kennedy2011-08-251-0/+0
| | | | | | | Change-Id: I576fb2215345aa6599cfb75c6a27544260b2c145 Reviewed-on: http://codereview.qt.nokia.com/3536 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-0/+0
| | | | | | | | | | | | This replaces the dependency to QtScript with two new builtin classes QJSValue and QJSEngine. This is still work in progress, development continues now in the master branch. Change-Id: I7f5487feb45c972f25a22b10cc81b9218b9805de Reviewed-on: http://codereview.qt.nokia.com/2299 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Update V8Aaron Kennedy2011-07-211-0/+0
| | | | | | | | | | | Fixes a bug in threadsafe symbol id generation, and adds a ComputeHash implementation for const char * strings. Change-Id: Id1fb4c7d9bf8eae59229b3893e8a9ef20dede336 Reviewed-on: http://codereview.qt.nokia.com/1621 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Update V8Aaron Kennedy2011-07-011-0/+0
| | | | | | Change-Id: I2736cb8fffaace5cbb9e91d12a75bdedf3f80627 Reviewed-on: http://codereview.qt.nokia.com/988 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
* Update V8Aaron Kennedy2011-06-151-0/+0
|
* Update V8Aaron Kennedy2011-06-141-0/+0
|
* Update v8 to include ARM patchesAaron Kennedy2011-06-101-0/+0
|
* Initial V8 integrationAaron Kennedy2011-06-065-0/+1075