Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| | | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | C++: Don't strip comments from preprocessed source code. | Christian Kamm | 2011-08-25 | 1 | -0/+1 |
| | | | | | | Change-Id: I3a4817d36b9c724abca504c42914a73f97ab34c7 Reviewed-on: http://codereview.qt.nokia.com/3480 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Add <configuration> to preprocessor | Tobias Hunger | 2010-08-27 | 1 | -0/+1 |
| | | | | | | | * This fixes export macro handling in windows which lead to Find Usages not working fully for header files on windows Done-with: Roberto Raggi | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Initial work on the new CPlusPlus::Snapshot. | Roberto Raggi | 2009-12-07 | 1 | -2/+2 |
| | | | | Encapsulate the details. | ||||
* | Removed the MacroResolver | Roberto Raggi | 2009-10-07 | 1 | -49/+0 |
| | | | | Unfortunately, the MacroResolver does not scale and we get pretty bad performances when parsing big projects. | ||||
* | Removed (unused) toplevel declaration of _translationUnit. | Roberto Raggi | 2009-10-06 | 1 | -1/+0 |
| | |||||
* | Cache the macros. | Roberto Raggi | 2009-09-30 | 1 | -33/+24 |
| | |||||
* | Implemented a simple(fast?) strategy to resolve macro references. | Roberto Raggi | 2009-09-30 | 1 | -0/+62 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Disable macro expansion when preprocessing in fast-mode. | Roberto Raggi | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | Protected the new (not yet finished) code that merge environments. | Roberto Raggi | 2009-07-01 | 1 | -0/+2 |
| | |||||
* | Merge the environment from the previous parse. | Roberto Raggi | 2009-07-01 | 1 | -0/+10 |
| | |||||
* | 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/+57 |