aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Fix compile for -no-webkitdt2009-11-042-3/+3
* Fix memory leak in welcome plugin and right hand side panedt2009-11-042-5/+5
* Accepts `$' as valid character when recognizing identifiers.Roberto Raggi2009-11-041-3/+3
* Parse ASM specifiers after declarators.Roberto Raggi2009-11-041-0/+8
* S60: Increase timeout for TRK prompt.Friedemann Kleint2009-10-301-1/+1
* Trk: Added i18n in Session::deviceDescription()Robert Loehning2009-10-301-19/+43
* TRK: Changed strings.Robert Loehning2009-10-293-6/+6
* S60: Provide a message box prompting to start TRKFriedemann Kleint2009-10-292-12/+63
* Process exception declarations.Roberto Raggi2009-10-281-1/+22
* Set the `virtual' attribute of a function definition.Roberto Raggi2009-10-271-1/+2
* Introduced FullySpecifiedType::copySpecifiers()Roberto Raggi2009-10-272-0/+21
* Set the `virtual' attribute.Roberto Raggi2009-10-271-0/+1
* Autotests: Compile on WindowsFriedemann Kleint2009-10-261-0/+2
* S60: Provide a MessageBox for starting serial communication as well.Friedemann Kleint2009-10-265-85/+170
* Fixed the #include directive.Roberto Raggi2009-10-261-2/+1
* S60: Split up starters into a different file.Friedemann Kleint2009-10-266-280/+358
* Fixed use of uninitialized/unallocated object.Erik Verbruggen2009-10-261-0/+1
* Fix compilation on WindowsFriedemann Kleint2009-10-231-3/+25
* S60: Add startup logic for Bluetooth to the project/run configurationFriedemann Kleint2009-10-237-44/+789
* debugger: first shot at supporting qfDllInfo (only present in 6.4 symbianelf)hjk2009-10-231-1/+1
* Trk: Checking for NULL-pointers.Robert Loehning2009-10-231-2/+4
* Return the cached AST node.Roberto Raggi2009-10-231-1/+2
* Use memoization to reduce the backtracking when parsing template arguments.Roberto Raggi2009-10-232-3/+36
* Released the memory allocated in the memory pool when backtracking from Parse...Roberto Raggi2009-10-224-0/+64
* S60: Introduce a communications device type.Friedemann Kleint2009-10-221-1/+1
* Initialize _isInterface of ObjCClassRoberto Raggi2009-10-211-0/+1
* Initialize the members of List<T>Roberto Raggi2009-10-211-0/+1
* Removed unused member _pool in LiteralTable.Roberto Raggi2009-10-211-2/+0
* S60: Use a DetailsWidget for the run configuration widgets, add infoFriedemann Kleint2009-10-215-38/+145
* Trk: Added preventive disconnects.Robert Loehning2009-10-201-0/+1
* Regenerated the AST cloner.Roberto Raggi2009-10-201-19/+63
* Compile fix in Parser.cppRobert Loehning2009-10-201-0/+1
* Reduce backtracking when parsing ambiguous name ids.Roberto Raggi2009-10-201-15/+38
* Check the lookahead token before to start the parse of core-postfix expressions.Roberto Raggi2009-10-201-8/+17
* Added debug helpersRoberto Raggi2009-10-201-0/+184
* Fixed use of uninitialized Control.Erik Verbruggen2009-10-201-11/+13
* Changed ObjC context keyword comparison to use identifiers.Erik Verbruggen2009-10-203-10/+61
* Check for valid decl_specifier_seq when parsing declaration statements.Roberto Raggi2009-10-201-0/+8
* Removed unused method Parser::maybeSimpleExpression()Roberto Raggi2009-10-202-13/+0
* Removed unused method Parser::maybeFunctionCall()Roberto Raggi2009-10-202-39/+0
* Cleanup the C++ front-end.Roberto Raggi2009-10-2068-234/+212
* Trk: Ensure proper connecting and disconnecting.Robert Loehning2009-10-192-15/+50
* Improved parsing of ambiguous statements.Roberto Raggi2009-10-192-12/+96
* Fix for invalid parsing of "(a)[b]", including test cases.Erik Verbruggen2009-10-191-9/+29
* Trk: Cleaned up waiting for finishing.Robert Loehning2009-10-162-9/+2
* Trk: Changed Launcher::handleResult so it can be used for running various pro...Robert Loehning2009-10-161-4/+7
* Trk: Some minor code improvementsRobert Loehning2009-10-131-11/+11
* Check the scope of class and fwd-class declarationsRoberto Raggi2009-10-132-0/+10
* Improved support for private classes.Roberto Raggi2009-10-122-0/+16
* Fixed transient compile failure with highly parallel jom.Rohan McGovern2009-10-123-0/+3