Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Recognize C++0x decltype. | Roberto Raggi | 2010-03-24 | 1 | -1/+18 |
| | |||||
* | Recognize C++0x lambda expressions. | Roberto Raggi | 2010-03-24 | 1 | -31/+31 |
| | |||||
* | Parse and create AST nodes for the Q_MOC_RUN extensions. | Roberto Raggi | 2010-03-17 | 1 | -2/+124 |
| | |||||
* | Added parser support for Q_INTERFACES. | Erik Verbruggen | 2010-03-17 | 1 | -1/+26 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed pre-processor handling for Q_PROPERTY, Q_ENUMS and Q_FLAGS. | Erik Verbruggen | 2010-02-22 | 1 | -6/+6 |
| | |||||
* | Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it. | Erik Verbruggen | 2010-02-08 | 1 | -36/+0 |
| | |||||
* | Reworked parts of the QtPropertyDeclaration parsing and handling. | Erik Verbruggen | 2010-02-07 | 1 | -10/+0 |
| | |||||
* | Merge ichecker branch changes into the mainline. New project can be found ↵ | Wolfgang Beck | 2010-01-19 | 1 | -0/+112 |
| | | | | under src/tools/ICheck | ||||
* | Inital support for Q_D/Q_Q declarations. | Roberto Raggi | 2009-11-30 | 1 | -1/+11 |
| | |||||
* | 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. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Made foreach a keyword when parsing with qtMocRun | Roberto Raggi | 2009-07-03 | 1 | -0/+15 |
| | |||||
* | Introduced ForeachStatementAST and the bits to parse foreach statements when ↵ | Roberto Raggi | 2009-07-03 | 1 | -4/+18 |
| | | | | qtMocRun is enabled. | ||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Added support for Q_SIGNAL and Q_SLOT. | Roberto Raggi | 2009-03-25 | 1 | -0/+30 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+1348 |