- 04 Sep, 2014 1 commit
-
-
Erik Verbruggen authored
This eliminates a bunch of list->set->list conversions. Especially the ProjectInfo::appendProjectPart takes lots of time converting for every part added. Change-Id: Ib3c8cd4b0ad6c012ccbeed12ebedd46b9b6cca95 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 27 Aug, 2014 1 commit
-
-
hjk authored
Better in line with the rest. Change-Id: I692c8b6b9bebf22f059709fb60e53ea04fcb7d53 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Jun, 2014 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I59c420c6469717e552469d176bbeac3a455f3bb0 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 27 Feb, 2014 3 commits
-
-
Christian Stenger authored
Change-Id: I3bad3687e06a5333359bd926cae2493f709aeff2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Przemyslaw Gorszkowski authored
File path for which we build hierarchy was not consider in cyclic checking. Added tests for cyclic cases Change-Id: I0c2e60034c6e8f3aa69ab723350b4c05530fcdfb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Przemyslaw Gorszkowski authored
Now include hierarchy model is printed as a string represantation and can be easily compared to expected situation. Change-Id: I6aeff860744710015c5891ad0db4fdb62942f1cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 07 Jan, 2014 3 commits
-
-
Nikolai Kosjar authored
QVERIFY/QCOMPARE are meant to be called in the test function so that on failure they just can "return" and thus skip subsequent code. Since we use reusable test code in the test functions (the *TestCase classes), we need to ensure that on failure no further test code is executed. This mostly inlines the run function of the test classes into the constructor. Change-Id: I320ee032bdde0174ddfe3fdf3f9e18e19abf1d7f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
* Unify class names * Fix coding style Change-Id: I7498192ba9e6b9fc0e97d3d4f0dbb30f1853a0c9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Move common functionality of the 12 test classes into base classes. Change-Id: If64d3cec876807ac6f991151189860a99b8ff4ca Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 12 Dec, 2013 1 commit
-
-
Nikolai Kosjar authored
...when updating the code model. Change-Id: Ifc55b7d0bb795b9cfd72465990991bc2cc907846 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 20 Nov, 2013 1 commit
-
-
Przemyslaw Gorszkowski authored
For "includes" we should use snapshot from "SnapshotUpdater"(project specific snapshot, not global snapshot) instead of "global" snapshot. The snapshot of the editor's SnapshotUpdater contains the documents parsed with the appropriate include paths/defines etc. and should therefore be used for the include hierarchy. Change-Id: I6bbaf5040536b771d32697aad1db364758ff8382 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 15 Nov, 2013 1 commit
-
-
Przemyslaw Gorszkowski authored
Very simple tests for include hierarchy model: * test if checked file includes one file * test if checked file is included by one file * test if checked file includes one file and is included by one file Change-Id: I3688f9ddb86a569f780fc156bdfcf6b81a9fb0c1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-