aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix compile for Qt5.6Christian Stenger2018-02-011-1/+1
* Environment.constFind added testNikita Baryshnikov2018-02-011-0/+37
* Debugger: Add the ability to auto-test expression evaluationhjk2018-01-311-9/+24
* Timeline: Use some better number typesUlf Hermann2018-01-161-2/+2
* Settingsaccessor: Extract file access and error reportingTobias Hunger2018-01-151-9/+7
* Debugger: Add some simple dumper for std::functionhjk2018-01-051-0/+11
* Merge remote-tracking branch 'origin/4.5'Oswald Buddenhagen2017-12-212-3/+3
|\
| * Tests: Fix qml import checkChristian Stenger2017-12-191-2/+1
| * Debugger: improve symbol lookup times for cdbDavid Schulz2017-12-131-1/+2
* | Utils::transform: Add support for various map types as resultEike Ziller2017-12-201-0/+65
* | Utils::transform: Support containers without reserve()Eike Ziller2017-12-201-2/+34
* | Utils: Converter to raw pointer and referencesMarco Bubke2017-12-201-0/+53
* | Utils::transform: Allow usage with non-const source containersEike Ziller2017-12-191-0/+31
* | Tests: Fix compile with MSVC2015Christian Stenger2017-12-131-2/+2
* | Support specifying complete result type in Utils::transformEike Ziller2017-12-121-4/+62
* | Simplify transform and add support for more input container typesEike Ziller2017-12-071-0/+13
* | Debugger: Add test for new Debian gdb version stringhjk2017-12-061-0/+4
* | Utils: Clean up Utils::findOr and Utils::findOrDefaultTobias Hunger2017-12-011-1/+18
* | Utils: Support more containers with Utils::transformTobias Hunger2017-12-011-0/+73
* | Utils: Improve Utils::containsTobias Hunger2017-12-011-0/+12
* | Utils: Implement more Utils::anyOf variationsTobias Hunger2017-12-011-0/+24
* | SettingsAccessor: Add setters to VersionUpgraderTobias Hunger2017-11-301-7/+4
* | Tests: Fix compile on Windows and LinuxChristian Stenger2017-11-301-4/+6
* | Add missing include to algorithm testEike Ziller2017-11-291-3/+4
* | Algorithm: Support std::vector<std::unique_ptr> with contains and findOrEike Ziller2017-11-291-0/+63
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-291-1/+1
|\|
| * Tests: Disable test for LLDBChristian Stenger2017-11-271-1/+1
* | Tests: Fix compile on Linux and WindowsChristian Stenger2017-11-281-2/+3
* | Utils: Make algorithms take more containersTobias Hunger2017-11-271-0/+14
* | Tests: Fix compile with Qt5.6 + gcc4.9Christian Stenger2017-11-221-5/+5
* | SettingsAccessor: Do not hard-code document typeTobias Hunger2017-11-221-1/+1
* | SettingsAccessor: Add tests to save/load valuesTobias Hunger2017-11-221-6/+80
* | SettingsAccessor: Use optional as return value of findIssuesTobias Hunger2017-11-221-24/+12
* | SettingsAccessor: Add tests for findIssuesTobias Hunger2017-11-221-0/+86
* | SettingsAccessor: Add methods to upgrade to a specific versionTobias Hunger2017-11-221-6/+58
* | SettingsAccessor: Do not change data on invalid upgrade attemptsTobias Hunger2017-11-221-30/+6
* | SettingsAccessor: Add tests for version upgradingTobias Hunger2017-11-221-0/+143
* | SettingsAccessor: Improve SettingsAccessor::isBetterMatchTobias Hunger2017-11-221-5/+22
* | SettingsAccessor: Add test for version upgrader registrationTobias Hunger2017-11-221-27/+153
* | Fix qbs build due to duplicated product namesNikolai Kosjar2017-11-211-1/+1
* | SettingsAccessor: Add testTobias Hunger2017-11-205-0/+163
* | Merge remote-tracking branch 'origin/4.5'Orgad Shaneh2017-11-111-2/+19
|\|
| * Debugger: Add one more enum dumper autotesthjk2017-11-101-0/+16
| * Debugger: Fix autotests with Qt 5.10hjk2017-11-101-2/+3
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-091-1/+1
|\|
| * Test: Fix typoChristian Stenger2017-11-081-1/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-071-2/+2
|\|
| * DumperTest: Fix compile failure for gcc4.9Christian Stenger2017-11-071-2/+2
* | FuzzyMatcher: Improve tests readabilityOrgad Shaneh2017-11-041-26/+24
* | FuzzyMatcher: Improve wildcard matchingOrgad Shaneh2017-11-041-2/+2