| Commit message (Expand) | Author | Age | Files | Lines |
| * | CPlusPlus: Drop a few simple accessor functions | hjk | 2025-06-24 | 1 | -24/+12 |
| * | CPlusPlus: Save a few cycles in Client::isInjectedFile() | hjk | 2025-06-24 | 1 | -2/+3 |
| * | CplusPlus: Code cosmetics | hjk | 2025-04-09 | 1 | -2/+1 |
| * | CppEditor: Consider #pragma once when inserting includes | Christian Kandeler | 2024-06-13 | 1 | -0/+2 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | CplusPlus: Pass FilePath to Preprocessor::run() | hjk | 2022-12-07 | 1 | -8/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Standardize on int for line and column values | hjk | 2019-07-26 | 1 | -21/+21 |
| * | Wholesale conversion to #pragma once | hjk | 2016-03-30 | 1 | -4/+1 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | C++: Pass on the byte offsets of macro arguments | Nikolai Kosjar | 2014-10-08 | 1 | -2/+14 |
| |/ |
|
| * | CppTools: Auto-include pre-compiled headers | Nikolai Kosjar | 2014-07-24 | 1 | -2/+3 |
| * | C++: Add utf16 indices to Macro and Document::MacroUse | Nikolai Kosjar | 2014-05-23 | 1 | -18/+20 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | CppTools: fix inclusion of "injected" defines. | Erik Verbruggen | 2013-10-23 | 1 | -1/+6 |
| * | C++: Untangle include file resolving from loading. | Erik Verbruggen | 2013-04-09 | 1 | -1/+1 |
| * | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -1/+2 |
| * | Fix Krazy warnings about improper include guard in CPP. | Friedemann Kleint | 2013-03-15 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/2.6' | Oswald Buddenhagen | 2013-01-31 | 1 | -1/+1 |
| |\ |
|
| | * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | | C++: add include-guard tracking. | Erik Verbruggen | 2013-01-18 | 1 | -0/+3 |
| * | | C++: pass #include_next down to CppPreprocessor::tryIncludeFile | hjk | 2013-01-11 | 1 | -1/+2 |
| |/ |
|
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | C++: Core changes in preprocessing | Leandro Melo | 2012-06-25 | 1 | -7/+6 |
| * | preprocessor: make Environment::{resolve,remove} work on ByteArrayRefs only | hjk | 2012-04-19 | 1 | -1/+1 |
| * | preprocessor: make CPlusPlus::Internal::ByteArrayRef public | hjk | 2012-04-19 | 1 | -2/+2 |
| * | preprocessor: save cycles by using ByteArrayRef | hjk | 2012-04-19 | 1 | -1/+2 |
| * | [C++] Rewrite of the preprocessor. | Erik Verbruggen | 2012-03-29 | 1 | -2/+2 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| * | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| * | Fix krazy issues: Use explicit constructors | Tobias Hunger | 2010-08-27 | 1 | -1/+1 |
| * | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| * | Track more macro uses. | Christian Kamm | 2009-09-25 | 1 | -2/+7 |
| * | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| * | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| * | Store the actual arguments of the macro expansions. | Roberto Raggi | 2009-03-04 | 1 | -2/+21 |
| * | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| * | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| * | Some more clean up in the preprocessor. | Roberto Raggi | 2008-12-22 | 1 | -0/+81 |