aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Squish: More output from HELP02 to investigate fails on Linux 64Robert Loehning2013-08-221-1/+1
* Squish: Evolution of tst_codepastingRobert Loehning2013-08-221-6/+3
* Squish: Fix __startDebugger__()Robert Loehning2013-08-211-6/+3
* Squish: Add test for codepastingRobert Loehning2013-08-194-1/+125
* Debugger: Adjust auto test runner to manual testing needshjk2013-08-161-10/+27
* Debugger: Implement dumper for std::unordered_{set,map}hjk2013-08-162-0/+46
* Squish: Added test for external sort toolRobert Loehning2013-08-133-1/+74
* Squish: Improve invokeMenuItem()Christian Stenger2013-08-131-3/+4
* Tests: Compile fix for dumper test using Qt4 on WinChristian Stenger2013-07-251-9/+8
* Squish: Extend version test to manualChristian Stenger2013-07-251-0/+11
* Squish: Added test for ui completionRobert Loehning2013-07-243-1/+77
* Squish: Moved code from aptw.py to build_utilsRobert Loehning2013-07-234-61/+27
* CppTools: Check if project has changed before reparsingNikolai Kosjar2013-07-221-0/+4
* Squish: Update findUnusedObjectsChristian Stenger2013-07-191-17/+20
* Squish: Test "Go to slot" in Widget DesignerRobert Loehning2013-07-175-0/+89
* Squish: Removed now unused Qt versionsRobert Loehning2013-07-161-37/+7
* Squish: Skipping 4.7 in tst_simple_analyze on all platformsRobert Loehning2013-07-151-1/+1
* Squish: Added kit "Desktop 480 GCC"Robert Loehning2013-07-155-18/+62
* Squish: Provide mappings for Squish 5 stripped down packagesChristian Stenger2013-07-151-0/+6
* Squish: Don't falsify test data if test misses to push stopRobert Loehning2013-07-124-5/+15
* Squish: Expand tests to python editorRobert Loehning2013-07-113-0/+5
* Squish: Disable tst_qml_locals if OpenGL is missingChristian Stenger2013-07-111-0/+3
* Squish: Catch possible exception in tst_CSUP01Robert Loehning2013-07-111-1/+4
* Squish: Exit tst_QMLS01 safely on failureRobert Loehning2013-07-111-2/+4
* Squish: Added test for checking localsChristian Stenger2013-07-119-7/+352
* Debugger: Make autotest work with LLDB 179.5hjk2013-07-091-1/+3
* Debugger: Fix display of default-initialized QStringRefhjk2013-07-091-2/+5
* Debugger: Fix libc++ std::{unique,shared}_ptr dumpershjk2013-07-091-3/+5
* Debugger: Split <complex.h> auto test into GDB/LLDB specifichjk2013-07-091-1/+13
* Debugger: Add facility to check float values in auto testshjk2013-07-091-13/+39
* Debugger: Improve hash "unsalting" in auto testshjk2013-07-081-12/+25
* Squish: Avoid false positive warningsChristian Stenger2013-07-082-5/+6
* C++: fix scope matching for templates in FindUsagesErik Verbruggen2013-07-081-1/+31
* Debugger: Fix LLDB display of std::array with "complex" contenthjk2013-07-081-2/+26
* Squish: Fix tst_simple_analyze on WindowsRobert Loehning2013-07-082-1/+11
* Squish: Removed pointless progressBarWait()Robert Loehning2013-07-081-1/+0
* CppRewriter: Treat libc++'s std::__1:: as std:: for debugger displayhjk2013-07-081-0/+7
* Debugger: Fix QSet dumperhjk2013-07-051-2/+2
* Squish: Handle Squish installation path with spacesRobert Loehning2013-07-041-2/+9
* Debugger: Improve QVariant dumperhjk2013-07-041-4/+8
* Remove unreachable linkRobert Loehning2013-07-041-1/+1
* Debugger: Fix Q{Size,Rect,Point}F dumpershjk2013-07-041-9/+9
* Debugger: De-const, part 2.hjk2013-07-041-0/+1
* Debugger: Ignore differences in 'const'-ness in type columnhjk2013-07-041-0/+1
* Debugger: Fix more LLDB dumpershjk2013-07-031-1/+13
* Squish: Added note about possible problems with netshRobert Loehning2013-07-031-0/+3
* Debugger: Fix a few LLDB dumpershjk2013-07-031-8/+8
* Debugger: Make more dumper work without debug infohjk2013-07-021-2/+2
* C++: Fix resolving ui_* files in CppPreprocessorNikolai Kosjar2013-07-025-0/+86
* CDB: fix breakpoint location in catch clauses.Erik Verbruggen2013-07-021-1/+29