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

16663 commits

Author SHA1 Message Date
Alena Laskavaia
21fa408633 - added description field for problem interface 2010-03-23 03:07:14 +00:00
Andrew Gvozdev
61da6659ce bug 306708: IScannerInfoConsoleParser.startup is call multiple times even if nothing needs to be compiled
Made ScannerConfigBuilder run only on FULL_BUILD event and configurable in properties.
2010-03-23 02:59:42 +00:00
Sergey Prigogin
0a634c54fe Fixed stack overflow while processing invalid self-referring auto-type declarations. Bug 305970. 2010-03-22 22:23:22 +00:00
Vivian Kong
3ed12a5fb2 Bug 306725 - Missing plugin from Coden feature 2010-03-22 17:35:49 +00:00
Vivian Kong
5b0229432c Bug 306725 - Missing plugin from Coden feature 2010-03-22 17:17:41 +00:00
Andrew Gvozdev
d1005fa487 debug option to track build events 2010-03-22 17:05:48 +00:00
Vivian Kong
62139d3e3b Bug 306725 - Missing plugin from Coden feature 2010-03-22 16:19:56 +00:00
Vivian Kong
d69cdc0dbb Bug 306725 - Missing plugin from Coden feature 2010-03-22 15:34:15 +00:00
James Blackburn
617f0c7802 Bug 170590 - CDTBuildAction: save before build preference should cause dirty editors in referenced projects to be saved. 2010-03-22 10:37:18 +00:00
Sergey Prigogin
03cbd47472 Code cleanup. 2010-03-22 05:33:59 +00:00
Sergey Prigogin
a06882508c Cosmetics. 2010-03-22 05:04:23 +00:00
Alena Laskavaia
1276c82216 - fixed some layout problems 2010-03-22 03:42:59 +00:00
Alena Laskavaia
53e15f64c2 - added limited support for string parameters 2010-03-22 03:23:46 +00:00
Alena Laskavaia
92923566ce - added abstract classes for parameter info 2010-03-22 02:14:41 +00:00
Alena Laskavaia
72ac8f6242 [306658] - Property page for codan shows up on non C projects and should be under general C/C++ category 2010-03-22 01:48:19 +00:00
Alena Laskavaia
b239297541 [306563 ] - fixed false positives 2010-03-20 14:19:43 +00:00
Markus Schorn
e3b26be436 Bug 306213: Selecting partial specializations, handling infinite recursions. 2010-03-19 15:48:20 +00:00
Markus Schorn
b01672b1f3 Bug 305975: Strongly typed enums, forward declarations for enum. 2010-03-19 13:06:51 +00:00
Ed Swartz
90f7d1a702 Fix possible NPE at termination time for bug 305775 2010-03-18 19:49:45 +00:00
John Cortell
d42788838e [303569] Realized there's no need for a catchpoint-hit object in order to support gdb < 7.0. We can use a breakpoint-hit one just with gdb >= 7.0 2010-03-18 18:09:10 +00:00
Alena Laskavaia
30dffe83b5 - fixed problem locations 2010-03-18 16:34:06 +00:00
James Blackburn
768092e26c Bug 302881 Tweak fix; return previous referenced settings if the referenced project's configuration isn't yet accessible. 2010-03-18 16:32:49 +00:00
Emanuel Graf
3d44a24ca3 FIXED - bug 306129: Error occurred when using generates getter and setters (for underscrore suffix variable)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306129
2010-03-18 15:40:14 +00:00
Alena Laskavaia
78e4512614 - added real NamingConvention checker 2010-03-18 15:03:30 +00:00
Alena Laskavaia
a7ff454fda - added example word into problem description to distinguiish from real checker 2010-03-18 15:03:09 +00:00
Alena Laskavaia
b4ff99ca8f - fixed implemenation of processModel - to set a file 2010-03-18 15:02:37 +00:00
Alena Laskavaia
eadd67178c - added javadoc 2010-03-18 15:01:55 +00:00
Alena Laskavaia
e79f9bc741 - renamed to reflect type of checker 2010-03-18 14:38:30 +00:00
Alena Laskavaia
f7b306a662 - fixed checker were running even when disabled 2010-03-18 14:36:39 +00:00
Alena Laskavaia
3ff7fd3ecd - fixed interface comment 2010-03-18 14:36:12 +00:00
Alena Laskavaia
bad558e232 - extracted example from real checkers 2010-03-18 14:33:13 +00:00
Alena Laskavaia
5cc82d793a separate language specific plugins from general 2010-03-18 14:06:45 +00:00
Emanuel Graf
d9629c20b0 Fix for failing unit tests 2010-03-18 13:51:42 +00:00
Anton Leherbauer
0563296668 Bug 306305 - Improve wording of Tab key preference 2010-03-18 11:21:19 +00:00
Anton Leherbauer
bb9b38bfe9 Bug 280596 - Wrong indentation with spaces following a tab 2010-03-18 11:08:41 +00:00
John Cortell
74905a9380 [306287] debug.ui bundle does not export some packages 2010-03-17 22:47:16 +00:00
John Cortell
69fec55016 [306288] dsf.ui bundle does not export some packages 2010-03-17 22:45:01 +00:00
John Cortell
b32ebda2f8 Additional documentation 2010-03-17 22:37:04 +00:00
David Dubrow
d1446de73e Fix bug where getSupportedFormats() was throwing rather than returning data 2010-03-17 20:16:32 +00:00
John Cortell
14d03593f9 befriend dsf-gdb plugin for an internal package (fix warnings) 2010-03-17 20:12:07 +00:00
John Cortell
2e7e95dfad Fixed warnings 2010-03-17 20:07:52 +00:00
Marc Khouzam
69c742577b [228703] Need to clear the containerContext from the breakpointHitMap if it exists. 2010-03-17 18:27:44 +00:00
Marc Khouzam
d72885258c [228703] Forgotten change after review. 2010-03-17 18:11:27 +00:00
Marc Khouzam
6063d45e4e [300718] The delete button in the Breakpoint actions preference page was no longer being called because of the bug fix in bug 300718 2010-03-17 13:43:04 +00:00
Marc Khouzam
e26654f193 [284286] The delete button of the TracepointActions preference page was not being called. 2010-03-17 13:36:54 +00:00
Mike Kucera
ae33f98bb6 Bug 305391 - encoding change event is not handled 2010-03-16 21:28:33 +00:00
John Cortell
c66fc1442a [306018] Memory Browser several GUI problems 2010-03-16 21:01:46 +00:00
Mike Kucera
d3386e3dd2 Bug 303065 - support new constructs by the upcoming v11.1 XL C/C++ compiler 2010-03-16 18:35:48 +00:00
Mike Kucera
6fd9d65358 import wizard file dialog says Save As when it should say Open 2010-03-16 17:28:07 +00:00
Andrew Gvozdev
c5bb4beda7 cleanup: removed some JavaDoc warnings plus other cosmetics 2010-03-16 16:55:34 +00:00