Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -0/+19 |
| | |||||
* | Initialize _isInterface of ObjCClass | Roberto Raggi | 2009-10-21 | 1 | -0/+1 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -2/+2 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Added protocol & class definedness checks, and added property attribute checks. | Erik Verbruggen | 2009-10-05 | 1 | -0/+26 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | Erik Verbruggen | 2009-09-28 | 1 | -0/+6 |
|\ | |||||
| * | Added the `isVirtual' attribute to Function. | Roberto Raggi | 2009-09-25 | 1 | -0/+6 |
| | | |||||
* | | Added type declarations for forward declared ObjC protocols and classes. | Erik Verbruggen | 2009-09-28 | 1 | -3/+42 |
|/ | |||||
* | Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵ | Roberto Raggi | 2009-08-26 | 1 | -32/+34 |
| | | | | using template members. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed semantic checks for Objective-C methods and fast-enumeration. | Erik Verbruggen | 2009-08-05 | 1 | -1/+92 |
| | |||||
* | Cleaned the ObjC AST up. | Erik Verbruggen | 2009-08-05 | 1 | -34/+2 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -15/+15 |
| | | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid. | ||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -0/+134 |
| | |||||
* | Initial work on smart highlight of local symbols. For-statements and symbols ↵ | Roberto Raggi | 2009-06-25 | 1 | -1/+7 |
| | | | | genarated from a macro expansion are not yet highlighted. | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removed hidden function declarations from the overloaded function set. | Roberto Raggi | 2009-05-19 | 1 | -0/+5 |
| | |||||
* | Moved some complicated checks into convenience functions | Thorbjørn Lindeijer | 2009-03-26 | 1 | -0/+12 |
| | |||||
* | Don't insert `(' when completing ambiguous symbols. | Roberto Raggi | 2009-03-17 | 1 | -0/+6 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 1 | -0/+47 |
| | |||||
* | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 1 | -4/+4 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+484 |