Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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-31miscellaneous javadoc changes, add some empty array constants to IIndex* inte...Andrew Ferguson1-4/+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
2007-07-05Fix for [Bug 193503] Write access exception when saving project with ICDescri...Mikhail Sennikovsky2-38/+66
2007-07-04Fix deletion of project local preferences.Markus Schorn1-3/+13
2007-06-29Fix for 194603: [formatter] deleting whitespaces between words while formattingAnton Leherbauer2-8/+9
2007-06-15Fix for cdt variable (Build Macros) functionalityMikhail Sennikovsky1-7/+55
2007-06-14Fix up copyrights.Doug Schaefer27-35/+35
2007-06-141. JavaDoc foxes for [Bug 191913] ICProjectDescriptionManager.getProjectDescr...Mikhail Sennikovsky1-4/+9
2007-06-081. Follow-up for fix for [Bug 188764] make it posible to apply the "isCDTProj...Mikhail Sennikovsky1-1/+1
2007-06-07Bug 189090 - fix missing CygPath.dispose() call.Doug Schaefer1-11/+7
2007-06-06Fix for 191021: Code formatter fails in switch statement: indentation incorre...Anton Leherbauer1-12/+89
2007-06-01Fixed up munged messages from gcc builds.Doug Schaefer2-2/+2
2007-05-31Fix for 190184: [Formater] space before the open the opening brace in method ...Anton Leherbauer1-1/+2
2007-05-30fix warnings (imports, string externalization)Andrew Ferguson4-5/+0
2007-05-301. Enabling more managed build testsMikhail Sennikovsky1-10/+17
2007-05-30Fix for 79459 by Sergey Prigogin, Task tags for CDT.Markus Schorn3-48/+61
2007-05-281. Fix for [Bug 189277] Workbench Build Behaviour isn't persisted accross wor...Mikhail Sennikovsky1-6/+8
2007-05-25Bug 178124Ken Ryall1-2/+2
2007-05-251. Fix to CDT Variables: project macros added.Mikhail Sennikovsky1-0/+17
2007-05-25Fix Java 1.4 complianceAnton Leherbauer1-1/+1
2007-05-24Bug 174142 - Fixed false error with linker error parser. Also cleaned up the ...Doug Schaefer3-16/+6
2007-05-23Fix for 183220: line wrapping stops working for some expressionsAnton Leherbauer1-10/+111
2007-05-171. isCdtProjectCreating state functionality and testsMikhail Sennikovsky5-967/+21
2007-05-16Patch for Michael Rennie - Bug 186223 - Cleanup unused imports in CDT Core.Doug Schaefer10-99/+5
2007-05-15Fixes an occasional junit test-failure.Markus Schorn1-1/+3
2007-05-15Follow up 186755, fixes NPE, CCorePlugin.start() as similar to M7 as possible.Markus Schorn1-35/+14
2007-05-15Ensure there is only one instance of CConfigurationBasedDescriptorManagerMikhail Sennikovsky1-0/+7
2007-05-151. Error parser settings fixesMikhail Sennikovsky1-1/+1
2007-05-14Bug 186755, move registration of resource-listener of project-desc-manager to...Markus Schorn1-3/+2
2007-05-14Fix for 186755 activation of CorePluginMarkus Schorn2-24/+40
2007-05-10Fix for [Bug 185930] Exception when saving language mappingsMikhail Sennikovsky1-2/+2

Back to the top