aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/pp-engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ScopedSwap template out of pp-engine.cpp and into the utils lib.Erik Verbruggen2014-06-041-22/+4
* C++: Fix Macrouse::utf16charsBegin()Nikolai Kosjar2014-06-031-1/+2
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-37/+66
* C++/CppTools: Pass UTF-8 encoded source to LexerNikolai Kosjar2014-05-231-1/+1
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-46/+49
* C++: Use getter functions of TokenNikolai Kosjar2014-05-151-7/+7
* Fix some typosSergio Ahumada2014-03-051-3/+3
* C++: Record macro uses in #if defined(MACRO)Orgad Shaneh2014-02-271-1/+4
* C++: Fix line value for tokens generated by function-like macroOrgad Shaneh2014-02-271-1/+1
* C++: Fix handling of #undefOrgad Shaneh2014-02-271-2/+11
* C++: Fix preprocessing of uncontinued line-escapingOrgad Shaneh2014-02-241-1/+10
* C++: Preserve comments after preprocessor directivesOrgad Shaneh2014-02-241-1/+11
* Preprocessor: Adjust lines also for multiline C++ commentsOrgad Shaneh2014-02-241-1/+1
* 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