1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

428 commits

Author SHA1 Message Date
Chris Recoskie
6a8b930ea6 Bug 133881 - Make refreshing after building optional
- changed scheduling rule to be null so that the platform handles the locking on individual resources
- fixed it so only the given project's settings are serialized in its project description
- fixed it so projects/folders/files can be refreshed even if they were removed from the resource tree but not the filesystem
- optimized resource delta processing
2011-05-16 18:18:34 +00:00
Chris Recoskie
af28c6569c Bug 133881 - Make refreshing after building optional
- changed scheduling rules for refreshes to be the set of resources to be refreshed for a given project
2011-05-10 18:55:15 +00:00
Vivian Kong
eb723acf87 Bug 344646 - Use EFSExtensionManager to get project paths 2011-05-04 15:02:18 +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
72353369b3 bug 342069: Scanner discovery output is lost when running compiler specs command 2011-04-24 03:50:37 +00:00
Andrew Gvozdev
850a56e5d7 Bug 282894: [Scanner Discovery] duplicate "Error launching external scanner info generator" warning 2011-04-23 22:03:13 +00:00
Andrew Gvozdev
8f6af04d2a bug 342069: Scanner discovery output is lost when running compiler specs command 2011-04-23 18:02:47 +00:00
Chris Recoskie
e923b9a3c9 Bug 205257 - CDTProject creation scalability issue 2011-03-24 17:11:35 +00:00
Andrew Gvozdev
0699858e87 bug 319512: Missing type arguments compilation warnings 2011-03-11 23:32:45 +00:00
Andrew Gvozdev
c2a0602718 compilation warning 2011-03-11 23:26:39 +00:00
Anton Leherbauer
eb02ad7b69 Bug 338936 - Makefile parsers don't close the input streams 2011-03-07 16:24:27 +00:00
Anton Leherbauer
9749e71126 Bug 316502 - makefile outline doesn't work with alternate encoding 2011-02-24 10:23:50 +00:00
Andrew Gvozdev
d0e417a050 compilation warnings 2011-02-16 22:20:07 +00:00
James Blackburn
741eb6dd08 Bug 207851 - [Scanner Discovery] scannerConfigBuildInfo replicated in each Config 2011-02-16 16:57:33 +00:00
Anton Leherbauer
60080b30c7 Fix deprecation warnings 2011-02-14 14:18:46 +00:00
Chris Recoskie
a2ee72d9c5 Bug 328250 - CommonBuilder should use EFSExtensionManager to determine build working directory 2010-10-26 19:27:06 +00:00
Andrew Gvozdev
701ca1a50c fixed references to obsolete classes in description 2010-10-04 21:31:03 +00:00
Andrew Gvozdev
1a94ffcda8 bug 323011: compilation warning 2010-08-24 03:02:17 +00:00
Andrew Gvozdev
7620872563 bug 323011: [Scanner Discovery] Source files with drive-relative paths ("/foo/bar.c") are not discovered 2010-08-24 02:58:21 +00:00
Andrew Gvozdev
a2facc29fa bug 323011: [Scanner Discovery] Source files with drive-relative paths ("/foo/bar.c") are not discovered 2010-08-18 15:30:12 +00:00
Andrew Gvozdev
fa8ceee23e bug 319766: Invalid Javadoc tags
patch from Petri Tuononen
2010-07-16 15:12:58 +00:00
Andrew Gvozdev
1c064087e4 bug 319779: Unnecessary imports
patch from Petri Tuononen
2010-07-16 14:08:09 +00:00
Andrew Gvozdev
b25f1b7d13 bug 319113: Deprecated extension point org.eclipse.core.runtime.contentTypes 2010-07-10 04:19:52 +00:00
Vivian Kong
8d24bacec8 Bug 315439 Fix up copyright 2010-06-02 20:16:00 +00:00
Chris Recoskie
7038788c04 further changes for Bug 291815 - Add an extension point to allow utilities for virtual EFS filesystems 2010-05-25 17:58:41 +00:00
Andrew Gvozdev
e7c1bd5900 bug 306222: Further enhancement of Save Build Console feature
Discontinue logging per configuration added in bug 294106
2010-05-21 16:01:26 +00:00
Doug Schaefer
64a914802e Bug 313370 - fixed GCC Per File scanner discovery by allowing the builder to run normally again. Fixed the profile to use gcc arguments, not make which it does already. Also added support for --sysroot which has major affects on the gcc built-ins. 2010-05-18 20:52:39 +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
1e87c2c634 Bug 289986 - Allowing saving resources while running an external Makefile build 2010-04-30 16:05:52 +00:00
Andrew Gvozdev
068c62ae83 compilation warnings 2010-04-30 04:24:13 +00:00
Andrew Gvozdev
6aaacce746 compilation warnings 2010-04-30 03:19:49 +00:00
Andrew Gvozdev
cffc49b240 compilation warnings 2010-04-29 19:15:13 +00:00
Andrew Gvozdev
844ab2144c JavaDoc warnings 2010-04-29 19:02:21 +00:00
Andrew Gvozdev
6cffc42499 compilation warnings 2010-04-29 18:44:28 +00:00
Andrew Gvozdev
54c487b625 JavaDoc warnings 2010-04-29 18:44:27 +00:00
Andrew Gvozdev
a3dbe6b359 JavaDoc warnings 2010-04-29 18:22:17 +00:00
Andrew Gvozdev
ed4c5ff4a2 compilation warnings 2010-04-29 18:20:13 +00:00
Andrew Gvozdev
e473a12211 JavaDoc warnings 2010-04-29 18:12:22 +00:00
Andrew Gvozdev
d8a11fe39c reverted for now 2010-04-29 17:54:21 +00:00
Andrew Gvozdev
3559c97463 JavaDoc warnings 2010-04-29 17:54:20 +00:00
Andrew Gvozdev
de1302afa7 JavaDoc settings 2010-04-29 17:30:03 +00:00
Ken Ryall
4fd94ed31f Fix NPE. 2010-04-29 16:28:44 +00:00
Anton Leherbauer
354ee07912 Bug 310997 - NPE in DiscoveredPathInfo 2010-04-29 11:59:25 +00:00
Andrew Gvozdev
54db699cd8 compilation warnings 2010-04-29 05:00:07 +00:00
Andrew Gvozdev
f068ae1a89 compilation warnings 2010-04-29 04:33:44 +00:00
Andrew Gvozdev
4790e5993f compilation warnings 2010-04-29 04:18:37 +00:00
Andrew Gvozdev
27674723aa compilation warnings 2010-04-29 03:15:23 +00:00
Andrew Gvozdev
ddb0e74d4c compilation warnings 2010-04-29 03:09:09 +00:00
Andrew Gvozdev
749ebddf58 compilation warnings 2010-04-29 02:59:20 +00:00
Andrew Gvozdev
10c0826b58 compilation warnings 2010-04-29 02:06:32 +00:00