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

9010 commits

Author SHA1 Message Date
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
Andrew Gvozdev
bb41d115e7 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
tweak to test with Hudson build
2010-05-09 17:37:03 +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
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
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
Andrew Gvozdev
3e77d51532 oops: accidental commit reverted 2010-05-06 15:03:38 +00:00
Andrew Gvozdev
539ff63173 improper indentation 2010-05-06 14:46:21 +00:00
Ken Ryall
ad974495ab Make addresses serializable. 2010-05-05 18:54:33 +00:00
James Blackburn
ce525dbe96 Bug 311189 attempt to refresh the resource (depth NONE) before removing the source entries 2010-05-05 16:41:01 +00:00
James Blackburn
800ab8b171 Bug 311189 settings are changed & lost after project set import replaces existing project 2010-05-05 15:53:11 +00:00
Vivian Kong
a85f49062c Bug 311628 - TVT36:TCT139: CHS: Mnemonic Keys Aren't Needed for Flyover 2010-05-05 14:41:08 +00:00
Markus Schorn
c1c856a38e Fixes for occasional JUnit failures 2010-05-05 13:33:51 +00:00
Markus Schorn
10519ecf5f Compiler warnings. 2010-05-05 13:32:57 +00:00
Markus Schorn
5f1227d142 Minor fix for implicit constructors. 2010-05-05 13:29:23 +00:00
Markus Schorn
8e12e974ec Fix for JUnit failures. 2010-05-05 11:50:56 +00:00
Markus Schorn
843b5f6343 Performance improvement for computing overloaded operators. 2010-05-05 09:20:26 +00:00
Markus Schorn
346b25fada Fix typo. 2010-05-05 09:17:27 +00:00
Sergey Prigogin
4a264bdc0f Use Ctrl+Alt+S instead of Ctrl+Shift+S for Sort Lines to avoid conflich with Save All. 2010-05-05 06:13:34 +00:00
Andrew Gvozdev
b07f185354 JavaDoc added 2010-05-03 22:15:31 +00:00
Andrew Gvozdev
89f528fac7 toString() added 2010-05-03 20:51:15 +00:00
Markus Schorn
2f09275558 Deprecation of IASTArraySubscriptExpression.getSubscriptExpression(). 2010-05-03 08:32:14 +00:00
Sergey Prigogin
404e31b20a Sort Lines command. 2010-05-03 05:48:29 +00:00
Sergey Prigogin
d6c48415c3 Sort Lines command. 2010-05-03 04:53:27 +00:00
Sergey Prigogin
0ae94097b3 Cosmetics. 2010-05-03 04:52:38 +00:00
Sergey Prigogin
e45a245ac1 Minor code simplification. 2010-05-03 04:51:41 +00:00
Sergey Prigogin
88b632405d Cosmetics. 2010-05-02 22:06:49 +00:00
Sergey Prigogin
31a23d3fc0 Fixed compiler warning. 2010-05-02 21:45:29 +00:00
Sergey Prigogin
4a4d247e2f Fixed compiler warning. 2010-05-02 21:45:28 +00:00
Sergey Prigogin
e85fb0b135 Cosmetics. 2010-05-02 21:42:04 +00:00
Sergey Prigogin
e487384c29 Generics. 2010-05-02 21:34:09 +00:00
James Blackburn
75debca17a Bug 248071 libraries rebuilt on Mac OS X 10.5, forward compatible with 10.6 2010-05-01 11:51:16 +00:00
John Cortell
ff3f6bc722 Updated comment to reflect the current status given a fix earlier today. 2010-04-30 21:06:54 +00:00
James Blackburn
1e87c2c634 Bug 289986 - Allowing saving resources while running an external Makefile build 2010-04-30 16:05:52 +00:00
John Cortell
9d3d836047 Simplify BOOL check. 2010-04-30 14:22:35 +00:00
John Cortell
d76884f42a Bug 311182: Enhance Spawner JNI code to use DebugBreakProcess when running on >= XP 2010-04-30 14:22:34 +00:00
Markus Schorn
e734801e92 Bug 309096: NPE in pointer to member type. 2010-04-30 09:54:46 +00:00
Markus Schorn
d6fd606c63 Bug 311030: Using va_args with function pointer. 2010-04-30 08:12:21 +00:00
David Dubrow
de22c3b311 For whitesmiths, make start of line to be indented with block 2010-04-29 16:25:12 +00:00
Markus Schorn
7f927adbca Bug 259280: Avoid checksum computation when possible. 2010-04-29 10:55:39 +00:00
Markus Schorn
8158ebaadb Bug 310837: Updating header from referenced project. 2010-04-29 09:07:14 +00:00
Anton Leherbauer
7ea9474e1b Bug 291756 - Comma and question mark are not highlighted 2010-04-29 07:33:09 +00:00
Anton Leherbauer
875dfaf63c Bug 264787 - No doxygen coloring style configuration 2010-04-29 07:22:56 +00:00
John Cortell
a67d730090 Bug 304096: Interrupting a Windows target does not always work, revisited. CDI adjustments. 2010-04-28 16:26:25 +00:00
James Blackburn
f6da41c466 Bug 115601 Add -include option to built-in MBS GNU toolchain. Add Paths & Symbols property page for editing paths of kind ICSettingEntry#INCLUDE_FILE (hidden by default) 2010-04-28 13:23:39 +00:00