Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Improved support for private classes. | Roberto Raggi | 2009-10-12 | 1 | -0/+15 |
| | |||||
* | Removed Scope::addUse() | Roberto Raggi | 2009-09-23 | 1 | -3/+0 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Introduced SemanticHighlighter | Roberto Raggi | 2009-07-09 | 1 | -31/+3 |
| | | | | Done with Thorbjørn Lindeijer | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | --warnings | Roberto Raggi | 2009-02-16 | 1 | -0/+3 |
| | |||||
* | Fixed two crashes with C++ engine handling | Thorbjørn Lindeijer | 2009-02-10 | 1 | -1/+1 |
| | | | | | | These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi | ||||
* | Fixes: Removed dynamic_cast from Scope. | Roberto Raggi | 2009-02-09 | 1 | -6/+24 |
| | |||||
* | Fixes: Possible crash in LookupContext. | Roberto Raggi | 2009-02-09 | 1 | -1/+3 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+310 |