summaryrefslogtreecommitdiff
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-251-1/+2
| | | | | | | | | | | This means that we are going to use the same branch name for the dependencies as the branch of the repository under test. If we are testing the 'stable' branch, all dependencies will point to the 'stable' branch as well. Change-Id: Ib8e54ac9066b866133641fed10edba3209a38778 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* sync.profile: Point dependencies to 'refs/heads/stable'Sergio Ahumada2012-12-041-1/+1
| | | | | | | | | | | We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I87de49aae6ab2b213c4829931dd3e6564262673b Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Add testcase for Strign::ComputeHash functionPeter Varga2012-09-281-1/+1
| | | | | | | | The qcalculatehash_p.h private header also has been added to provide function calculatehash for qml and the new testcase. Change-Id: I1a0cf6052f596438f50bb5d2899ceaaae3e2e477 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* build system cleanupsOswald Buddenhagen2012-06-131-4/+0
| | | | | | | | | | | | | - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - pointless QPRO_PWD assignments - qmake -project boilerplate Change-Id: I7b2cd36920a2b56bf745965a8a682d85af3ed48e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* switch to new-style configure testsOswald Buddenhagen2012-06-131-5/+0
| | | | | Change-Id: Ia374567babe00a5ca0692e95e88b154d846e0882 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* auto-generate module prisOswald Buddenhagen2012-06-131-3/+0
| | | | | Change-Id: Ia7eb1091c62269a7787ad4a21aac8ecfa5a80f66 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Don't assume hardfloat passing convention.Girish Ramakrishnan2012-03-091-0/+5
| | | | | | | | Add configure test to detect the floating point abi. Test the value of the test in the v8.pri to enable hardfloat usage. Change-Id: I2312763bb1b814915a74e734ab477ba66f1ee0d2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Remove pin of qtbase for qtjsbackend.Toby Tomkins2012-03-021-1/+1
| | | | | | | Task-number: QTBUG-24608 Change-Id: Ibef6574c3cc145ea482564a0f82571727fdeba8f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Pin qtjsbackend to set version of qtbase.Toby Tomkins2012-03-021-1/+1
| | | | | | | | | Changes to qmake in qtbase prevent modules from compiling. This commit pins qtjsbackend to the last integrated qtbase version of qt5. This is a temporary measure until qmake handles .qmake.cache correctly. Change-Id: Ia311a036fa4ee9bb07486ba741d156bbbeaf830a Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
* Created QtJSBackend module.Simon Hausmann2012-01-051-0/+26
Imported src/v8, tools and tests from qtbase (1fdfc2abfe1fa26b86028934d4853432e25b4655) and added the necessary build system files to build it as a top-level Qt module. Change-Id: I0b784165157bfb031059f1528c1b3b2828284f6f