aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Add one more enum dumper autotesthjk2017-11-101-0/+16
* Debugger: Fix autotests with Qt 5.10hjk2017-11-101-2/+3
* Squish: Update test for sortingRobert Loehning2017-11-094-6/+28
* Squish: Update Creator's sources to v4.4.1Robert Loehning2017-11-084-4475/+2282
* Test: Fix typoChristian Stenger2017-11-081-1/+1
* DumperTest: Fix compile failure for gcc4.9Christian Stenger2017-11-071-2/+2
* CppTools: Match also function arguments in locatorOrgad Shaneh2017-11-021-1/+2
* Add CameHumpMatcher autotest to qbs buildOrgad Shaneh2017-10-302-2/+2
* CamelHump: Prefer plain match over camel humpOrgad Shaneh2017-10-301-2/+4
* GccToolChain: Improve retrieval/caching of compiler dataTobias Hunger2017-10-275-0/+154
* Disable GCC warning for noexceptMarco Bubke2017-10-241-0/+2
* Squish: Adapt test to improved compiler detectionChristian Stenger2017-10-191-2/+3
* Clang: Fix completion after qualification (::)Nikolai Kosjar2017-10-192-1/+10
* Squish: Adapt tst_HELP05 to changed templateChristian Stenger2017-10-181-4/+11
* Squish: Adapt QMLS suite to changed templateChristian Stenger2017-10-186-9/+43
* Squish: Adapt Qml indentation testChristian Stenger2017-10-181-8/+26
* QMake: Fix build with b884f6fdbc1f and BUILD_TESTS enabledAndre Hartmann2017-10-051-1/+1
* CamelHump: Fix case insensitive matching after the same caseOrgad Shaneh2017-10-051-0/+2
* CamelHump: Extend testsAndre Hartmann2017-10-051-0/+3
* CamelHump: Leave the gauls alone (fix typo)Andre Hartmann2017-10-051-2/+2
* Merge remote-tracking branch 'origin/4.4' into 4.5Orgad Shaneh2017-10-041-54/+51
|\
| * Dumpers: Quit test immediately if make failsOrgad Shaneh2017-09-271-0/+1
| * Dumpers: Fix tests execution on Windows/MinGWOrgad Shaneh2017-09-271-9/+12
| * Dumpers: Modernize testsOrgad Shaneh2017-09-271-45/+38
* | Squish: Stabilize tst_simple_analyzeRobert Loehning2017-09-291-1/+1
* | Qnx: Use simpler portsgatherer commandhjk2017-09-291-0/+12
* | Clang: Fix ClangCodeModelServerSlowTest.RequestDocumentAnnotationsIvan Donchevskii2017-09-291-1/+1
* | Clang: Rename directory ipcsource to sourceNikolai Kosjar2017-09-281-1/+1
* | CamelHumpMatcher: Fix matching word continuations without humpAndre Hartmann2017-09-281-0/+3
* | Squish: Update debugger testsRobert Loehning2017-09-263-14/+7
* | UnitTest: Fix build with clang 3.9.1Orgad Shaneh2017-09-251-1/+1
* | Clang: Remove unused messagesNikolai Kosjar2017-09-253-30/+0
* | Squish: Update tst_SCOM02Robert Loehning2017-09-251-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-253-10/+31
|\|
| * C++: Fix crash with invalid raw string literalNikolai Kosjar2017-09-202-0/+21
| * Dumpers: Print readable output in testsOrgad Shaneh2017-09-191-10/+10
* | Clang: Unify compiler options buildersIvan Donchevskii2017-09-221-5/+5
* | Clang: use HighlightingMarks for hover with Ctrl highlightingIvan Donchevskii2017-09-223-16/+42
* | Clang: Simplify creation of JobRequestNikolai Kosjar2017-09-222-8/+2
* | Sqlite: Improve SqliteStatementMarco Bubke2017-09-215-74/+93
* | Utils: Add Utils::SmallStringView::emptyMarco Bubke2017-09-211-0/+6
* | Sqlite: Extend databaseMarco Bubke2017-09-211-0/+29
* | Utils: Fix reverse iterators in SmallStringMarco Bubke2017-09-211-9/+276
* | Clang: Add RefactoringDatabaseInitializerMarco Bubke2017-09-203-52/+99
* | Sqlite: Add locking for sqlite transactionsMarco Bubke2017-09-206-5/+187
* | Sqlite: Don't use the lower level interface of the statementsMarco Bubke2017-09-203-22/+78
* | Sqlite: Improve exception handlingMarco Bubke2017-09-202-27/+73
* | CamelHumpMatcher: Support uppercase snake matchingAndre Hartmann2017-09-191-0/+2
* | Squish: Update texts of message boxesRobert Loehning2017-09-193-7/+7
* | Environment: Keep case of environment variables on windowsTobias Hunger2017-09-191-0/+149