Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Made template argument classes final.Sergey Prigogin2-2/+2
2016-11-15Bug 507511 - Template function resolution problem when using indexSergey Prigogin2-1/+43
2016-11-14Bug 497166: Support the user using the 'run' command in the gdb consoleMarc Khouzam3-2/+106
2016-11-14Adding API filter for default methodMarc Khouzam1-0/+6
2016-11-11Implement Qt build tab for the launch config dialog.Doug Schaefer6-6/+85
2016-11-11Bug 507148. Fixed opening/switching to editor.Dominic Scharfe1-1/+1
2016-11-04Bug 506170 - Compute correct associated namespaces for enumeration typeNathan Ridge2-8/+47
2016-11-04Bug 506170 - Evaluation of dependent conditional expressionNathan Ridge2-1/+20
2016-11-02Fix no binaries issue with Core Build.Doug Schaefer3-15/+27
2016-10-31Revert "Bug 483602 - Implement deletion of elements from Outline view"Sergey Prigogin6-89/+2
2016-10-31Update plugin version and fix @since tagMarc Khouzam3-4/+4
2016-10-30Bug 483602 - Implement deletion of elements from Outline viewljyanesm6-2/+89
2016-10-29Bug 506728 - Ref-qualified conversion operatorNathan Ridge2-2/+22
2016-10-28Cosmetics.Sergey Prigogin3-43/+12
2016-10-28Bug 506668 - Name resolution problem with namespace alias in macroSergey Prigogin2-8/+26
2016-10-28Improved diagnostic messages in tests.Sergey Prigogin3-10/+28
2016-10-28Bug 397296 - Add missing keywords to the list of keywords for which completio...Nathan Ridge1-0/+22
2016-10-27Bug 506170 - Calculate sizeof(double) correctlyNathan Ridge3-2/+10
2016-10-27Bug 395571 - Show name of nesting type when printing names of nested types in...Nathan Ridge5-10/+31
2016-10-27Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings"Sergey Prigogin6-143/+57
2016-10-27Bug 417193 - Incorrect Symbol <X> could not be foundJoseph Henry1-10/+86
2016-10-26Removed redundant qualifiers.Sergey Prigogin1-3/+3
2016-10-26Fixed an NPE.Sergey Prigogin1-3/+6
2016-10-25Bug 506529 - NPE when organizing includesSergey Prigogin2-3/+34
2016-10-25Added "PRESERVE" comment to protect some nodes from removal.Sergey Prigogin2-2/+33
2016-10-24Bug 487764 - Add a highlighting for variables passed by non-const referenceNathan Ridge9-31/+225
2016-10-23Follow-up to the DependentValue refactoringNathan Ridge2-3/+4
2016-10-23Bug 486682 - Syntax coloring of macro arguments that occur in reverse order i...Nathan Ridge3-17/+61
2016-10-21Make launchMode a core thing and add Debug for CMake configs.Doug Schaefer1-0/+34
2016-10-19Bug 402498 - Apply declaredBefore() filtering to index bindingsNathan Ridge6-57/+143
2016-10-18Split IntegralValue into IntegralValue and DependentValueNathan Ridge22-99/+221
2016-10-17Minor cleanup.Sergey Prigogin1-2/+2
2016-10-17Fix the BinaryRunner deadlock correctly.Doug Schaefer2-21/+23
2016-10-14Bug 503036 - Fix deadlock caused by previous fix.Doug Schaefer1-7/+3
2016-10-14Bug 485422 - Organize includes: header substitution maps not always usedSergey Prigogin3-42/+46
2016-10-13Bug 505932 - Heuristic header substitution is too aggressiveSergey Prigogin1-46/+3
2016-10-13Bug 505832 - Add ICPPVariable.isConstexpr() methodSergey Prigogin44-567/+724
2016-10-13Add API filter for default methods.Marc Khouzam1-0/+23
2016-10-12Removed use of SubProgressMonitor.Sergey Prigogin1-77/+52
2016-10-12Updates for Core Build.Doug Schaefer4-4/+247
2016-10-11Adjusted Javadocs.Sergey Prigogin1-2/+2
2016-10-11Optimized TypeTraits.hasTrivialDestructor method.Sergey Prigogin1-3/+14
2016-10-11Bug 505606 - OutOfMemoryError in indexerSergey Prigogin5-11/+35
2016-10-11Added protection against ClassCastExceptionSergey Prigogin1-2/+7
2016-10-11Fixed an NPE.Sergey Prigogin1-0/+3
2016-10-11Fixed an NPE.Sergey Prigogin1-17/+23
2016-10-11CosmeticsSergey Prigogin1-1/+1
2016-10-10CosmeticsSergey Prigogin1-2/+2
2016-10-10CosmeticsSergey Prigogin1-1/+1
2016-10-09CosmeticsSergey Prigogin1-26/+26

Back to the top