Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-28Bug 224191 : Need public API to create CDT variablesOleg Krasilnikov3-35/+137
2008-03-27Fixes warningsMarkus Schorn1-5/+1
2008-03-13Better error reporting when process exec failsAnton Leherbauer1-3/+4
2008-03-07Don't insert newline between 'else if'Anton Leherbauer1-1/+1
2008-03-07Fix for 215884: Inactive code highlighting isn't in accordance with content-a...Anton Leherbauer1-1/+2
2008-03-04Use new node selection API and fix for 220392: empty macro is not highlighted...Anton Leherbauer1-6/+6
2008-02-28Fix for 192764: [Formatter] Improve GNU coding style complianceAnton Leherbauer2-63/+98
2008-02-27Fix for 192656: [Formatter] Indentation of class definitionAnton Leherbauer2-65/+63
2008-02-26Fix for 217918: CDT code formatter problemsAnton Leherbauer1-35/+77
2008-02-21178601: Add whitespace options to preference UIAnton Leherbauer3-904/+1273
2008-02-21Bug 216996: Deadlock in CfgDiscoveredPathManagerOleg Krasilnikov1-1/+2
2008-02-21Removed class Problem, a duplicate of ASTProblem, related to bug 212864.Markus Schorn1-1/+16
2008-02-19Removed delay in scheduling job to write indexer preferences.Markus Schorn1-4/+4
2008-02-15Follow-up for 217435Anton Leherbauer2-76/+71
2008-02-15Fix for 217435: Braces in macros confuse code formatterAnton Leherbauer2-434/+536
2008-02-14Bug #216996: deadlockOleg Krasilnikov1-2/+14
2008-02-08Bug #182450 : Multi-configuration supportOleg Krasilnikov1-9/+19
2008-02-07218265 - replace Enum class with Java 5 enumsMike Kucera1-22/+18
2008-02-07Makes relevant methods/options of AbstractLanguage available in ILanguage + c...Markus Schorn1-6/+12
2008-02-05some fixes to project description manager and build system to allow EFS hoste...Chris Recoskie1-1/+1
2008-01-29Fix for 209770: CConfigBasedDescriptor.get not thread-safeAnton Leherbauer1-46/+51
2008-01-28Early version check for imported PDOMs, fixes an exception (no bugzilla).Markus Schorn1-0/+1
2008-01-08Cleanup for the interface between fast indexer and preprocessor, bug 209614.Markus Schorn3-15/+14
2008-01-07Fix for 214354: [code formatter] whitespace removed when declaring a variable...Anton Leherbauer1-9/+34
2007-12-31Flexible File System. Get project creation working by replacing the use of IP...Doug Schaefer3-322/+0
2007-12-28Get more of the FFS working. Also turned on Java 5 for cdt.core.Doug Schaefer3-7/+241
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn2-12/+5
2007-12-20Fix formatter and highlighting issues with function-try-blockAnton Leherbauer1-7/+75
2007-12-13Improver formatter robustness (related to 212819)Anton Leherbauer1-16/+4
2007-12-03Fix for 208685.Sergey Prigogin2-6/+2
2007-11-22Fix for 210417: [Editor] indentation of braces in type does not work in non-e...Anton Leherbauer1-3/+1
2007-11-20Removal of old parser (bug 209772).Markus Schorn1-1/+1
2007-11-14Makes CPreprocessor the default scanner.Markus Schorn1-1/+1
2007-11-12CPreprocessor can replace DOMScanner.Markus Schorn1-12/+19
2007-11-06Bug 208944 - start of Flexible File System.Doug Schaefer1-0/+88
2007-10-22Fix for 206801: [formatter] Bad formatting with nested template parametersAnton Leherbauer2-12/+112
2007-10-18Fix for 204575: [Formatter] Odd indentation effect with access specifiers and...Anton Leherbauer1-1/+16
2007-10-09Binary parsers were reported wrong by ICDescriptor.Oleg Krasilnikov1-1/+20
2007-09-13Bug 203269 - commented out a pattern in the error parser that was reporting m...Doug Schaefer1-6/+8
2007-09-08Patch for bug 193280 - Add more patterns to the make error parser to catch ad...Doug Schaefer1-12/+206
2007-09-07Fix for [Bug 194566] User defined Macro(in cdt v3.0 managed project)was lost ...Mikhail Sennikovsky1-1/+7
2007-08-30Fix for [Bug 201254] [Project Model] occasional deadlocksMikhail Sennikovsky2-2/+64
2007-08-28Fix for 200961: [formatter] the formatter fails to break long constant initia...Anton Leherbauer1-5/+70
2007-08-28Fix for 201330: code formater fooled by sizeof()Anton Leherbauer1-4/+3
2007-08-23Fix for 199245, scanner discovery and multi-line commands.Markus Schorn1-2/+8
2007-08-20Fix for 197494: Code formatter has problems with macros that contain access k...Anton Leherbauer1-11/+18
2007-08-10Fic for [Bug 194460] NPE while manipulating with ICDescriptor objectMikhail Sennikovsky2-13/+54
2007-07-26Fix for [Bug 197654] NoSuchElementException during "CDT Startup"Mikhail Sennikovsky1-13/+14
2007-07-12Fix for 195942: [Formatter] for with empty expression causes confusionAnton Leherbauer1-23/+29
2007-07-12Fix and test for 196290: Deadlock during project creationAnton Leherbauer1-13/+9

Back to the top