1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

15426 commits

Author SHA1 Message Date
Doug Schaefer
78a6185314 Fix the license and copyright. 2009-06-10 18:58:16 +00:00
Vivian Kong
9a4b296381 Bug 279738 - missing legal files from o.e.c.debug.ui.memory feature.xml 2009-06-10 13:49:14 +00:00
Vivian Kong
016120d6ee use Eclipse CDT as provider name 2009-06-08 17:26:03 +00:00
Vivian Kong
367604d760 use R35_RC3 releng basebuilder 2009-06-08 15:49:42 +00:00
Vivian Kong
5c1de6407a externalize strings in p2 plugin's MANIFEST.MF and use Eclipse CDT as provider name 2009-06-08 14:23:59 +00:00
Vivian Kong
1901362f0d fix for bug 279400 2009-06-08 13:54:55 +00:00
Vivian Kong
b65eeb737c use 3.5RC4 to build 2009-06-08 13:44:15 +00:00
Sergey Prigogin
26dac9d78f Bug 279366. Correction to the previous fix. 2009-06-07 20:58:03 +00:00
Sergey Prigogin
c9e4e19de9 Bug 279366. Fix and test case. 2009-06-06 23:23:18 +00:00
Vivian Kong
8d95baecd0 update LPG runtime from Orbit 2009-06-05 12:51:14 +00:00
Anton Leherbauer
987834fc90 Fix test cleanup, related to bug 269023 2009-06-05 10:05:20 +00:00
Marc Khouzam
685ff524d3 [234468] Adding a new preference to decide if we should automatically terminate GDB when the inferior exists. 2009-06-05 02:30:07 +00:00
James Blackburn
2c8724af33 Bug 279155 Tweak JavaDoc on #findFileName 2009-06-04 19:43:53 +00:00
Ken Ryall
81281de742 Only call System.gc() on Dispose if sections have been mapped. 2009-06-04 16:33:51 +00:00
Marc Khouzam
8421cfe986 Reverting previous commit which was done by mistake. 2009-06-04 16:23:22 +00:00
Mike Kucera
02f5fce4c9 [277458] Multi-dimensional ArrayTypes in incorrect order 2009-06-04 15:56:16 +00:00
James Blackburn
6fe483b67a Bug 279115 Respect default scoped Formatter Profile 2009-06-04 15:48:33 +00:00
Mike Kucera
06841d9793 [278797] CASTIdExpression getExpressionType() doesn't support enumerations 2009-06-04 15:23:16 +00:00
Marc Khouzam
e9154e34f0 Missing @since tags 2009-06-04 15:20:43 +00:00
Marc Khouzam
e9ab967801 Missing @since tags 2009-06-04 14:53:17 +00:00
Ken Ryall
4f7831b525 Bug 196885, cache the "is the exe a binary" value. 2009-06-04 12:35:21 +00:00
Anton Leherbauer
16c0c77295 Javadoc typo 2009-06-04 09:49:28 +00:00
Anton Leherbauer
a7e775b33a Fixed Copyright. 2009-06-04 09:40:55 +00:00
Anton Leherbauer
cd018e7c10 Test case for bug 278632 by Andrew Eidsness 2009-06-04 09:36:52 +00:00
James Blackburn
1fa3b1dd39 Bug 264704 Error parsing: if failing to resolve absolute IPath, search all workspace projects for IPath. 2009-06-03 22:29:57 +00:00
James Blackburn
08b56873fd Bug 264704 Error parsing: if failing to resolve absolute IPath, search all workspace projects for IPath. 2009-06-03 19:49:56 +00:00
Anton Leherbauer
c6f7acc9b2 Bug 278685 - Incorrect scheduling rule used if working copy resource doesn't exist 2009-06-03 15:06:23 +00:00
Anton Leherbauer
e868cbb696 Bug 278632 - NPE in CSourceViewerConfiguration on non file:// IFileStores, patch by Andrew Eidsness 2009-06-03 10:30:51 +00:00
James Blackburn
f497c46b26 Bug 186847 Headless Builder 2009-06-03 09:24:06 +00:00
Sergey Prigogin
31e63bd47a Bug 278769. Adding includes with ".." in the path. 2009-06-03 07:23:33 +00:00
Alena Laskavaia
92e056c154 - fixed 1.5 java problems 2009-06-02 21:11:37 +00:00
Alena Laskavaia
c281cd4997 - fixed 1.5 problems 2009-06-02 21:10:31 +00:00
James Blackburn
bd657f12b8 Bug 214463 - disabled watchpoints aren't disabled during launch 2009-06-02 19:39:38 +00:00
James Blackburn
00fc40ee0b Bug 269023 / Bug 278824 Additional EFS Error parsing tests 2009-06-02 17:14:46 +00:00
James Blackburn
8743008765 Bug 269023 URI support added to EPM, add IBuildDescription#getDefaultBuildDirLocationURI(...) & use the URI location of the build dir for build output error parsing. 2009-06-02 16:23:59 +00:00
James Blackburn
9953f12da4 Bug 269023 URI support added to EPM, add MakeBuilderUtil#getBuildDirectoryURI(...) 2009-06-02 16:21:03 +00:00
James Blackburn
892018205d Bug 269023 Add URI support to EPM to support EFS based projects 2009-06-02 16:18:06 +00:00
James Blackburn
350d47f245 Bug 278805 Fix regression, #isTargetBreakpoint(...) should default to allowing breakpoints it can't classify. 2009-06-02 15:49:10 +00:00
Mike Kucera
fce5c580e4 quick fix for compile error 2009-06-02 14:44:42 +00:00
Chris Recoskie
5358c015a3 RESOLVED - bug 258385: xlC error parser should extend AbstractErrorParser (to disambiguate files with the same name)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258385
2009-06-02 14:38:25 +00:00
Vivian Kong
61b9542da8 update Mylyn 2009-06-02 14:16:21 +00:00
Sergey Prigogin
9531500aac Bug 278713. Also added a hidden option that enables fractional indent of public/protected/private. Google coding standard requires access specifiers to be indented by 1/2 of the indentation unit. 2009-06-02 03:38:06 +00:00
Sergey Prigogin
354541a130 Corrected a javadoc comment. 2009-06-02 03:37:44 +00:00
Alena Laskavaia
8277c670bc [278466] - updated user doc for group launch 2009-06-01 19:49:18 +00:00
John Cortell
b9ab1a4f38 Reviewed and adjusted. 2009-06-01 19:46:08 +00:00
Alena Laskavaia
563b6b8c81 [278466] - updated user doc for group launch 2009-06-01 15:17:47 +00:00
Vivian Kong
c4cf6e5d6e update build scripts 2009-06-01 13:52:40 +00:00
Mikhail Khodjaiants
9b0e894973 Bug 278601: "Signal Properties" is not working 2009-06-01 10:42:07 +00:00
James Blackburn
1540d3af0e Bug 269023 Fix line-endings so patching works... 2009-05-31 20:17:04 +00:00
Ken Ryall
51f4baf0ae Bug 272480, allow for NULL attribute. 2009-05-31 12:55:26 +00:00