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

19245 commits

Author SHA1 Message Date
Chris Recoskie
5efd41bb09 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-29 18:28:52 +00:00
Mikhail Khodjaiants
e664c6dc5f Bug 344325 - Remove unused dependency to org.eclipse.jface 2011-04-29 18:06:10 +00:00
Chris Recoskie
1ab1affd17 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-29 18:02:57 +00:00
Andrew Gvozdev
fe52e11b25 bug 343429: [checker] Checker to pinpoint unused static functions in a file
Added exception for CVS ident
2011-04-29 11:17:42 +00:00
Sergey Prigogin
bfab63bae9 Cosmetics. 2011-04-29 06:05:37 +00:00
Andrew Gvozdev
f1daf6235a bug 343429: [checker] Checker to pinpoint unused static functions in a file 2011-04-29 03:00:09 +00:00
Chris Recoskie
1c43fad405 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 20:02:33 +00:00
Patrick Chuong
6a9144e8e0 Bug 343021 - variable/expression/register cell modifier need to try to get element format when in editing values 2011-04-28 19:29:07 +00:00
Chris Recoskie
4e4660f725 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 15:09:20 +00:00
Markus Schorn
bc53d099c3 Bug 343437: Support for UNC include directories, by Greg Watson. 2011-04-28 14:10:29 +00:00
Emanuel Graf
865df3ce23 Bug 344077: Toggle Function: different or missing function parameter names will break code
https://bugs.eclipse.org/bugs/show_bug.cgi?id=344077
2011-04-28 07:22:13 +00:00
Andrew Gvozdev
965519bc61 bug 342640: comment adjusted 2011-04-28 02:49:41 +00:00
Chris Recoskie
1cbc7db6e6 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-28 01:50:44 +00:00
Vivian Kong
07b6a0943d Bug 133881 - Make refreshing after building optional - UI changes
Work in progress.
2011-04-27 15:28:00 +00:00
Chris Recoskie
dd955beb01 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-27 15:04:20 +00:00
Chris Recoskie
bb6a0c0fc0 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-27 15:03:11 +00:00
Vivian Kong
30565d01be Bug 133881 - Make refreshing after building optional - UI changes
Work in progress.
2011-04-27 14:00:09 +00:00
Markus Schorn
35b299f423 Compiler warnings. 2011-04-27 11:20:54 +00:00
Andrew Gvozdev
44a0ca086b bug 343700: Exceptions during Build Selected Files operation are not displayed in the Build Console
Patch from Alex Freidin
2011-04-26 22:22:33 +00:00
Andrew Gvozdev
acf993572f compilation warnings 2011-04-26 21:46:32 +00:00
Andrew Gvozdev
e4264eb0d4 compilation warnings 2011-04-26 21:21:24 +00:00
Marc Khouzam
4239136a95 Bug 343861: Project should not be required to perform debugging 2011-04-26 19:29:56 +00:00
Pawel Piech
d5d371784d Bug 343867 - EvaluationContextManager unnecessarily triggers loading of org.eclipse.cdt.debug.ui 2011-04-26 16:18:22 +00:00
Sergey Prigogin
04f74e7829 Don't report problems inside macro expansions. 2011-04-26 03:38:49 +00:00
Sergey Prigogin
44a3a89caa Fixed warnings. 2011-04-26 03:37:18 +00:00
Sergey Prigogin
37d2f3e93b Cosmetics. 2011-04-26 03:23:34 +00:00
Sergey Prigogin
ae98f347c0 Cosmetics. 2011-04-26 03:21:37 +00:00
Sergey Prigogin
e6291e80c0 Reverted an accidentally submitted change. 2011-04-25 19:29:01 +00:00
Sergey Prigogin
0d20c954e0 Renamed GetterAndSetterContext to GetterSetterContext. 2011-04-25 19:27:19 +00:00
Sergey Prigogin
ae1e9fa9b4 Bug 273529. Configurable name style for getters setters and file names. 2011-04-25 19:11:53 +00:00
Andrew Gvozdev
fbcf246a20 bug 222817: Updated Managed Build System Extensibility Document
Patch from Miwako Tokugawa
2011-04-25 18:27:06 +00:00
Marc Khouzam
be1c53102b Bug 343745: JUnit tests can be delayed 2 seconds unnecessarily 2011-04-25 16:02:27 +00:00
Marc Khouzam
a942a02708 Bug 343734: JUnit tests for GDB 7.3 2011-04-25 14:25:30 +00:00
Marc Khouzam
ec88491764 Bug 336961: selectTraceRecord() should not update the UI because it can be used for background activities. 2011-04-25 13:54:42 +00:00
Sergey Prigogin
82ffa32f82 Cosmetics. 2011-04-25 07:11:03 +00:00
Sergey Prigogin
d8a5f2dfb4 Cosmetics. 2011-04-25 05:03:31 +00:00
Andrew Gvozdev
0a90b65e97 bug 222817: [Contribution] <enablement and applicability calculator support with Option Category
Patch from Miwako Tokugawa
2011-04-25 04:38:22 +00:00
Alena Laskavaia
bd992e2e92 - added stats collecting code 2011-04-25 03:12:05 +00:00
Alena Laskavaia
2c65df3e22 Bug 342906 - No warning if only one of an if/else pair has a return statement 2011-04-25 02:13:33 +00:00
Alena Laskavaia
b8b9084ce2 Bug 332285 - Parser misinterprets return statement in lambda 2011-04-25 01:45:28 +00:00
Alena Laskavaia
42958023ad Bug 338046 - Bogus warning in macro that resolves to 'case' statement 2011-04-25 01:05:50 +00:00
Alena Laskavaia
d3ddf272ed Bug 339802 - [fp] No break at the end of case if "break" is defined in braces and in a macro 2011-04-25 01:02:56 +00:00
Sergey Prigogin
4f80f47e85 Fixed typo. 2011-04-25 01:01:42 +00:00
Sergey Prigogin
f8d97d79fa Cosmetics. 2011-04-25 00:19:12 +00:00
Andrew Gvozdev
20bcd2c790 Bug 342069: Fixed failing Hudson unit tests 2011-04-24 23:39:53 +00:00
Alena Laskavaia
a27af205a9 Bug 343676: rewrote case checker to support complex structures 2011-04-24 19:00:34 +00:00
Andrew Gvozdev
72353369b3 bug 342069: Scanner discovery output is lost when running compiler specs command 2011-04-24 03:50:37 +00:00
Andrew Gvozdev
6aab2550d6 Generic "Warning:" pattern added. 2011-04-24 03:22:08 +00:00
Sergey Prigogin
5cba3bf285 Formatting bug fixes. 2011-04-24 01:40:59 +00:00
Sergey Prigogin
6972073054 Adjusted appearance of the line wrapping preference page for consistency with JDT. 2011-04-24 00:21:42 +00:00