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

14898 commits

Author SHA1 Message Date
James Blackburn
ec2f7923b9 Bug 245264 Makefile not generated correctly for linked resources in some cases. (Resource's full path starts with the name of another project.) 2009-05-26 19:42:37 +00:00
Chris Recoskie
4c2d8833d6 RESOLVED - bug 163650: Include Paths -I""
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163650
2009-05-26 18:26:20 +00:00
Ken Ryall
37c2a407da Bug 277903, don't refresh exe list if import doesn't add and new ones. 2009-05-26 18:24:30 +00:00
Vivian Kong
053ba2bfc4 bug 210067 2009-05-26 15:25:58 +00:00
Vivian Kong
9ddbabcbf9 bug 254307 - branding 2009-05-26 14:59:11 +00:00
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
Alena Laskavaia
1d1820c83b [277057] - check for dialog ok, patch 2009-05-20 16:33:50 +00:00
Alena Laskavaia
ccca4b5501 [274998] - added exception logging, patch 2009-05-20 14:14:24 +00:00
Alena Laskavaia
f0b42a7fa6 [275773] - updated labels and icons for make targets view, patch from Andrew Gvozdev 2009-05-20 13:59:58 +00:00
Marc Khouzam
d8e9fa0782 [234467] When terminating a DSF-GDB launch, interrupt the inferior if it is running. Without that, the inferior is left running even though GDB is killed. 2009-05-20 13:45:58 +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
Vivian Kong
a56265dbe6 missing angle bracket 2009-05-19 20:48:52 +00:00
Mike Kucera
fb068f40ba [277001] UPC toolchain isn't set up propertly 2009-05-19 20:34:18 +00:00
Pawel Piech
9fba81c108 Fixed bug in last checkin. 2009-05-19 19:02:31 +00:00
Pawel Piech
b67b5182ff [145635] - Support for debug view pin & clone 2009-05-19 18:23:01 +00:00
Ken Ryall
b48b4d1acd Don't bother checking to see if non-existent files are in the project. 2009-05-19 17:19:53 +00:00
Ken Ryall
bd6747e339 Bug 276758, support for pe-dwarf. 2009-05-19 17:13:22 +00:00
Alena Laskavaia
593cd79862 [255946] - fixing escaping for MI output, patch applied kind of 2009-05-19 15:34:40 +00:00
Vivian Kong
57756dcb6c use 3.5RC1 to build 2009-05-19 15:12:35 +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
ee9b1aa905 Bug 276688 Deadlock in MakeContentProvider
- Display#syncExec(...) while the workspace lock is held => changed to #asyncExec(...)
 - Generics
2009-05-18 19:24:24 +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