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

17200 commits

Author SHA1 Message Date
James Blackburn
d107ceab3c Bug 312292 suppress "method AbstractPane.updateCaret() does not override the inherited method" on Linux 2010-05-10 16:53:59 +00:00
Mikhail Khodjaiants
d2c5402e27 Bug 312055 - [registers][cdi] DSF mishandles empty register names in -data-list-register-names response. 2010-05-10 15:39:20 +00:00
Vivian Kong
46f65eb9c7 Bug 307593 - [Accessibility] CDT documentation has accessibility issues 2010-05-10 14:27:35 +00:00
Vivian Kong
55c0c36d5a Bug 312133 - TVT36:TCT178: PTG: Tools is in English 2010-05-10 14:09:20 +00:00
Alena Laskavaia
95d7620fd1 Fixed bug with using wrong launch constant in dsf jtag devices that support new connection interface 2010-05-10 14:06:21 +00:00
Andrew Gvozdev
1a2fce25ec bug 297557: Viewers should clearly indicate whether a file is excluded from build
Better description for Label Decorations in preferences
2010-05-10 14:04:31 +00:00
Sergey Prigogin
5b90e13d79 The previous fix for Linux broke the tests on Windows. This time it's a cross-platform fix. 2010-05-10 00:04:12 +00:00
Sergey Prigogin
f20d5d974c Fixed junit tests failing on Linux. 2010-05-09 22:42:00 +00:00
L. Frank Turovich
1221c4b9a0 Bug 312167 - Revised File property pages Discovery Options, Includes, Symbols, Language Mapping, Paths and Symbols 2010-05-09 19:57:51 +00:00
Andrew Gvozdev
bb41d115e7 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
tweak to test with Hudson build
2010-05-09 17:37:03 +00:00
L. Frank Turovich
690f511f36 Bug 312167 - Revised several Task pages to make them current. 2010-05-09 17:11:10 +00:00
Andrew Gvozdev
6f3f7a3c1a JavaDoc 2010-05-09 16:35:53 +00:00
Sergey Prigogin
ac690f85bf Fixed broken test. 2010-05-09 06:43:22 +00:00
Sergey Prigogin
a54b8f71ac Cosmetics. 2010-05-09 03:33:17 +00:00
Alena Laskavaia
a39fe6b4b2 Extracted interface for data object of Basic Block in control flow graph 2010-05-09 01:54:29 +00:00
Alena Laskavaia
ed2cdbc529 Bug 311268 fixed some f.p. in return checker 2010-05-09 01:49:06 +00:00
Sergey Prigogin
86647ac081 Include guard generation option based on file path relative to the source folder. Bug 235586. 2010-05-09 00:32:27 +00:00
Sergey Prigogin
0bb3286605 Include guard generation option based on file path relative to the source folder. Bug 235586. 2010-05-09 00:24:41 +00:00
Sergey Prigogin
66e0db829f Cosmetics. 2010-05-08 22:35:36 +00:00
L. Frank Turovich
ef4a520f87 Bug 312167 - Revised Environment and Discover Options property panels 2010-05-08 21:15:37 +00:00
L. Frank Turovich
6c9fbdda2e Bug 312167 - Revised Settings property tabs and images 2010-05-08 20:09:23 +00:00
Andrew Gvozdev
d17630643a bug 297557: Viewers should clearly indicate whether a file is excluded from build
Patch from Torkild Ulvøy Resheim
2010-05-08 18:55:26 +00:00
Alena Laskavaia
7848bd21a9 Bug 311268 tests (patch from Felipe) 2010-05-08 02:52:01 +00:00
Alena Laskavaia
dab4cc2c7e Bug 311268 added checker to check for return values 2010-05-08 02:43:49 +00:00
Alena Laskavaia
b19600d913 Added problem message to display in info panel 2010-05-08 02:15:46 +00:00
Alena Laskavaia
d7586e020f Improved diagnostic message 2010-05-08 01:23:29 +00:00
Alena Laskavaia
26dc9d8c68 Externalized string - fixed issues 2010-05-08 01:22:37 +00:00
Alena Laskavaia
95d8915fee Fixed details not showing for regular problems 2010-05-08 01:19:46 +00:00
Alena Laskavaia
9594eeb577 corrected message 2010-05-07 23:37:04 +00:00
Vivian Kong
528612c2b2 Bug 312092 - TVT36:TCT174: FRA - Duplicate mnemonic for Browse (same string used twice in same panel) 2010-05-07 18:09:31 +00:00
Marc Khouzam
6ad86fa192 Bug 281970: Cleanup based on John's review 2010-05-07 18:02:49 +00:00
John Cortell
443bcd6c99 Overhaul load. Turns out all we need is a simple implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=310304#c34 2010-05-07 16:10:41 +00:00
Alena Laskavaia
e0ee9359b1 Externalized strings 2010-05-07 02:58:31 +00:00
John Cortell
c2bf10a787 Make memory browser plugins warning-intolerant 2010-05-06 22:08:09 +00:00
John Cortell
444b314efa Make memory browser plugins warning-intolerant 2010-05-06 21:44:58 +00:00
John Cortell
600e524d6c Fixed warning 2010-05-06 21:40:53 +00:00
John Cortell
494889cad8 Make jtag plugins warning-intolerant 2010-05-06 21:35:25 +00:00
John Cortell
8316f290a6 Don't expose internal upstream types as API. Moved GDBJtagDSFCMainTab to internal package 2010-05-06 21:30:54 +00:00
John Cortell
bd09547166 befriend jtag plugin to let it avoid warnings 2010-05-06 21:28:12 +00:00
John Cortell
e42056257a [310304] GDB (DSF) Hardware Debugging Launcher ignores application program path 2010-05-06 20:17:04 +00:00
Marc Khouzam
4e0258df9a Bug 281970: No longer use CDIs "debugger" extension point, as it was useless for DSF-GDB and only causing confusion. 2010-05-06 20:07:47 +00:00
John Cortell
8b16325786 Fixed warnings 2010-05-06 19:25:07 +00:00
John Cortell
74e858e927 Various tweaks/cleanup 2010-05-06 19:16:17 +00:00
John Cortell
e09763e581 Fixed warnings 2010-05-06 18:55:56 +00:00
John Cortell
8f418be80d Fixed warning 2010-05-06 18:53:39 +00:00
John Cortell
2df2588754 Additional javadoc 2010-05-06 18:53:25 +00:00
John Cortell
5e45479ea7 Fixed warnings 2010-05-06 18:40:11 +00:00
John Cortell
43d9a2acb8 Use generics. Avoid unnecessary local 2010-05-06 18:13:00 +00:00
John Cortell
cfe83c4ed9 Use generics 2010-05-06 18:11:32 +00:00
John Cortell
60d122b161 Improve documentation 2010-05-06 18:06:37 +00:00