summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to openvgversion.hLiang Qi2012-01-141-1/+0
| | | | | | | Because OpenVG was removed from qtbase. Change-Id: Id92ac98a6dee7679248bc3c82554e92386e7ef61 Reviewed-by: Liang Qi <liang.qi@nokia.com>
* Remove QtV8 library from QtBaseSimon Hausmann2012-01-091-3/+0
| | | | | | | | | | The QtV8 library is going to live in the qtjsbackend module. Change-Id: I72251316163829411dda998b9503ce6f75b3606a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add V8 snapshot supportKent Hansen2011-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | A V8 snapshot is a serialized representation of the JavaScript heap. Using a snapshot can vastly speed up V8 initialization. This commit introduces a new tool, mkv8snapshot. mkv8snapshot is automatically invoked as part of building QtV8, and generates a .cpp file which is compiled into the QtV8 library. Because mkv8snapshot itself needs to initialize the V8 environment the non-snapshot way (i.e., by evaluating thousands of lines of JavaScript), it needs to build all of V8. This means that V8 is effectively built twice when snapshots are enabled. When cross-compiling, only host=i386 and target=arm is supported, since that's the only relevant case for which V8 currently supports a simulator. mkv8snapshot is built and run as a host tool (using the simulator), and generates a snapshot that will be used on the target. Task-number: QTBUG-21152 Change-Id: I9270652f129505508f78db8b0a39fbf57dc8b86d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Update .gitignoreDavid Faure2011-11-081-35/+53
| | | | | Change-Id: Ie304ec2776d6fdef734da8bbc22e8dea77417c78 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Update .gitignoreBradley T. Hughes2011-10-031-0/+3
| | | | | | | | | | | | | Add these 3 files to .gitignore: src/platformsupport/qtplatformsupportversion.h src/printsupport/qtprintsupportversion.h src/widgets/qtwidgetsversion.h Change-Id: Ie13360de9e64e79cb714adba0d2f6e6da0051ae8 Reviewed-on: http://codereview.qt-project.org/5797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Remove uilib and QtUiTools from QtBaseLars Knoll2011-09-131-2/+0
| | | | | | | The code gets moved into the qttools repository, where it belongs naturally. Change-Id: Ia50bfe212ead3365d5c3bcb24d2c5e92e2e9de8e
* update gitignoreOswald Buddenhagen2011-09-121-2/+4
| | | | | | | | | (cherry picked from commit ba564e089134980200c1c71879f2474135bee5fa) Change-Id: Id3a83228d178cefbec21b07f7e6439e3ea92b962 Reviewed-on: http://codereview.qt-project.org/4572 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add src/v8/qtv8version.h to .gitignoreBradley T. Hughes2011-08-311-0/+1
| | | | | | | Change-Id: I3e63a3b7cfc06ea4b71c55c1530433438c902aa7 Reviewed-on: http://codereview.qt.nokia.com/3979 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-291-2/+0
| | | | | | | Change-Id: I8d0ff9cad1da7df3e5e0d18e8f19b17b468afc01 Reviewed-on: http://codereview.qt.nokia.com/3368 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* update .gitignoreCharles Yin2011-08-241-0/+44
| | | | | | | | | | | 1. generated module def files 2. generated version headers 3. unit test executables Change-Id: Ibce72e89882e646ff0a450d68031e8e3a5cea085 Reviewed-on: http://codereview.qt.nokia.com/3346 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
* Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+10
| | | | | | | Provide version info for each library like QTCORE_VERSION and etc. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
* Add .gitignore to each moduleaxis2011-04-271-0/+261