Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Converted Extract Local Variable tests to the new framework.Sergey Prigogin11-737/+546
2012-02-16Fixed handling of trailing comments after compound statements.Sergey Prigogin3-31/+21
2012-02-15Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.Sergey Prigogin72-5929/+5987
2012-02-15Bug 371144 - There seems to be no easy way to add custom marker annotations t...Anton Leherbauer1-12/+14
2012-02-12bug 340219: Project metadata files are saved unnecessarily, patch toBaltasar Belyavsky2-25/+25
2012-02-12bug 340219: Project metadata files are saved unnecessarily, patch toBaltasar Belyavsky1-4/+16
2012-02-12UI for new code style preferences.Sergey Prigogin3-4/+51
2012-02-11Code streamlining.Sergey Prigogin1-62/+7
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin11-77/+79
2012-02-11Bug 371165 - Invalid formatting of newly created classes.Sergey Prigogin1-0/+4
2012-02-11Let formatter know about the translation unit so that it can resolveSergey Prigogin1-9/+13
2012-02-11Fixed few failing Codan tests.Sergey Prigogin1-2/+4
2012-02-11Java 1.5-style loops, etc.Sergey Prigogin1-2/+1
2012-02-11Bug 371165 - Invalid formatting of newly created classes.Sergey Prigogin1-42/+46
2012-02-10Bug 335027: Visualizer View feature. Initial contribution.William R. Swanson2-0/+36
2012-02-10Revert "Let formatter know about the translation unit so that it can resolve ...Sergey Prigogin1-8/+6
2012-02-10Bug 371165 - Invalid formatting of newly created classes.Sergey Prigogin1-6/+11
2012-02-10Let formatter know about the translation unit so that it canSergey Prigogin1-6/+8
2012-02-10Added toString method.Sergey Prigogin1-4/+11
2012-02-09Bug 370762 - Adding support for Remote Semantic Highlighting in theMichael Lindo2-29/+32
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin19-51/+64
2012-02-09Cosmetics.Sergey Prigogin4-12/+6
2012-02-09Bug 370887 - CPPVariableReadWriteFlags.getReadWriteFlags returnsSergey Prigogin7-68/+175
2012-02-08Cosmetics.Sergey Prigogin2-17/+11
2012-02-08Corrected test expectations.Sergey Prigogin1-0/+1
2012-02-08Fixed VariableReadWriteFlagsTest.testImplicitArgument.Sergey Prigogin3-2/+16
2012-02-08Added ability to select toolchains for templates that have multiple.Doug Schaefer10-60/+228
2012-02-08Cosmetics.Sergey Prigogin1-13/+19
2012-02-08Fixed VariableReadWriteFlagsTest.testFieldAccess.Sergey Prigogin2-23/+33
2012-02-08Unit test for CPPVariableReadWriteFlags class.Sergey Prigogin2-0/+147
2012-02-08Cosmetics.Sergey Prigogin2-1240/+1157
2012-02-07Cosmetics.Sergey Prigogin3-20/+14
2012-02-07Fixed passing parameters by pointer and renaming of parameters inSergey Prigogin14-294/+581
2012-02-07Cosmetics.Sergey Prigogin15-92/+80
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle2-2/+2
2012-02-05bug 290631: Removed refresh to avoid possible deadlockAndrew Gvozdev2-61/+59
2012-02-04Minor cleanup.Sergey Prigogin1-4/+0
2012-02-04Removed unused messages.Sergey Prigogin2-18/+14
2012-02-04New UI and other improvements for Extract Function refactoring .Sergey Prigogin64-1350/+3897
2012-02-04Cosmetics.Sergey Prigogin12-125/+67
2012-02-04Code streamlining.Sergey Prigogin8-126/+98
2012-02-03bug 290631: Incorporate New Scanner Discovery from sd90 into the modelAndrew Gvozdev10-41/+1091
2012-02-03bug 290631: renamed a bunch of local varsAndrew Gvozdev1-75/+75
2012-02-03bug 290631: Add language settings delta to CProjectDescriptionDeltaAndrew Gvozdev2-171/+234
2012-02-03bug 290631: : Implement ILanguageSettingsProvidersKeeper byAndrew Gvozdev9-4/+2021
2012-01-30JavaDoc ICConfigurationDescriptionAndrew Gvozdev4-27/+88
2012-01-29bug 370063: CSettingEntryFactory is not needed anymoreAndrew Gvozdev13-222/+113
2012-01-28bug 290631: Caching of ICSettingEntry objects in CDataUtil -Andrew Gvozdev7-25/+106
2012-01-28bug 290631: Introduced WeakHashSetSynchronizedAndrew Gvozdev5-15/+178
2012-01-28bug 290631: Moved WeakHashSet fromAndrew Gvozdev3-3/+3

Back to the top