1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

8123 commits

Author SHA1 Message Date
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Emanuel Graf
bec6503afa FIXED - bug 277065: extract local variable fails to extract from for loop
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277065
2009-05-26 08:53:43 +00:00
Markus Schorn
c16d31b327 Protect against NPE, bug 277152. 2009-05-25 08:23:37 +00:00
Sergey Prigogin
0b4728e54c Test cases for bugs 277624 and 277625. 2009-05-25 02:19:32 +00:00
Sergey Prigogin
934e4908a5 A unit test for LinkedNamesFinder class. 2009-05-24 23:53:31 +00:00
Sergey Prigogin
c7bf0c7e89 Cosmetics. 2009-05-24 18:34:48 +00:00
Sergey Prigogin
fcf03e2a53 Compiler warnings. 2009-05-24 18:33:10 +00:00
Sergey Prigogin
af90f84dd0 Fixed NPE. 2009-05-24 04:59:37 +00:00
Sergey Prigogin
32f21e3778 toString method. 2009-05-24 04:59:07 +00:00
Sergey Prigogin
7d44857c55 Cosmetics. 2009-05-24 04:58:20 +00:00
Sergey Prigogin
8ba4659e47 Comment adjustments. 2009-05-24 04:34:37 +00:00
Anton Leherbauer
fd233c56eb Bug 277410 - can not construct CModelBuilder2 in CDT RC1 2009-05-22 07:59:04 +00:00
Sergey Prigogin
1c29e6b4d6 Fine tuning of F3 navigation. 2009-05-22 06:08:30 +00:00
Sergey Prigogin
bf6979fc33 Comment adjustments. 2009-05-22 06:07:49 +00:00
Vivian Kong
eee2636999 bug 189228 - fix by Michael Berger 2009-05-21 13:56:38 +00:00
Ken Ryall
e1218f9cbd Missing since tag, 2009-05-20 13:13:08 +00:00
Markus Schorn
d160f2ba8a Fix warnings. 2009-05-20 11:47:45 +00:00
Sergey Prigogin
3845ffee22 An additional test case for AddIncludeTest. 2009-05-20 08:14:52 +00:00
Sergey Prigogin
75a5e159ac Fine tuning of Add Include. See bug 255952. 2009-05-20 07:09:54 +00:00
Sergey Prigogin
e697d8277b Fixed compiler warnings. 2009-05-20 07:08:39 +00:00
Sergey Prigogin
e0202c643c Patch by Glen Anderson. Bug 277004. 2009-05-20 05:38:52 +00:00
Ken Ryall
bd6747e339 Bug 276758, support for pe-dwarf. 2009-05-19 17:13:22 +00:00
Sergey Prigogin
c28c10d595 Follow up for bug 246846. 2009-05-19 05:42:39 +00:00
Ken Ryall
db6836a8b8 Removed duplicate dirList.add accidently left during merge. 2009-05-18 20:30:17 +00:00
James Blackburn
b25aa7413b Bug 274184 Deprecate public ICDescriptor related methods.
Equivalent functionality exists as part of ICConfigurationDescription (obtained from the ICProjectDescription).  ICDescriptor storage modules are stored in _every_ configuration in a project so use should be discouraged.
2009-05-18 19:15:24 +00:00
Ken Ryall
afa454ec63 Bug 253170, ELF and GNU ELF parsers incorrectly parse GNUARM executables. 2009-05-18 18:45:37 +00:00
Sergey Prigogin
6931e3cad6 Bug 246846. 2009-05-18 04:15:09 +00:00
Sergey Prigogin
e53e9dd65a Bug 246846. 2009-05-18 04:02:04 +00:00
Sergey Prigogin
fb443eac63 Adjusted appearance of the Indexer preference page. Bug 274777. 2009-05-18 03:47:30 +00:00
Sergey Prigogin
ee0fc78270 Bug 246846. 2009-05-18 02:23:42 +00:00
Sergey Prigogin
267003c18b Bug 276610. 2009-05-17 20:10:29 +00:00
Sergey Prigogin
669bcc0243 Cosmetics. 2009-05-17 19:48:37 +00:00
Sergey Prigogin
8335ff2c79 Test case for bug 276610. 2009-05-17 04:48:28 +00:00
Doug Schaefer
0d43fd79c5 Bug 276604 - Add WARNING: as valid warning header in gnu make error messages. 2009-05-16 23:55:21 +00:00
Sergey Prigogin
2ef51ed6f7 Removed workaround for bug 261457, which has been fixed in the platform. 2009-05-16 23:24:32 +00:00
Sergey Prigogin
c5c0fc6d24 Open Declaration improvements. Bug 232587. 2009-05-16 06:27:13 +00:00
Sergey Prigogin
cff7d18b90 Fixed an NPE. 2009-05-15 08:12:56 +00:00
Markus Schorn
61f6529667 Renaming a virtual method, bug 63290. 2009-05-15 08:05:24 +00:00
Anton Leherbauer
1ed04e9cac Remove useless parentExpression from commonSorter, related to bug 270103 2009-05-14 09:59:20 +00:00
Warren Paul
78550c0982 revert unintentional API break to deprecated org.eclipse.cdt.core.CommandLauncher.execute(IPath, String[], String[], IPath). 2009-05-13 17:56:58 +00:00
Markus Schorn
ee628f9a74 Index based code reader factory needs to respect the fallback factory, bug 275600. 2009-05-13 16:05:51 +00:00
Anton Leherbauer
d791eec58b Failing test case for bug 274973 - Problem when using backslash and ${cursor} in editor templates 2009-05-13 13:38:42 +00:00
Markus Schorn
6543fd0bb7 Prevent friend methods to be returned as declared method, bug 275358. 2009-05-13 12:23:35 +00:00
Markus Schorn
86ef3fc08c Improved name filter for quick outline view, bug 271115. 2009-05-13 11:50:19 +00:00
Anton Leherbauer
f309b2992e Bug 275645 - BadLocationException saving file 2009-05-13 11:30:53 +00:00
Markus Schorn
264e4f5164 Instantiation of default template argument during argument deduction, bug 272848. 2009-05-13 10:20:57 +00:00
Markus Schorn
63d41f2395 GeneratePDOM to output error message, bug 247087. 2009-05-13 08:55:47 +00:00
Chris Recoskie
e18ca46be0 RESOLVED - bug 103530: managed build: File with capital "S" extension not recognized as assembly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=103530
2009-05-11 18:26:53 +00:00
Sergey Prigogin
76426f0638 Cosmetics. 2009-05-11 05:26:26 +00:00
Sergey Prigogin
56c7e8b130 Added protection against opening a dialog in JUnit test. 2009-05-10 21:57:19 +00:00