Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Bug 356519 - ELF header reader makeShort() bugJohn Cortell3-45/+270
2012-02-24Removed an unused method.Sergey Prigogin1-33/+2
2012-02-24Use shared AST in Toggle Function refactoring. This change concudesSergey Prigogin49-1349/+552
2012-02-24Cosmetics.Sergey Prigogin1-21/+9
2012-02-23Fixed NPE.Sergey Prigogin3-14/+16
2012-02-23Removed a redundant method.Sergey Prigogin9-79/+72
2012-02-23Use shared AST in Hide Method refactoring.Sergey Prigogin30-778/+483
2012-02-23Cosmetics.Sergey Prigogin4-100/+101
2012-02-23Added getOverload method.Sergey Prigogin2-11/+22
2012-02-23Cosmetics.Sergey Prigogin10-115/+66
2012-02-18Use shared AST in Extract Function refactoring.Sergey Prigogin22-311/+261
2012-02-17Use shared AST in Extract Constant refactoring.Sergey Prigogin25-455/+394
2012-02-16Bug 371144 - There seems to be no easy way to add custom marker annotations t...Anton Leherbauer1-9/+15
2012-02-16Bug 371144 - There seems to be no easy way to add custom marker annotations t...Anton Leherbauer1-1/+1
2012-02-16Removed EmptyRefactoringDescription class.Sergey Prigogin2-34/+1
2012-02-16Cosmetics.Sergey Prigogin1-3/+3
2012-02-16Revert "Fixed handling of trailing comments after compound statements."Sergey Prigogin3-21/+31
2012-02-16Converted two more refactoring tests to the new framework.Sergey Prigogin11-733/+128
2012-02-16Cosmetics.Sergey Prigogin1-79/+74
2012-02-16Converted Implement Method refactoring tests to the new framework.Sergey Prigogin5-825/+767
2012-02-16Converted Hide Method refactoring test to the new framework.Sergey Prigogin6-1525/+1491
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

Back to the top