aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/pp-engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-031-10/+8
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-291-8/+10
* Revert "Preprocessor Enginge: fix bug in pp-engine.cpp"Nikolai Kosjar2013-11-291-1/+43
* Preprocessor Enginge: fix bug in pp-engine.cppSimon Schäfer2013-11-281-43/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-2/+2
* Fix MSVC-64 warnings about size_t -> int truncations in C++-lib.Friedemann Kleint2013-09-121-6/+6
* 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