aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix smallstring move assignmentMarco Bubke2017-10-201-2/+2
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-1911-24/+93
|\
| * 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
* | Clang: Improve locking of string cacheMarco Bubke2017-10-182-12/+76
* | CppTools: add multiple refactoring engines supportIvan Donchevskii2017-10-173-12/+12
* | Revert "Clang: Improve locking of string cache"Christian Stenger2017-10-102-76/+12
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-097-60/+74
|\|
| * 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
* | | Clang: Improve locking of string cacheMarco Bubke2017-10-052-12/+76
* | | Clang: Add file cacheMarco Bubke2017-10-0548-458/+1840
|/ /
* | 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
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-1915-313/+394
|\|
| * Squish: Enclose code model tests in sectionsRobert Loehning2017-09-1910-307/+326
| * Dumper: Dump CHAR/WCHAR arrays as stringsOrgad Shaneh2017-09-181-3/+16