aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/simplifytype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace some QRegExp with QRegularExpressionChristian Stenger2020-06-191-65/+67
* Debugger: Simplify 'long long int' to 'long long' in displayhjk2020-04-281-0/+1
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-46/+46
* Debugger: Simplify 'short int' to 'short' in type displayshjk2018-10-121-0/+2
* Debugger: ModernizeAlessandro Portale2018-07-251-1/+1
* Debugger: Add dumper for unordered_multi(set/map)David Schulz2017-02-011-4/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Fix std::string display for GCC 5.xhjk2015-11-061-0/+1
* Debugger: Handle char const* and const char* the same in typeshjk2015-04-151-0/+4
* Debugger: Improve normalization of types containing pointershjk2015-04-141-1/+4
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Debugger: Add boost::unordered_set dumperhjk2014-08-291-0/+8
|/
* Debugger: Make a few more GDB tests pass on Machjk2014-01-311-0/+2
* Debugger: Split type simplification into file of its ownhjk2014-01-151-0/+301