aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Clang: Fix error when including float.h with mingwChristian Kandeler2020-07-091-0/+33
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+1
* clangbackend: Do not handle built-in types speciallyChristian Kandeler2020-07-062-0/+18
* Fix qbs buildChristian Kandeler2020-07-031-0/+3
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-07-0128-11/+2127
|\
| * QmlDesigner: Add listmodeleditorMarco Bubke2020-06-308-7/+1020
| * ClangRefactoring: Remove not used pch filesMarco Bubke2020-06-307-2/+166
| * Refactoring: Fix unit testsMarco Bubke2020-06-301-5/+10
| * QmlDesigner: Break dependenciesMarco Bubke2020-06-3016-1/+935
* | Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-06-261-1/+1
|\|
| * UnitTests: Fix fake project.hMarco Bubke2020-06-161-1/+1
* | Sqlite: Fix a compiler warning about unhandled switch-caseArtur Shepilko2020-06-241-0/+1
* | ClangBackEnd: Adapt skipped source ranges from libclangChristian Kandeler2020-06-191-2/+2
* | Move Id from Core to UtilsEike Ziller2020-06-181-1/+1
* | sqlite: Fix qbs buildChristian Kandeler2020-06-161-1/+3
* | CMake build: Build tests with relaxed QString castingEike Ziller2020-06-121-0/+2
* | clangbackend: Fix libclang's priority adjustmentsChristian Kandeler2020-06-121-1/+1
* | Unittest: Fix qbs buildChristian Kandeler2020-06-121-2/+2
* | Fix a clang unit testChristian Kandeler2020-06-111-5/+2
* | Merge remote-tracking branch 'origin/qds-1.59'Tim Jenssen2020-06-1114-133/+150
|\|
| * unittest: another adjustment to new constructorTim Jenssen2020-06-101-1/+0
| * UnitTests: Refactor printingMarco Bubke2020-06-108-21/+50
| * Sqlite: Remove last usages of UpdateCallbackMarco Bubke2020-06-101-2/+4
| * clangrefactoring: fix cmake and qbs after file renameTim Jenssen2020-06-101-1/+1
| * Sqlite: Fix null handlingMarco Bubke2020-06-102-0/+4
| * Sqlite: Use a more efficient update hookMarco Bubke2020-06-096-108/+92
* | clangbackend: Fix lexicographical sorting of completionsChristian Kandeler2020-06-102-0/+33
* | CMake Build: Fix unittestsCristian Adam2020-06-091-2/+9
* | Merge remote-tracking branch 'origin/qds-1.59'Eike Ziller2020-06-0825-258/+2174
|\|
| * fix testsTim Jenssen2020-06-081-1/+0
| * Sqlite: Add primary key table constraint to table builderMarco Bubke2020-06-052-0/+26
| * Sqlite: Add session supportMarco Bubke2020-06-0512-23/+671
| * Sqlite: Improve SqliteStatement column checkMarco Bubke2020-05-272-34/+48
| * Sqlite: Remove unused codeMarco Bubke2020-05-272-70/+0
| * Sqlite: Add blob supportMarco Bubke2020-05-274-5/+149
| * Sqlite: Improve LastChangedRowIdMarco Bubke2020-05-271-0/+26
| * UnitTests: Fix LastChangedRowIdMarco Bubke2020-05-271-1/+1
| * Sqlite: Fix testMarco Bubke2020-05-261-1/+1
| * Sqlite: Relax LastChangedRowIdMarco Bubke2020-05-261-0/+155
| * Sqlite: Add carray extension from Sqlite and a pointer bindingMarco Bubke2020-05-261-3/+59
| * Sqlite: Forbid double quotes which are not part of the SQL standardMarco Bubke2020-05-261-6/+9
| * Sqlite: Dont compile Utf-16 supportMarco Bubke2020-05-262-53/+0
| * Sqlite: Add null valueMarco Bubke2020-05-142-21/+128
| * Sqlite: Add check constraintMarco Bubke2020-05-141-0/+10
| * ClangPchManager: Fix testsMarco Bubke2020-05-143-16/+2
| * Sqlite: Improve constraint supportMarco Bubke2020-05-145-144/+267
| * Sqlite: Improve LastChangedRowIdMarco Bubke2020-05-141-2/+184
| * Sqlite: Add update hook and use it to get the last changed idMarco Bubke2020-05-124-0/+200
| * Sqlite: Add foreign key supportMarco Bubke2020-05-073-55/+414
* | Fix unittest build if Clang refactoring is turned off (now the default)Eike Ziller2020-06-031-5/+4