Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debugger: add autotest for synchroneous dumpers | hjk | 2009-10-29 | 1 | -106/+348 |
| | | | | QVariant, QPoint[F], QSize[F], QRect[F] | ||||
* | Debugger: Do not use C99 types for pointers in sprintf() formats. | Friedemann Kleint | 2009-10-29 | 1 | -8/+7 |
| | | | | | Pointer fit into long or long long (Win64). Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | TRK: Changed strings. | Robert Loehning | 2009-10-29 | 1 | -1/+1 |
| | | | | | | Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device. Reviewed-by: Oswald Buddenhagen | ||||
* | debugger: work on autotests | hjk | 2009-10-29 | 1 | -301/+337 |
| | |||||
* | debugger: fix the autotest fix | hjk | 2009-10-29 | 1 | -0/+1 |
| | |||||
* | debugger: work on auto tests | hjk | 2009-10-28 | 1 | -97/+118 |
| | |||||
* | Debugger: Fix gdb autotest | Friedemann Kleint | 2009-10-28 | 1 | -20/+56 |
| | |||||
* | debugger: add missing .pro file | hjk | 2009-10-27 | 2 | -1/+16 |
| | |||||
* | debugger: work on dumper autotests | hjk | 2009-10-27 | 1 | -1/+80 |
| | |||||
* | Debugger: Fix autotests on Windows | Friedemann Kleint | 2009-10-27 | 1 | -3/+9 |
| | | | | | | | | Format pointers consistently using 0x%[l]x in printf/scanf. Remove %p formatting as the existence of the prefix 0x is platform-dependent (missing with MSVC), which caused a scanf error and thus dumper crash for QAbstractItem. Reviewed-by: ck <qt-info@nokia.com> | ||||
* | Print the result of the preprocessor. | Roberto Raggi | 2009-10-27 | 1 | -2/+30 |
| | |||||
* | Removed obsoleted test. | Roberto Raggi | 2009-10-27 | 1 | -17/+2 |
| | |||||
* | Initial work on the `new' GenTemplateInstance. | Roberto Raggi | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | Autotests: Compile on Windows | Friedemann Kleint | 2009-10-26 | 3 | -2/+5 |
| | | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com> | ||||
* | Test ExpressionUnderCursor | Roberto Raggi | 2009-10-26 | 1 | -0/+21 |
| | |||||
* | Test GenTemplateInstance. | Roberto Raggi | 2009-10-26 | 1 | -0/+28 |
| | |||||
* | We expect failures in tst_Semantic::pointer_to_function_1 | Roberto Raggi | 2009-10-26 | 1 | -1/+3 |
| | |||||
* | Link with cplusplus library. | Roberto Raggi | 2009-10-26 | 6 | -13/+10 |
| | |||||
* | S60: Split up starters into a different file. | Friedemann Kleint | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Test the enclosing scope of pointer-to-function symbols. | Roberto Raggi | 2009-10-26 | 1 | -0/+20 |
| | |||||
* | S60: Add startup logic for Bluetooth to the project/run configuration | Friedemann Kleint | 2009-10-23 | 2 | -35/+70 |
| | | | | | | | Prepare trk::Launcher to deal with a shared trkdevice. Add encapsulation for the rfcomm listener process and helper classes for prompting the user to connect the Bluetooth device. Add a command line prompt to the trklauncher test. | ||||
* | debugger: more autotest work | hjk | 2009-10-23 | 1 | -278/+574 |
| | | | | | | autotest for QStack dumper custom structure array | ||||
* | Added plain-cplusplus manual test. | Roberto Raggi | 2009-10-23 | 2 | -0/+102 |
| | |||||
* | debugger: more autotests | hjk | 2009-10-21 | 1 | -23/+65 |
| | |||||
* | debugger: work on debugger autotests | hjk | 2009-10-21 | 1 | -138/+232 |
| | |||||
* | Fixed the output generated by CloneCG and VisitCG. | Roberto Raggi | 2009-10-21 | 1 | -9/+3 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;' | ||||
* | Removed obsoleted code. | Roberto Raggi | 2009-10-21 | 3 | -194/+4 |
| | |||||
* | debugger: work on autotests | hjk | 2009-10-20 | 1 | -14/+39 |
| | |||||
* | More tests for template-ids. | Roberto Raggi | 2009-10-20 | 1 | -6/+36 |
| | |||||
* | Added tests for the new regressions in the C++ parser. | Roberto Raggi | 2009-10-20 | 1 | -1/+19 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 3 | -3/+3 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Improved parsing of ambiguous statements. | Roberto Raggi | 2009-10-19 | 1 | -7/+69 |
| | | | | Done with Erik Verbruggen | ||||
* | Fix for invalid parsing of "(a)[b]", including test cases. | Erik Verbruggen | 2009-10-19 | 1 | -3/+206 |
| | |||||
* | debugger: work on test frame work for new dumpers | hjk | 2009-10-16 | 1 | -87/+157 |
| | |||||
* | Debugger: Adapt autotests to know new signals. | ck | 2009-10-14 | 1 | -9/+22 |
| | |||||
* | Debugger: Fix autotests for QAbstractItemModel & friends. | ck | 2009-10-14 | 1 | -3/+7 |
| | |||||
* | Debugger: Dumper fix. | ck | 2009-10-14 | 1 | -1/+1 |
| | | | | | | | - If NSX and NSY have quotes for the QT_NAMESPACE case, they need them for the non-namespace case too. - Dumper autotest: Replace hard-coded namespace with compile-time dynamic one. | ||||
* | Debugger: Fix QFileInfo auto test. | ck | 2009-10-14 | 1 | -3/+20 |
| | |||||
* | debugger: work on new autotests | hjk | 2009-10-14 | 1 | -17/+44 |
| | |||||
* | debugger: work on autotests | hjk | 2009-10-14 | 1 | -104/+171 |
| | |||||
* | debugger: work on dumper autotests | hjk | 2009-10-13 | 2 | -1/+2325 |
| | |||||
* | debugger: adjust dumper autotest to valuedisabled='true' -> ↵ | hjk | 2009-10-13 | 1 | -24/+25 |
| | | | | valueeditable='false' change | ||||
* | debugger: don't test json parsing as this was removed | hjk | 2009-10-13 | 1 | -1/+0 |
| | |||||
* | Get rid of tcf/json in the autotests, too. | Daniel Molkentin | 2009-10-09 | 2 | -14/+0 |
| | | | | Reviewed-By: Oswald Buddenhagen | ||||
* | Trk: Controlling Launcher using an enum. | Robert Loehning | 2009-10-05 | 1 | -3/+10 |
| | |||||
* | debugger: add a manual test case for endless recursion | hjk | 2009-10-01 | 1 | -0/+6 |
| | |||||
* | S60: Split run configurations | Friedemann Kleint | 2009-09-28 | 1 | -5/+11 |
| | | | | | creating a debug run configuration. Import the debugger into Qt4ProjectManager. | ||||
* | debugger: work on remote debugging using plain gdbserver | hjk | 2009-09-24 | 1 | -5/+6 |
| | |||||
* | Trk: Use a separate tread for writing, polish interface & trklauncher | Friedemann Kleint | 2009-09-22 | 1 | -2/+2 |
| | | | | Introduce writer thread, fix message & verbose handling. | ||||
* | Remove reference to extensionsystem test, which doesn't seem to exist. | Rohan McGovern | 2009-09-22 | 1 | -1/+0 |
| | | | | Reviewed-by: ossi |