Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Split CPPVisitor.createType(IASTDeclarator declarator) into smallerSergey Prigogin1-57/+60
2011-10-18Switched to Java 1.6.Sergey Prigogin1-3/+3
2011-10-18Fixed compiler warnings.Sergey Prigogin1-4/+9
2011-10-18Fixed compiler warnings.Sergey Prigogin2-35/+17
2011-10-18Fixed compiler warnings.Sergey Prigogin19-68/+180
2011-10-18Initial support for non-PDOM index fragments contributed through anSergey Prigogin7-91/+178
2011-10-18Switched to Java 1.6.Sergey Prigogin2-6/+9
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin3-3/+3
2011-10-17Merge branch 'bug_197989_B'Sergey Prigogin73-1502/+3328
2011-10-17Prefer header variants that were parsed in context of a source file.Sergey Prigogin1-32/+54
2011-10-17Fixed an NPE.Sergey Prigogin1-3/+3
2011-10-15Cosmetics.Sergey Prigogin1-2/+0
2011-10-15Fixed a deprecation warning.Sergey Prigogin1-9/+9
2011-10-15Fixed broken tests.Sergey Prigogin1-1/+1
2011-10-14Cosmetics.Sergey Prigogin1-2/+2
2011-10-10Bug 359658 - code formatter does not work as expected when complicate macro p...Anton Leherbauer1-14/+21
2011-10-07Option to record defined macros during expansion.Markus Schorn2-15/+22
2011-10-07Cosmetics.Sergey Prigogin1-24/+28
2011-10-06Bug 359653: Range based for loop with auto type.Markus Schorn1-2/+14
2011-10-05Manage the removal of an include guardMarkus Schorn6-77/+214
2011-10-05Cleanup handling of new file-versions.Markus Schorn2-77/+73
2011-10-04Cosmetics.Sergey Prigogin6-85/+77
2011-10-04Bug 359905 - Invalid formatting of comment in enum.Sergey Prigogin1-0/+1
2011-10-04Cosmetics.Sergey Prigogin1-2/+2
2011-10-04Fix bugs revealed by the testcases.Markus Schorn5-20/+33
2011-10-03Comment adjustment.Sergey Prigogin1-1/+1
2011-10-03Bug 359485: Workaround deadlock with preferences.Markus Schorn1-3/+10
2011-09-30Bug 359376: Updating implicit ctors in index.Markus Schorn2-2/+21
2011-09-30Bug 302767: Missing files in CModel.Markus Schorn1-22/+26
2011-09-30Bug 359364: Prevent premature access to ambiguous nodes.Markus Schorn8-310/+152
2011-09-28Bug 350345: Resolving explicit type conversionsMarkus Schorn4-60/+88
2011-09-27bug 359140: Allow ErrorParserManager create workspace level markersAndrew Gvozdev2-9/+15
2011-09-27bug 352166: Expressed IMarkerGenerator severity constants viaAndrew Gvozdev1-4/+5
2011-09-27Indexing of headers and index updates.Markus Schorn20-664/+655
2011-09-27Tightened a test case and fixed an uncovered bug.Sergey Prigogin1-1/+3
2011-09-22Make rebuild index deterministic.Markus Schorn1-11/+34
2011-09-22Single version for pragma-once files, tracking loaded non-pragma-once versions.Markus Schorn21-250/+301
2011-09-22Bug 357300 - Function parameter line wrapping wraps commas separatingSergey Prigogin2-6/+29
2011-09-22Revert "Bug 357300 - Function parameter line wrapping wraps commas separating...Sergey Prigogin1-6/+8
2011-09-21Copy of branch bug_197989.Markus Schorn63-1102/+2711
2011-09-21Make rebuild index deterministic.Markus Schorn1-11/+34
2011-09-21Bug 357300 - Function parameter line wrapping wraps commas separating parametersAnton Leherbauer1-8/+6
2011-09-21Bug 357423. Fixed regression.Sergey Prigogin1-2/+2
2011-09-21Bug 358282 - Name resolution problem with mismatched 'class' andSergey Prigogin1-4/+9
2011-09-21Adjusted Javadoc.Sergey Prigogin1-6/+5
2011-09-21Cosmetics.Sergey Prigogin11-69/+59
2011-09-19Bug 356982 - CDT forgets language mappings after the restartEugene Ostroukhov1-2/+2
2011-09-19Bug 356690 - Macro use after for loop formats incorrectlyAnton Leherbauer1-6/+5
2011-09-16Bug 357320: Class template usage in method definded outside of class body.Markus Schorn1-27/+29
2011-09-15Bug 357308: Resolving references to parameters of template-template paramters.Markus Schorn6-17/+67

Back to the top