aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/pp-engine.h
Commit message (Expand)AuthorAgeFilesLines
* CplusPlus: Code cosmeticshjk2025-04-091-7/+6
* CppEditor: Consider #pragma once when inserting includesChristian Kandeler2024-06-131-0/+1
* CPlusPlus: Use categorized logging in lexerChristian Kandeler2023-02-201-0/+1
* CPlusPlus: Check maximum include depth in lexerChristian Kandeler2023-02-081-0/+3
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-251-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove Rreprocessor::run overload for QStringshjk2022-08-011-1/+0
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-2/+2
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* CPlusPlus: Block function-like macro name for arguments expansionIvan Donchevskii2019-01-171-1/+2
* CppTools: Cancel parsing if editor is closedNikolai Kosjar2016-07-291-0/+6
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* Don't put QString in static attributesAleix Pol2015-10-091-1/+1
* C++: Fix preprocessing of comments within function-like macroOrgad Shaneh2015-03-131-0/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-2/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* 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