summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* 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
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-194-2/+143
* Move the textual simplification of container type to debugger againhjk2014-01-082-228/+0
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0864-64/+64
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0864-64/+64
* | TypeRewriter: Handle rvalue references correctlyDaniel Teske2014-01-032-2/+2
|/
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-032-17/+8
* CPlusPlus: Remove unneeded declarationshjk2013-12-021-3/+0
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-292-8/+17
* 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
* TypePrettyPrinter; Add space to default parameter formattingDaniel Teske2013-11-261-1/+1
* Braces cleanupOrgad Shaneh2013-11-142-8/+4
* C++: Remember the class a ClassOrNamespace is based onNikolai Kosjar2013-11-122-8/+22
* CppTools: fix inclusion of "injected" defines.Erik Verbruggen2013-10-232-2/+11
* C++: Limit typedef resolving depthNikolai Kosjar2013-10-181-27/+6
* CppEditor: Fix crash in CompleteSwitchCaseStatementNikolai Kosjar2013-10-171-0/+4
* C++: fix endless loop during template instantiationPrzemyslaw Gorszkowski2013-10-171-0/+26
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-154-58/+28
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-102-3/+3
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* CPlusPlus: Remove unneeded utf-8 roundtrip.hjk2013-10-071-0/+1
* CPlusPlus: Make Environment::hashCode more local.hjk2013-10-072-25/+17
* C++: Only parse with appropriate defines for open editors.Erik Verbruggen2013-10-012-3/+7
* C++: fix typoJoerg Bornemann2013-09-271-1/+1
* C++: fix multi-byte character handling in input.Erik Verbruggen2013-09-231-1/+15
* C++: fix ResolveExpression for string literalsJoerg Bornemann2013-09-171-2/+18
* Fix MSVC-64 warnings about size_t -> int truncations in C++-lib.Friedemann Kleint2013-09-122-7/+7
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-114-4/+5
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-271-1/+1
|\
| * C++: Fix crash in LookupContext::lookupType()Nikolai Kosjar2013-08-231-1/+1
* | CppTools: CppPreprocessor: Track also unresolved includesNikolai Kosjar2013-08-226-12/+21
* | Qbs project files: Use groups wherever applicable.Christian Kandeler2013-08-211-82/+62
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-212-1/+41
|\ \ | |/
| * C++: Fix crash in typedef resolvingNikolai Kosjar2013-08-161-1/+3
| * CppRewriter: Replace std::__debug with std:: when beautifing typeshjk2013-08-161-0/+1
| * Debugger: Implement dumper for std::unordered_{set,map}hjk2013-08-161-0/+37
* | C++: fix matching type with using from other namespacePrzemyslaw Gorszkowski2013-08-201-2/+7
* | C++: fix auto completion for template parametersPrzemyslaw Gorszkowski2013-08-052-32/+86
* | Merge remote-tracking branch 'origin/2.8' into HEADEike Ziller2013-07-184-50/+51
|\ \ | |/
| * Doc: move docs from h files to cpp filesLeena Miettinen2013-07-184-50/+51
* | Fix coding style for else statementsOrgad Shaneh2013-07-179-41/+33
* | C++: Fix names of functions dealing with enclosing scopesNikolai Kosjar2013-07-163-5/+5
* | C++: fix local types and membersPrzemyslaw Gorszkowski2013-07-121-0/+9