summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/pp-engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style for else statementsOrgad Shaneh2013-07-171-9/+6
* C++: Fix preprocessor blocked macro bug.Erik Verbruggen2013-06-111-9/+5
* C++: fix Q_CREATOR_RUN macro handlingErik Verbruggen2013-06-031-4/+0
* C++: do not strip trailing newlines in the preprocessor output.Erik Verbruggen2013-05-301-15/+0
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-301-0/+2
|\
| * C++: fix handling of empty va_args macro arguments.Francois Ferrand2013-04-291-0/+2
* | C++: Use more direct approach to recognize special Qt tokenshjk2013-04-191-49/+59
* | C++: Streamline preprocessor expansion buffer handlinghjk2013-04-161-46/+19
* | C++: Preprocessor output buffer is always presenthjk2013-04-161-37/+29
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-081-0/+1
|\ \ | |/
| * C++: pre-allocate the output buffer.Erik Verbruggen2013-04-081-0/+1
* | fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-5/+5
|/
* Fix warnings introduced by reordering member variablesTobias Hunger2013-02-221-2/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: add include-guard tracking.Erik Verbruggen2013-01-181-36/+137
* | C++: fix macro calls with comment before argumentsFrancois Ferrand2013-01-181-0/+7
* | C++: Small fixes to the token buffer.Erik Verbruggen2013-01-111-8/+25
* | C++: pass #include_next down to CppPreprocessor::tryIncludeFilehjk2013-01-111-4/+7
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
* | Faster macro expansion.hjk2012-12-201-20/+17
* | C++: Remove hard-coded configuration file name.Erik Verbruggen2012-12-041-1/+3
|/
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-0/+3
* Adjust license headershjk2012-10-051-21/+20
* C++: Fix memory leak in preprocessor.Nikolai Kosjar2012-09-191-0/+2
* C++: Fine tune behavior of "expand macros" flagLeandro Melo2012-09-111-1/+4
* C++: Discard comments in macro definitionsLeandro Melo2012-09-051-1/+3
* C++: Always skip unknown preprocessor "directives"Leandro Melo2012-08-291-2/+2
* C++: Handle C++ style comments in macro expansionLeandro Melo2012-08-231-1/+15
* C++: Take multiline strings into account when preprocessingLeandro Melo2012-08-231-4/+4
* C++: Fix line number information after multiline comments.Christian Kamm2012-08-071-2/+8
* C++: Expand object-like macros in fast preprocessing mode again.Christian Kamm2012-08-071-8/+8
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Parse emit/Q_EMIT properlyLeandro Melo2012-06-281-0/+4
* C++: Core changes in preprocessingLeandro Melo2012-06-251-211/+499
* C++: Better handling of arg count mismatch in macrosLeandro Melo2012-06-191-8/+19
* C++: Track macro argument reference even when emptyLeandro Melo2012-06-121-6/+10
* C++: Also expand first token after macro defineLeandro Melo2012-06-051-4/+10
* C++: Fix macro uses line infoLeandro Melo2012-06-011-12/+29
* preprocessor: do not loop endlessly on incomplete expressionshjk2012-05-301-6/+6
* C++: Fix argument tracking in macro expansionLeandro Melo2012-05-231-31/+61
* Fix ICC warnings about commas at the end of enumsThiago Macieira2012-05-231-1/+1
* preprocessor: concatenate tokens need to preserve previous whitespacehjk2012-05-021-1/+3
* preprocessor: swallow ) after defined(...hjk2012-04-251-1/+7
* Fix out-of-memory crash when indenting generated tokens.Erik Verbruggen2012-04-231-7/+15
* Code clean-up.Erik Verbruggen2012-04-221-4/+5
* preprocessor: rename operator() into run.hjk2012-04-191-8/+6
* preprocessor: don't store original sources, it's never accessed againhjk2012-04-191-3/+0
* preprocessor: do not expand macros when checking defined(...)hjk2012-04-191-2/+2