Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-11Cosmetics.Sergey Prigogin1-3/+1
2011-08-11Bug 353281: Content assist for designated initializersMarkus Schorn4-22/+73
2011-08-11Cosmetics.Chris Recoskie2-9/+9
2011-08-11Bug 354451 - DescriptionScannerInfoProvider returns incorrect data forChris Recoskie1-3/+6
2011-08-10bug 259768: fixed some "Discouraged access" warnings. It should be OK toAndrew Gvozdev1-6/+6
2011-08-09Cosmetics.Anton Leherbauer3-12/+10
2011-08-09Bug 350689 - [formatter] Problems formatting Lua source codeAnton Leherbauer3-17/+70
2011-08-08Use StringBuilder instead of StringBuffer.Sergey Prigogin57-207/+203
2011-08-08Cosmetics.Sergey Prigogin6-26/+21
2011-08-08bug 353831: LanguageManager.getLanguageForFile(IFile...) cannot handleAndrew Gvozdev1-2/+9
2011-08-08Bug 350816 - [formatter] Fixed size array declaration formats wrongAnton Leherbauer2-2/+23
2011-08-08Bug 350433 - [formatter] Line wrapping if "\ua" or "\ud" occurs in preprocess...Anton Leherbauer2-2/+11
2011-08-07Cosmetics.Sergey Prigogin1-46/+82
2011-08-07Minor code simplification.Sergey Prigogin1-9/+8
2011-08-07Cosmetics.sprigogin3-61/+59
2011-08-05Bug 354061 - Toolbar in file list control in project properties disappearsJohn Cortell1-1/+1
2011-08-05TypoMarc Khouzam1-1/+1
2011-08-05Bug 320277: Cannot view variables of base class in derived class Marc Khouzam1-2/+2
2011-08-05Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs wh...Marc Khouzam2-3/+40
2011-08-05bug 352775 - Back out 2nd patch as per John's requestVivian Kong1-5/+0
2011-08-05Bug 339550: Cleanup GdbLaunchDelegate for easier overriding Marc Khouzam1-6/+22
2011-08-05Bug 339550: Allow to override GdbLaunchMarc Khouzam1-6/+46
2011-08-05Bug 344379 - Code Style format errorAnton Leherbauer2-1/+19
2011-08-05Bug 353974 - Formatting C code does not work for certain uses of static_castAnton Leherbauer2-1/+20
2011-08-05Bug 351399 - Formatting C code is broken for certain coding stylesAnton Leherbauer2-2/+106
2011-08-04Added .gitignore to dsf examples for generated code.Doug Schaefer1-0/+2
2011-08-04Removed the master feature. It is no longer used.Doug Schaefer7-749/+0
2011-08-02Bug 347514: Tracepoint visualization should be prepared for multi-threaded pr...Marc Khouzam7-31/+154
2011-08-02Bug 353423: Move refreshing of thread states from GDBRunControl_7_2_NS to GDB...Marc Khouzam2-64/+54
2011-08-01Bug 353423: Simpler solution using -thread-info instead of -list-thread-group...Marc Khouzam1-42/+34
2011-08-01Bug 236330 - win32-x86_64 supportMarc-Andre Laperle34-30/+432
2011-07-31Cosmetics.Sergey Prigogin1-23/+24
2011-07-31Made ObjectTable Iterable.Sergey Prigogin2-4/+33
2011-07-31Bug 353360 - Bogus "type must implement the inherited pure virtualSergey Prigogin3-22/+48
2011-07-31Cosmetics.Sergey Prigogin1-17/+15
2011-07-31Cosmetics.Sergey Prigogin1-45/+45
2011-07-29Optimized adaptBinding method for bindings whose owners that areSergey Prigogin1-7/+6
2011-07-29Cosmetics.Sergey Prigogin1-1/+1
2011-07-29Cosmetics.Sergey Prigogin3-50/+44
2011-07-29Bug 353423: Need a way to refresh the thread list and state in the run contro...Marc Khouzam7-27/+166
2011-07-29Remove unused dependency, increment bundle versionAnton Leherbauer4-5/+4
2011-07-29Fix compile error in RegisterManager and bundle versionsAnton Leherbauer3-4/+7
2011-07-28Bug 353326 - compile error due to unused import in RegisterManagerChris Recoskie2-2/+1
2011-07-28Allow to reuse GenerateActionGroup without adding a key binding handlerAnton Leherbauer1-24/+39
2011-07-27Cosmetics.Sergey Prigogin7-47/+43
2011-07-27Removed obsolete Codan feature.Sergey Prigogin11-1308/+0
2011-07-27Bug 352859: Matching of template template parameters.Markus Schorn2-25/+49
2011-07-27Bug 352309: Builtin type-traits conflict with old system headersMarkus Schorn6-33/+103
2011-07-26Bug 353113 - BuildDescription class does not behave properly for remoteChris Recoskie1-20/+5
2011-07-26Bug 351255 - Generated makefile should use user specified compiler pathChris Recoskie1-2/+2

Back to the top