Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source update. | Wolfgang Beck | 2010-02-03 | 1 | -0/+11 |
| | |||||
* | Access the method insert() using its fully qualified name. | Roberto Raggi | 2010-01-14 | 1 | -1/+2 |
| | |||||
* | Introduced TypenameArgument. | Roberto Raggi | 2009-12-08 | 1 | -0/+11 |
| | |||||
* | Store the names in a set. | Roberto Raggi | 2009-12-01 | 1 | -151/+94 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -84/+83 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -37/+37 |
| | |||||
* | Store the types in a set. | Roberto Raggi | 2009-11-30 | 1 | -82/+95 |
| | |||||
* | Removed the usage of CPlusPlus::Array<T> | Roberto Raggi | 2009-11-30 | 1 | -12/+16 |
| | |||||
* | Store all the symbols in one big list. | Roberto Raggi | 2009-11-23 | 1 | -68/+21 |
| | |||||
* | Use Array<T> instead of std::vector. | Roberto Raggi | 2009-11-23 | 1 | -19/+19 |
| | |||||
* | Don't use std::map to store types. | Roberto Raggi | 2009-11-23 | 1 | -106/+94 |
| | |||||
* | Introduced type matchers. | Roberto Raggi | 2009-11-23 | 1 | -5/+3 |
| | |||||
* | Pass the fully specified type as const reference. | Roberto Raggi | 2009-11-17 | 1 | -9/+9 |
| | |||||
* | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -0/+12 |
| | |||||
* | Fixed use of uninitialized Control. | Erik Verbruggen | 2009-10-20 | 1 | -11/+13 |
| | |||||
* | Changed ObjC context keyword comparison to use identifiers. | Erik Verbruggen | 2009-10-20 | 1 | -1/+42 |
| | |||||
* | 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. | ||||
* | Removed the MacroResolver | Roberto Raggi | 2009-10-07 | 1 | -14/+1 |
| | | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects. | ||||
* | Added protocol & class definedness checks, and added property attribute checks. | Erik Verbruggen | 2009-10-05 | 1 | -0/+24 |
| | |||||
* | Introduced MacroResolver. | Roberto Raggi | 2009-09-30 | 1 | -1/+15 |
| | |||||
* | Introduced LiteralTable::findLiteral() and Control::findIdentifier() | Roberto Raggi | 2009-09-23 | 1 | -0/+3 |
| | |||||
* | 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 | -0/+12 |
| | |||||
* | Added Semantic checks for ObjC methods. | Erik Verbruggen | 2009-07-31 | 1 | -0/+40 |
| | |||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -0/+47 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Removed the filename literals. | Roberto Raggi | 2009-06-15 | 1 | -22/+0 |
| | |||||
* | Introduced iterators for the c++ literals. | Roberto Raggi | 2009-06-05 | 1 | -0/+18 |
| | |||||
* | 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/+15 |
| | |||||
* | More annotations. | Roberto Raggi | 2009-02-09 | 1 | -1/+0 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+636 |