- 15 Dec, 2017 1 commit
-
-
Alessandro Portale authored
We have a few off-by-ones in the visualization of selection, boundary, etc. Also, there are differences between low and high DPI, aswell as different platforms. This manual test is supposed to enable proper analysis whether the visualizations are correct or not. Change-Id: Iee407d37a2c6f2f272e11a4d9774532343463bc1 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
- 14 Dec, 2017 1 commit
-
-
Ivan Donchevskii authored
Allows to follow outside of current TU. Change-Id: Ieea2fd72bfdf6d60a988b40efcf2f41c5a71d045 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 13 Dec, 2017 3 commits
-
-
Marco Bubke authored
The printing functions are only used by the unit tests and they use an external API. So we can easily move them to the printing functions in the unit test project. We have to move the TokenInfo print functions too because the depend on other print functions. The rest of the print functions will be moved in other patches. Change-Id: I87c452f8ca40687ec47de675ba6bee13efa5655b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: I8e0927a80d0bdcde7bd0e91c749d015636d07388 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Change-Id: Ic9a1839325febeb6bde0b656dce88342f3955c53 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 12 Dec, 2017 3 commits
-
-
Eike Ziller authored
Can come in handy when the function or member does not directly return the right value type for the result list, but is implicitly convertable to it. For example from pointer to class to pointer to superclass, or from int to double. const auto result = Utils::transform<QVector<double>>(v, &ValueType::intMember) Change-Id: I0e1914d70bb2580b91098dd37e85a31ca14b0ae6 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Robert Loehning authored
Change-Id: I2b56b24044e0c057dbe5aff1b7f9a1fdcfdeb6c2 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
...to the correct capitalization. Squish < 6.3 could handle both, whereas Squish >= 6.3 is more strict. Change-Id: I9864518e21d3f2ed44fe7527f75aa958dc0081de Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 11 Dec, 2017 3 commits
-
-
Ivan Donchevskii authored
Add token name, usr, isDefinition and isDeclaration. Change-Id: If67bf78c999cb9edd397d0b553b33e5f5f378f8a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Ivan Donchevskii authored
Before adding additional members into that class it makes sense to rename it to better represent its content. Other classes serving the same purpose are also renamed to keep the names consistent. Change-Id: I3c8517e42aae29779d71ec9c85b713cff581a473 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
You have to include them for all translationunits because otherwise default print function are generated. So you get to different implementations for the same symbol. Change-Id: I732d2e1f1774f72acdbb49cbe1848d31ca3f5c98 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 07 Dec, 2017 1 commit
-
-
Eike Ziller authored
Change-Id: Ib75cfcc7741be686c0117fbb27df869e14db4f69 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 06 Dec, 2017 3 commits
-
-
Robert Loehning authored
Change-Id: Ibbabacc7a5e357ac765ef8629e74ca2e05505078 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: I006fb9ae57610d2be65c1d6b83fa38660a5326aa Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I6eec438e5c881da8e6946b3d167e1e71f49ba574 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 05 Dec, 2017 13 commits
-
-
Marco Bubke authored
Change-Id: Ib07b16bf60c56027814cc5f0d7be1cacd15e96bb Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Stenger authored
Verification of URLs used for "link labels" on the Welcome page is now possible again. Change-Id: Id48ab40201a9c2a60dc3c991052f45bee93707bc Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Marco Bubke authored
Change-Id: Ieb4fe43c7b5cd27cc270f3c5d269c2d4812a0131 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: Icd9ef74385bb35a4fe1f2f8142b4bf677eb7d389 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: Ia18fb69584087c38c464444b4385a9b2ddb78179 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: Iaf5616156c5d712c19661529ff6a444a6d20b937 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: Idf7d50ad15862508c2d57167f2147389e3bacba4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
The data member could not be made constant. So it was quite propable that the tests were order dependent. Change-Id: I9e3792ea45434ad8318ef6325ca516a74ca222c2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: I0c43baeb13fe2a1004622267deb4e588f941d254 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: I5c6d25e28116fb7e608044c2c187ff64bfcac9c9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: I8e9246490c8501c71a5f0cc10aa45a0914fdda62 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: Idfacd3737b6a830a1e7c08f7b3745277ace3f756 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
A fixture class is called for every test, so we don't need that setup code. Change-Id: I7fb2ee8248a161f701292a90eb6b8b88e9df08a7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 01 Dec, 2017 6 commits
-
-
Tobias Hunger authored
Change-Id: I638e68480d3985b6df9a18aa96a067ee68484b12 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Support std::vector and similar classes as input and output. Change-Id: I1d202d54c18e868ce0e71e4c2b6288565710baa8 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
* Consistently use anyOf to implement contains. * Support contains over an container of std::unique_ptr matching a pointer. Change-Id: I0180f3ec3d5935d8afeeac67a745d4b38a01674d Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: I0cba5b58dde6003f5c5cb399142f985cbe83f0a7 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Robert Loehning authored
Change-Id: Idaa228e4efcdac05e72932ed95c410af8a7bc80f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Project template changed again. Change-Id: Ibd2767719e13e3de041e63e0977d838aa6c34f3c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 30 Nov, 2017 3 commits
-
-
Robert Loehning authored
Change-Id: I9296dc577fac4ea06c7c8f482a44948ba327568f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Add setters to VersionUpgrader and use them. This shortens the implementation classes a bit. Change-Id: I5ffe6f085752bf39bbcb08c286844cc1088eeea5 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Christian Stenger authored
Template code inside utils/algorithm.h is not correctly instantiated when respective containers that shall use these functions are included after the algorithm file. Additionally there had been issues using nullptr as comparison inside QCOMPARE(). Change-Id: I2bd6baf3890090c5f5bbbd6229afb9aeeb7617ef Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 29 Nov, 2017 3 commits
-
-
Marco Bubke authored
Otherwise the unit tests does not linked any more. Change-Id: I1d756b8bef18d65174a8924a15995cc179af61f3 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Eike Ziller authored
Change-Id: Ia7302723a0ec41456ca99704b7f8c680f6893c5d Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: I01cb71c06b405f071498ed8752f9acac44d2b223 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-