aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-0/+1
* C++: Support pretty printing of template enclosing scopeOrgad Shaneh2016-08-193-2/+22
* CppTools: Cancel parsing if editor is closedNikolai Kosjar2016-07-292-0/+14
* C++: Add support of ref-qualifier for functions.Dmitry Ashkadov2016-06-222-0/+12
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-212-10/+12
* qbs build: Final steps to support building plugins "out of source".Christian Kandeler2016-06-151-124/+132
* CPP: Remove unused function.David Schulz2016-05-261-13/+0
* C++: Improve automatic quoting magic.David Schulz2016-05-251-3/+16
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-252-24/+54
* C++: optimize paragraph insertion.David Schulz2016-05-201-12/+2
* Remove duplicated code from c++ and glsl completer.David Schulz2016-05-202-8/+117
* CppEditor: Simplify insert matching characters.David Schulz2016-05-201-59/+61
* CPlusPlus: fix gcc warningNikita Baryshnikov2016-05-131-2/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-032-5/+20
|\
| * C++: Handle invalid indices in OverviewModelNikolai Kosjar2016-04-281-1/+6
| * C++: Guard against parent binding loopNikolai Kosjar2016-04-271-4/+14
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-1260-151/+218
|\|
| * cplusplus.qbs Remove image files entriesAlessandro Portale2016-04-111-24/+0
| * CPlusPlus: New code model iconsAlessandro Portale2016-04-1156-39/+136
| * cplusplus: Make functions of Icons staticAlessandro Portale2016-04-064-111/+105
* | Wholesale conversion to #pragma oncehjk2016-03-3034-137/+34
|/
* C++: fix trigraph parsing in macros.Francois Ferrand2016-03-081-1/+20
* CppEditor: Generate doxygen comments for functions with macrosNikolai Kosjar2016-03-044-7/+40
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1965-1088/+807
* C++: Add missing includesNikolai Kosjar2015-11-261-0/+1
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-1916-1173/+1614
* C++: Limit template instantiation depthOrgad Shaneh2015-11-122-0/+7
* Don't put QString in static attributesAleix Pol2015-10-092-3/+3
* C++: Support noexcept operatorClaus Steuer2015-10-032-0/+7
* C++: Revert problematic template specialization changesNikolai Kosjar2015-09-101-80/+51
* C++: Fix MSVC assert in std::isspace()Nikolai Kosjar2015-09-021-1/+1
* C++: Fix expensive lookup for boostNikolai Kosjar2015-08-211-4/+2
* C++: Fix potential crashOrgad Shaneh2015-08-031-6/+10
* C++: Fix crash in template argument resolvingOrgad Shaneh2015-08-031-2/+3
* C++: Do not let ASTPath calculate line/column for generated tokensNikolai Kosjar2015-07-312-3/+28
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-035-0/+0
* C++: Cleanup LookupContextOrgad Shaneh2015-07-011-252/+114
* C++: Ignore explicit template instantiationsOrgad Shaneh2015-06-292-0/+7
* C++: Resolve function-scope typedef inside lambdaOrgad Shaneh2015-06-291-0/+7
* C++: Fix resolving of using in enclosing scopeOrgad Shaneh2015-06-291-1/+1
* Add icons for static fields and functions.Alexander Izmailov2015-06-2210-10/+47
* Introduce dragging for all explorer nodes.Jochen Becher2015-06-151-3/+3
* C++: Support default template argument lookup for specializationOrgad Shaneh2015-06-092-40/+61
* C++: Remove scope argument from initializeSubstOrgad Shaneh2015-06-092-6/+4
* C++: Improve accuracy in findSpecializationOrgad Shaneh2015-06-091-34/+53
* CppTools: Fix highlighting and follow for template using argumentOrgad Shaneh2015-06-091-1/+1
* C++: Unindent findSpecializationOrgad Shaneh2015-06-091-38/+36
* C++: Add some debug output for specialization choosingOrgad Shaneh2015-06-091-4/+8
* C++: Fix resolving of templated partial specializationOrgad Shaneh2015-06-041-0/+7
* C++: Fix resolving of partial specializationOrgad Shaneh2015-06-041-0/+3