Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Fixed header protection. | Roberto Raggi | 2010-05-28 | 1 | -3/+3 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed the MacroResolver | Roberto Raggi | 2009-10-07 | 1 | -16/+0 |
| | | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects. | ||||
* | Cache the macros. | Roberto Raggi | 2009-09-30 | 1 | -5/+4 |
| | |||||
* | Implemented a simple(fast?) strategy to resolve macro references. | Roberto Raggi | 2009-09-30 | 1 | -0/+19 |
| | |||||
* | Track more macro uses. | Christian Kamm | 2009-09-25 | 1 | -0/+4 |
| | | | | | | | | | | | | In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Merge the environment from the previous parse. | Roberto Raggi | 2009-07-01 | 1 | -2/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Keep the original encoded text around while preprocessing. | Roberto Raggi | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Introduced CPlusPlus::FastPreprocessor. | Roberto Raggi | 2009-06-03 | 1 | -0/+75 |