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

461 commits

Author SHA1 Message Date
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
Andrew Gvozdev
25ded47847 compilation warnings 2010-04-29 01:52:57 +00:00
Andrew Gvozdev
97285f3b56 compilation warnings 2010-04-28 20:03:14 +00:00
Andrew Gvozdev
44f53ef53d compilation warnings 2010-04-28 19:51:17 +00:00
Andrew Gvozdev
d304fe4f57 compilation warnings 2010-04-28 19:40:14 +00:00
Andrew Gvozdev
ae1955efc0 compilation warnings 2010-04-28 19:31:34 +00:00
Andrew Gvozdev
906c0d3869 compilation warnings 2010-04-28 19:05:05 +00:00
Andrew Gvozdev
2c411b4045 compilation warnings 2010-04-28 18:45:16 +00:00
Andrew Gvozdev
06e6fa4f96 compilation warnings 2010-04-28 18:39:23 +00:00
Andrew Gvozdev
cd60bbb283 compilation warnings 2010-04-28 18:33:03 +00:00
Andrew Gvozdev
d05a0837ed compiler warnings 2010-04-28 17:30:14 +00:00
Andrew Gvozdev
58eaef33c6 cleanup: compilation warnings 2010-04-12 02:50:57 +00:00
Andrew Gvozdev
28ffaab1ff bug 293704: Arguments of build command are lost in Create/Modify Dialogs when builder settings are used
Patch from Axel Mueller
2010-04-11 17:56:43 +00:00
Andrew Gvozdev
c5b2bfd909 cleanup: compilation warnings 2010-04-05 01:36:56 +00:00
Andrew Gvozdev
dc598d5a5d deprecated old classes for CDT 3.X projects 2010-03-23 03:43:02 +00:00
Andrew Gvozdev
d1005fa487 debug option to track build events 2010-03-22 17:05:48 +00:00
Andrew Gvozdev
8c78cc1ed7 bug 303463: Building makefile project fails with "Error 141" (make) / IllegalArgumentException java exception 2010-03-12 18:24:24 +00:00
Andrew Gvozdev
fed65b3655 bug 294106: Save CDT Build Console output into a file
Patch from Dmitry Kozlov
2010-03-11 18:04:41 +00:00