aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qtcreatorcdbext/containers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Fix frequent typoRobert Loehning2018-10-231-1/+1
* Cdb: fix std vector dumper in non python dumperDavid Schulz2018-10-111-1/+1
* Fix compilation issues with C++17Eike Ziller2018-06-051-1/+1
* qtcreatorcdbext: Fix build with MSVC2017Friedemann Kleint2017-05-041-4/+8
* CdbExt: Add dumper support for new std containerDavid Schulz2017-02-031-2/+20
* Cdb: Optimize dump of std containerDavid Schulz2016-10-141-22/+21
* Cdb: Fix Qt4 QMap dumperDavid Schulz2016-09-151-1/+3
* Cdb: Fix QList child dumperDavid Schulz2016-09-061-9/+4
* CdbExt: Add valarray dumper.David Schulz2016-04-081-11/+27
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Cdbext: Do not sort container children.David Schulz2015-08-171-0/+1
* Revert "Cdbext: Fix compile Warning"Orgad Shaneh2015-05-221-2/+2
* Cdbext: Fix compile WarningDavid Schulz2015-05-211-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* CDB: Pass string by referenceOrgad Shaneh2014-05-201-1/+1
* CdbExt: Make max array size configurable.David Schulz2014-03-111-28/+30
* CdbExt: Fix Dumping of a list of QStringLists.David Schulz2014-03-101-1/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | CdbExt: Fix string to int for VS 2008.David Schulz2013-12-111-2/+5
* | CdbExt: Add dumper for C++11 std::array.David Schulz2013-12-091-0/+29
|/
* Cdbext: Fix QMap dumper for Qt5...David Schulz2013-07-011-4/+6
* CDB: Fix compiler warning about unsigned/signed comparisonKai Koehne2013-05-271-1/+1
* cdbext: Fix dump of 64bit integer in container.David Schulz2013-04-101-1/+8
* CDB: Dump Qt 5's QMap.Friedemann Kleint2013-02-011-68/+120
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Compile fix for WinChristian Stenger2013-01-081-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-9/+6
|/
* Adjust license headershjk2012-10-051-21/+20
* CDB: Fix STL debugger helpers for MSVC2012 beta.Friedemann Kleint2012-08-021-90/+56
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Adapt CDB debug helpers to pending container changes.Friedemann Kleint2012-04-251-5/+32
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-3/+3
* Update license.hjk2011-04-131-14/+13
* Debugger[CDB]: Fix CDB not showing QList<const char*>.Friedemann Kleint2011-03-291-1/+2
* Debugger: Documentation work on qtcreatorcdbext/Debugger.Friedemann Kleint2011-02-041-1/+2
* Debugger[CDB]: Dump QByteArray as array of unsigned chars.Friedemann Kleint2011-01-181-16/+5
* Debugger[New CDB]:Introduce watches infrastructure.Friedemann Kleint2011-01-141-21/+29
* It's 2011 now.con2011-01-121-1/+1
* Debugger[New CDB]: Fix dump recursion.Friedemann Kleint2011-01-071-2/+2
* Debugge[New CDB]: Refine Symbol qualification for containers.Friedemann Kleint2011-01-061-38/+63
* Debugger[New CDB]: Fix QList.Friedemann Kleint2011-01-051-2/+6