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

9067 commits

Author SHA1 Message Date
Chris Recoskie
947eedd5bc - Merged changes from cdt_5_0 to HEAD. Too many to mention individually.
- Reworked IFileSystem utility so that now it is noimplement/noextend.  Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes.
- Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule.  Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery.
- Fixed remote indexing.  Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from.  Added API to ITranslationUnit for this purpose.
2010-05-11 22:50:20 +00:00
Andrew Gvozdev
89863c1400 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
more troubleshooting added
2010-05-11 14:43:32 +00:00
Andrew Gvozdev
23734c5141 bug 311468: JUnit failure: ErrorParserFileMatchingTest - SymbolicLink, intermittent
added troubleshooting assert
2010-05-11 14:37:48 +00:00
Markus Schorn
2cdd5df347 Bug 312399: NPE using F3 on undef. 2010-05-11 13:28:47 +00:00
James Blackburn
bc7368e9cf Bug 311189 sometimes we don't notice external .cproject changes after team remove and replace. Fix + test 2010-05-11 11:22:52 +00:00
James Blackburn
91561be4ae Bug 297557 getProjectDescription returns null for non-CDT projects; use the shared description for the decorator. 2010-05-11 11:10:01 +00:00
Sergey Prigogin
a39e7b7bd6 Cosmetics. 2010-05-10 20:31:34 +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
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