Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-06Bug 346349 - CCE from standalone indexerCDT_7_0_1_branchMike Kucera1-6/+6
2011-02-28Don't trigger listener when data hasn't changedDavid Dubrow1-1/+2
2010-10-27Bug 328250 CommonBuilder should use EFSExtensionManager to determine build ↵v201010271448Vivian Kong5-8/+64
working directory
2010-09-30update build scriptv201009301319Vivian Kong1-1/+1
2010-09-30Bug 326594 [Backport] Lost preference: build only if changes in workspaceVivian Kong2-2/+5
2010-09-29update build scripts for cdt_7_0_1Vivian Kong21-21/+21
2010-09-29update build scripts for cdt_7_0_1Vivian Kong2-7/+7
2010-09-29fix feature dependencyVivian Kong1-4/+3
2010-09-14This commit was manufactured by cvs2svn to create branch 'cdt_7_0_1'.cvs2svn28-1640/+0
Sprout from cdt_7_0 2010-09-14 15:29:34 UTC Andrew Gvozdev <angvoz.dev@gmail.com> 'bug 318812: Reverted as it broke translation work' Delete: codan/org.eclipse.cdt.codan.ui.cfgview/.classpath codan/org.eclipse.cdt.codan.ui.cfgview/.project codan/org.eclipse.cdt.codan.ui.cfgview/.settings/org.eclipse.jdt.core.prefs codan/org.eclipse.cdt.codan.ui.cfgview/META-INF/MANIFEST.MF codan/org.eclipse.cdt.codan.ui.cfgview/build.properties codan/org.eclipse.cdt.codan.ui.cfgview/icons/connector.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/decision.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/exit.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/jump.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/labeled.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/refresh_view.gif codan/org.eclipse.cdt.codan.ui.cfgview/icons/start.png codan/org.eclipse.cdt.codan.ui.cfgview/icons/task.png codan/org.eclipse.cdt.codan.ui.cfgview/plugin.xml codan/org.eclipse.cdt.codan.ui.cfgview/src/org/eclipse/cdt/codan/ui/cfgview/ControlFlowGraphPlugin.java codan/org.eclipse.cdt.codan.ui.cfgview/src/org/eclipse/cdt/codan/ui/cfgview/views/ControlFlowGraphView.java windows/org.eclipse.cdt.msw.build/.classpath windows/org.eclipse.cdt.msw.build/.cvsignore windows/org.eclipse.cdt.msw.build/.project windows/org.eclipse.cdt.msw.build/.settings/org.eclipse.jdt.core.prefs windows/org.eclipse.cdt.msw.build/META-INF/MANIFEST.MF windows/org.eclipse.cdt.msw.build/build.properties windows/org.eclipse.cdt.msw.build/plugin.properties windows/org.eclipse.cdt.msw.build/plugin.xml windows/org.eclipse.cdt.msw.build/src/org/eclipse/cdt/msw/build/Activator.java windows/org.eclipse.cdt.msw.build/src/org/eclipse/cdt/msw/build/WinDiscoveredPathInfo.java windows/org.eclipse.cdt.msw.build/src/org/eclipse/cdt/msw/build/WinEnvironmentVariableSupplier.java windows/org.eclipse.cdt.msw.build/src/org/eclipse/cdt/msw/build/WinScannerInfoCollector.java
2010-09-14bug 318812: Reverted as it broke translation workv201009141542Andrew Gvozdev44-842/+587
2010-09-14bug 318802: Reverted as it broke translation workAndrew Gvozdev46-886/+881
2010-09-14Bug 324888 Need to subclass CSourceHoverVivian Kong1-3/+3
2010-09-14Bug 323780: "Generate Getters and Setters..." crashesEmanuel Graf3-6/+88
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323780 FIXED
2010-09-13Bug 324813 - [Mac] Key binding conflict between Sort Lines and Show Source ↵Anton Leherbauer1-0/+12
Quick Menu Patch from Marc-Andre Laperle
2010-09-12Prevent deadlock when opening project while refreshing executables.Ken Ryall1-1/+1
2010-09-11Bug 324232 - CElementHyperlinkDetector blocks UI thread waiting for an ASTSergey Prigogin2-9/+28
2010-09-10Bug 324816 - GnuMakefileGenerator does not properly handle tools which have ↵Chris Recoskie1-1/+1
more than one primary input type
2010-09-09Bug 316060: DSF-gdb freezes application while stepping through optimized codeMarc Khouzam1-0/+2
2010-09-08increase heap size to avoid out of memory exceptionVivian Kong1-10/+10
2010-09-08Bug 324384: Adjusted testcase.Markus Schorn1-1/+1
2010-09-08Increment bundle and feature versions.Anton Leherbauer4-4/+4
2010-09-07Bug 323630 - Expanding registers in the register view triggers an infinite ↵Anton Leherbauer1-2/+7
recursion loop in Eclipse/CDI
2010-09-07Bug 324597 - [disassembly] maximizing/resizing view sometimes leaves ↵Anton Leherbauer1-1/+4
"........" lines Patch from Kirk Beitz (Nokia)
2010-09-06Bug 324384: Content assist in invalid K&R parameter decl.Markus Schorn2-1/+9
2010-09-06Bug 324384: Content assist within K&R style function definition.Markus Schorn2-2/+13
2010-09-02Bug 324339 - Two recent UPC parser test failures in the cdt build are not ↵Chris Recoskie1-0/+6
applicable to UPC language.
2010-09-02Bug 324324 - The LR Parser test utility function getCompletionNode gets a ↵Chris Recoskie1-1/+5
wrong offset.
2010-09-01Bug 324150 - LR Parser's action class CPPBuildASTParserAction throws ↵Chris Recoskie1-3/+5
UnsupportedOperationException by its function consumeDeclarationSimple.
2010-09-01Bug 324031 - Indentation problems with typedef and enumAnton Leherbauer2-9/+53
2010-08-30Bug 323996: Avoid potential NPEMarc Khouzam1-0/+2
2010-08-26Bug 323659: Resource lookup with overlapping content types.Markus Schorn1-21/+23
2010-08-26Bug 321162 - Disassembly view sometimes doesn't display all source codeAnton Leherbauer1-1/+1
Patch from Kirk Beitz (Nokia)
2010-08-26Bug 323562 - Doxygen auto-comment does not work for plain C function declarationAnton Leherbauer1-5/+9
Patch from Marc-Andre Laperle
2010-08-26Bug 323279 - Disassembly view not possible to display address size < 32 bitsAnton Leherbauer1-1/+2
Patch from Patrick Chuong (TI)
2010-08-25Bug 323636: No longer overwrite the thread parameter when also using the ↵Marc Khouzam1-3/+4
disabled flag
2010-08-25Bug 323599: Type of id-expression denoting a field access.Markus Schorn3-12/+55
2010-08-25Bug 323596: Type representation for references of typedefs.Markus Schorn2-14/+35
2010-08-25Bug 320157: Endless loop decoding large file.Markus Schorn4-129/+285
2010-08-24bug 323011: compilation warningAndrew Gvozdev1-1/+0
=1.13
2010-08-24bug 323011: [Scanner Discovery] Source files with drive-relative paths ↵Andrew Gvozdev1-4/+23
("/foo/bar.c") are not discovered =1.12
2010-08-23bug 307365: Fixed the problem of ignoring external locations altogetherAndrew Gvozdev1-11/+7
=1.30
2010-08-20Bug 323276: We were using the wrong context the clear the cache for the ↵Marc Khouzam1-1/+4
"Force thread list update" feature, with GDB 7.0 or later
2010-08-20Bug 323206 - [Code templates] Pop up error when using code formatter option ↵Anton Leherbauer1-2/+2
and ${line_selection}
2010-08-20Bug 322628 - [disassembly] ↵Anton Leherbauer1-5/+6
DisassemblyDocument#computeIndexInPositionListFirst() broken as called by addModelPositionFirst()
2010-08-18bug 323011: [Scanner Discovery] Source files with drive-relative paths ↵Andrew Gvozdev1-1/+1
("/foo/bar.c") are not discovered =1.28
2010-08-18Bug 315796: =thread-group=created has been replaced by =thread-group-started ↵Marc Khouzam2-4/+6
in GDB 7.2. We need to handle both cases to support older GDBs as well.
2010-08-18Bug 322988: Testcase.Markus Schorn1-0/+11
2010-08-15bug 322695: Can't access preferences of any unrelated CDT project having ↵Andrew Gvozdev2-3/+38
"bad" project in workspace
2010-08-15bug 322695: Can't access preferences of any unrelated CDT project having ↵Andrew Gvozdev1-1/+2
"bad" project in workspace =1.8
2010-08-15bug 322695: Can't access preferences of any unrelated CDT project having ↵Andrew Gvozdev2-0/+7
"bad" project in workspace

Back to the top