Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-04Various changes for EFSChris Recoskie2-1/+128
2008-04-04Fix for 225326: Code formatter strips whitespace when it shouldn'tAnton Leherbauer1-15/+36
2008-03-28Bug 224191 : Need public API to create CDT variablesOleg Krasilnikov6-116/+252
2008-03-27Fixes warningsMarkus Schorn1-5/+1
2008-03-20Bug #194026 : Add "Build All Configurations" preference optionOleg Krasilnikov1-0/+13
2008-03-13Streamline logging methodsAnton Leherbauer1-5/+11
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 Leherbauer2-2/+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 Leherbauer3-86/+142
2008-02-27Fix for 192656: [Formatter] Indentation of class definitionAnton Leherbauer3-117/+115
2008-02-26Fix for 217918: CDT code formatter problemsAnton Leherbauer1-35/+77
2008-02-21178601: Add whitespace options to preference UIAnton Leherbauer4-1671/+1934
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-09178386: check-in documentation tool framework plus doxygen implementationAndrew Ferguson1-1/+20
2008-02-08Bug #182450 : Multi-configuration supportOleg Krasilnikov2-10/+26
2008-02-07218265 - replace Enum class with Java 5 enumsMike Kucera2-25/+21
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-31Fix for 212998: CModelManager consumes a lot of memory during project refreshAnton Leherbauer2-14/+24
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-18Fixes a NPE, bug 215768.Markus Schorn1-9/+8
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-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ...Anton Leherbauer1-2/+2
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-2023540: Macro-expansion hoverAnton Leherbauer1-8/+9
2007-12-13Improver formatter robustness (related to 212819)Anton Leherbauer1-16/+4
2007-12-07Headers included from c- and c++-files (bug 191989).Markus Schorn1-2/+1
2007-12-03Add support for Code TemplatesAnton Leherbauer2-1/+434
2007-12-03Fix for 208685.Sergey Prigogin3-19/+49
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 Schorn4-154/+8
2007-11-15Fix for bug 209614 - a cleaner fix that uses the default delimiter from the e...Doug Schaefer1-5/+4
2007-11-14Fix for bug 209614 - make sure the delimiter returned isn't null.Doug Schaefer1-13/+8
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

Back to the top