| Commit message (Expand) | Author | Age | Files | Lines |
| * | LookupContext: Replace QSharedPointer with std::shared_ptr | Jarek Kobus | 2024-02-06 | 1 | -6/+7 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | CPlusPlus: Limit the usage of qMakePair | Jarek Kobus | 2022-10-04 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | C++: fix built-in code model to work with shared_ptr on MSVC 2017 | Volodymyr Zibarov | 2020-05-29 | 1 | -5/+5 |
| * | Some clang-tidy -use-modernize-nullptr | hjk | 2019-08-01 | 1 | -2/+2 |
| * | Standardize on int for line and column values | hjk | 2019-07-26 | 1 | -4/+4 |
| * | Prefer using 'override' instead of 'virtual' | Alessandro Portale | 2018-07-11 | 1 | -25/+25 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | C++: Revert lookup to 3.4.2 | Nikolai Kosjar | 2015-11-19 | 1 | -0/+430 |
| * | C++: Remove DeprecatedGenTemplateInstance | Orgad Shaneh | 2015-04-20 | 1 | -430/+0 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | C++: Get rid of {Name,Type}::isEqualTo() | Nikolai Kosjar | 2014-05-23 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/3.0' | Eike Ziller | 2014-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | | TypeRewriter: Handle rvalue references correctly | Daniel Teske | 2014-01-03 | 1 | -1/+1 |
| |/ |
|
| * | Fix coding style for else statements | Orgad Shaneh | 2013-07-17 | 1 | -1/+1 |
| * | C++: Fix names of functions dealing with enclosing scopes | Nikolai Kosjar | 2013-07-16 | 1 | -1/+1 |
| * | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -6/+6 |
| * | C++: use argumentCount in loops in initializer. | Erik Verbruggen | 2013-03-15 | 1 | -1/+1 |
| * | 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++: Fix code compl. for instantiation of template specialization | Przemyslaw Gorszkowski | 2013-01-30 | 1 | -2/+5 |
| * | | CppEditor: remove operator() overloads from OverView | hjk | 2012-10-17 | 1 | -4/+4 |
| |/ |
|
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Merge remote-tracking branch 'origin/2.6' | Eike Ziller | 2012-08-23 | 1 | -2/+1 |
| |\ |
|
| | * | Remove some unused member variables | Tobias Hunger | 2012-08-22 | 1 | -2/+1 |
| * | | Added support for override/final and enum classes | Sergey Shambir | 2012-07-30 | 1 | -0/+2 |
| |/ |
|
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 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 |
| * | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 1 | -5/+4 |
| * | Renamed Symbol::scope() to Symbol::enclosingScope(). | Roberto Raggi | 2010-08-26 | 1 | -1/+1 |
| * | Enabled the template instantiation. | Roberto Raggi | 2010-08-11 | 1 | -6/+3 |
| * | Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control. | Roberto Raggi | 2010-08-11 | 1 | -2/+2 |
| * | Removed TemplateParameters. | Roberto Raggi | 2010-08-11 | 1 | -1/+3 |
| * | Merged ScopedSymbol and Scope. | Roberto Raggi | 2010-08-11 | 1 | -1/+1 |
| * | Refactored CPlusPlus::Function. | Roberto Raggi | 2010-08-05 | 1 | -1/+1 |
| * | Recursive definition of CPlusPlus::QualifiedNameId. | Roberto Raggi | 2010-07-12 | 1 | -16/+37 |
| * | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 1 | -3/+4 |
| * | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -0/+405 |