1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 08:25:25 +02:00
Commit graph

5340 commits

Author SHA1 Message Date
Sergey Prigogin
f8ea863db6 Fix for bug 312198. Submitted on behalf of Markus, 2010-05-12 01:31:23 +00:00
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
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
Sergey Prigogin
66e0db829f Cosmetics. 2010-05-08 22:35:36 +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
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
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
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
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
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
John Cortell
a67d730090 Bug 304096: Interrupting a Windows target does not always work, revisited. CDI adjustments. 2010-04-28 16:26:25 +00:00
Markus Schorn
ea6bcda223 Bug 310514: Exporting resource snapshots in addition to cdt index. 2010-04-27 12:37:06 +00:00
John Cortell
4aee96ae0b Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:18:09 +00:00
James Blackburn
48c3771211 Bug 309107 .project changes on Active configuration change 2010-04-26 16:58:29 +00:00
Ken Ryall
2f25bce3ed Add a version of getSourceFiles that takes a progress monitor. 2010-04-26 16:57:09 +00:00
Markus Schorn
f210a17908 Bug 309564: Partial ordering of template funcitons. 2010-04-26 14:03:29 +00:00
Markus Schorn
c038f8b53e Bug 309096: NPE in composite index. 2010-04-26 13:20:17 +00:00
Markus Schorn
817e8b717b Bug 308611: Content assist after '?' in conditional expression. 2010-04-26 13:14:33 +00:00
Markus Schorn
f262dbf212 Bug 309155: Cast to void. 2010-04-26 12:17:03 +00:00
James Blackburn
51667854d1 Bug 310007 core.resources can deadlock the CDT project model 2010-04-23 14:09:48 +00:00
James Blackburn
077917c1f5 Bug 310007 back-out changes - tests aren't happy 2010-04-22 15:43:21 +00:00
James Blackburn
63dc719a21 Bug 310007 core.resources can deadlock CDT project model. 2010-04-22 15:39:22 +00:00
Andrew Gvozdev
4b9f93946c default configuration to print in debug mode 2010-04-13 17:34:59 +00:00
Sergey Prigogin
ebee62c7ca Navigation to implicitly called constructors. Bug 248855. 2010-04-12 01:44:49 +00:00
Sergey Prigogin
92e5bf17ea Cosmetics. 2010-04-12 01:43:47 +00:00
Sergey Prigogin
59db3eea48 Cosmetics. 2010-04-11 21:41:11 +00:00
Sergey Prigogin
d596dcb716 Detection of implicit constructor calls in declarators and initializers. Bug 248854. 2010-04-11 19:08:38 +00:00
Sergey Prigogin
b36b8e6f80 Cosmetics. 2010-04-11 06:30:30 +00:00
Sergey Prigogin
2648a64836 Cosmetics. 2010-04-11 06:19:51 +00:00
Sergey Prigogin
eb31f64c07 Cosmetics. 2010-04-11 02:08:35 +00:00
Ling Wang
ab2d1ddfee fixed bug 308535, fail to read symbol name of eight bytes. 2010-04-08 18:02:18 +00:00
Markus Schorn
df81d1f40e Bug 283080: Updating headers in non-source folders. 2010-04-08 11:49:24 +00:00
Markus Schorn
855df3774a Bug 305976: New character types. 2010-04-07 10:00:51 +00:00
Sergey Prigogin
85a2f2b28a Cosmetics. 2010-04-05 04:35:00 +00:00
Sergey Prigogin
a5ed507b17 Cosmetics. 2010-04-05 04:03:28 +00:00
Sergey Prigogin
bc9d25dd8c Cosmetics. 2010-04-05 03:37:20 +00:00
Sergey Prigogin
6b5824dedf Cosmetics. 2010-04-05 03:28:24 +00:00
Sergey Prigogin
ea1547dae1 Cosmetics. 2010-04-05 03:07:07 +00:00
Sergey Prigogin
8703b944a2 Cosmetics. 2010-04-05 02:50:55 +00:00
Sergey Prigogin
60322d05d5 Cosmetics. 2010-04-04 17:41:42 +00:00