aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/pp-engine.h
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix preprocessor blocked macro bug.Erik Verbruggen2013-06-111-2/+1
* C++: do not strip trailing newlines in the preprocessor output.Erik Verbruggen2013-05-301-1/+0
* C++: Use more direct approach to recognize special Qt tokenshjk2013-04-191-3/+0
* C++: Streamline preprocessor expansion buffer handlinghjk2013-04-161-6/+9
* C++: Preprocessor output buffer is always presenthjk2013-04-161-2/+2
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-2/+3
* Reduce padding in often-used structsTobias Hunger2013-02-211-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-4/+60
* | C++: pass #include_next down to CppPreprocessor::tryIncludeFilehjk2013-01-111-1/+1
* | C++: Remove hard-coded configuration file name.Erik Verbruggen2012-12-041-0/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* C++: Expand object-like macros in fast preprocessing mode again.Christian Kamm2012-08-071-3/+3
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Core changes in preprocessingLeandro Melo2012-06-251-27/+38
* C++: Fix macro uses line infoLeandro Melo2012-06-011-1/+2
* C++: Fix argument tracking in macro expansionLeandro Melo2012-05-231-2/+7
* CPlusPlus: Removed two unused member variablesThorbjørn Lindeijer2012-05-021-3/+0
* preprocessor: rename operator() into run.hjk2012-04-191-2/+2
* preprocessor: don't store original sources, it's never accessed againhjk2012-04-191-0/+2
* preprocessor: inline state setuphjk2012-04-191-2/+0
* preprocessor: the state stack seems unused. remove it.hjk2012-04-191-5/+0
* preprocessor: make Preprocessor::preprocess privatehjk2012-04-191-4/+4
* preprocessor: remove unused Preprocessor::string functionhjk2012-04-191-2/+0
* preprocessor: make CPlusPlus::Internal::ByteArrayRef publichjk2012-04-191-2/+2
* preprocessor: don't create temporary bytearray objects to handle commashjk2012-04-181-1/+1
* [C++] Robustness fix for boost's preprocessor/seq/fold_right.hpp.Erik Verbruggen2012-03-301-0/+4
* [C++] Always output a #line as first line of the pp output.Erik Verbruggen2012-03-301-0/+2
* [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-97/+82
* Preprocessor: fix line for generated code.Francois Ferrand2012-03-191-1/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++ preprocessor: Fix multiline tokens in ifdef'ed out blocks.Christian Kamm2011-08-311-0/+3
* C++: Don't strip comments from preprocessed source code.Christian Kamm2011-08-251-0/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Long live the king!hjk2010-03-051-1/+1
* Fixed: Wrong usage highlighting if function's argument list contains comment.Roberto Raggi2010-03-031-0/+1
* Renamed Preprocessor::_true_testRoberto Raggi2009-10-211-1/+1
* Use bit vectors to store the preprocessor's state.Roberto Raggi2009-10-211-2/+3
* long live the kinghjk2009-08-141-1/+1
* Disable macro expansion when preprocessing in fast-mode.Roberto Raggi2009-07-061-0/+4
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-6/+8
* Store the encoded file name in a QString.Roberto Raggi2009-05-271-2/+2
* Refactored a bit the preprocessor so we can use it to generate file dependenc...Roberto Raggi2009-05-131-4/+8
* Mark the generated regions of text.Roberto Raggi2009-03-041-1/+4