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

8784 commits

Author SHA1 Message Date
Sergey Prigogin
53fe2a1451 Cosmetics. 2010-01-04 04:04:54 +00:00
Sergey Prigogin
71ea7fe4f8 Cosmetics. 2010-01-04 04:01:52 +00:00
Sergey Prigogin
64d21644a9 Cosmetics. 2010-01-04 03:52:44 +00:00
Andrew Gvozdev
172ea442ad bug 298590: Restore Defaults does not quite restore Folder Settings
Restoring original logic of finding parent folder settings from revisions earlier than 1.65
2010-01-01 18:22:30 +00:00
Andrew Gvozdev
7474a5d8c1 bug 298552: Two cases of neglect refreshing resource settings in Project Explorer 2009-12-27 23:21:34 +00:00
Andrew Gvozdev
2128ed9b3a bug 284843: Environment Variable with value ":" gets replaced by empty string ""
Patch from Marc-Andre Laperle
2009-12-27 00:54:55 +00:00
Andrew Gvozdev
a618ada877 bug 297376: Missing Doxygen commands.
Patch from Marc-Andre Laperle
2009-12-26 23:18:53 +00:00
Andrew Gvozdev
790a689a5c bug 298540: The overlay icon for custom resource settings is misleading 2009-12-26 19:40:33 +00:00
Andrew Gvozdev
6386479b1a cleanup: replaced deprecated method 2009-12-25 00:52:53 +00:00
Andrew Gvozdev
6cebeffb70 cleanup: fixed null pointer warning 2009-12-25 00:38:43 +00:00
Andrew Gvozdev
f7d6fe923a cleanup: unnecessary cast 2009-12-25 00:31:19 +00:00
Andrew Gvozdev
ceac936337 bug 298509: Project description delta is not created for some events 2009-12-24 22:12:55 +00:00
Andrew Gvozdev
0640feeccd bug 298509: Project description delta is not created for some events
toString() added
2009-12-24 22:08:27 +00:00
Andrew Gvozdev
474bd757db bug 298509: Project description delta is not created for some events
Added ability to create multiple configurations while creating CDT project
2009-12-24 22:05:02 +00:00
Markus Schorn
0ef32519a1 Bug 280909: Type deduction and instantiation for variadic templates. 2009-12-23 19:00:19 +00:00
Andrew Gvozdev
54f917f440 cleanup: unnecessary cast fixed 2009-12-23 02:29:17 +00:00
Sergey Prigogin
fb9dff069c Fixed typos. 2009-12-21 06:57:15 +00:00
Andrew Gvozdev
6fa46c7bb1 cleanup: renamed private fields, reformatted 2009-12-20 04:39:51 +00:00
Anton Leherbauer
28d4637ace Test case for bug 294965 2009-12-18 13:43:44 +00:00
Anton Leherbauer
09d91b1c01 Bug 294965 - object file added to root of project is not shown in C/C++ Projects view
Patch by wieant@tasking.com
2009-12-18 13:43:37 +00:00
Markus Schorn
6ad255dfed Bug 280909: Syntax and bindings for variadic templates. 2009-12-18 09:58:29 +00:00
John Cortell
ffd9215e3f [297778] DwarfReader shouldn't inject drive letter into file paths or convert cygwin paths 2009-12-15 21:44:49 +00:00
John Cortell
cdd0c897ac Avoid unwanted conversion from a UNIX path to c:\ on Windows, just as with 297781 2009-12-15 00:18:34 +00:00
Anton Leherbauer
986dc3753a Bug 278967 - Content assist on "../" results in an error 2009-12-14 08:45:16 +00:00
Andrew Gvozdev
1a64d13fda bug 297683: JUnit tests AllTemplateEngineTests stopped compiling in eclipse 3.6M4 2009-12-13 04:34:59 +00:00
Anton Leherbauer
354fa73eba Fix deprecation warnings 2009-12-11 13:31:32 +00:00
Markus Schorn
ac13b9f714 Compiler warnings. 2009-12-11 11:11:29 +00:00
Markus Schorn
7831fac919 Bug 297550: NPE skipping trivial initializers. 2009-12-11 10:28:44 +00:00
Markus Schorn
0c68019dc1 Bug 296549: NPE accessing implicit methods. 2009-12-10 13:51:47 +00:00
Markus Schorn
0209ac4783 Bug 297438: Parameter defaults get lost in index. 2009-12-10 13:21:39 +00:00
Markus Schorn
36d621341c Bug 296906: ADL for overloaded operators. 2009-12-10 10:07:29 +00:00
Mike Kucera
c595624439 Bug 282854 - Add an import/export from file button to the Paths and Symbols page 2009-12-09 17:28:36 +00:00
Doug Schaefer
4eb4fa693c Fix API breakage. 2009-12-08 20:38:21 +00:00
Doug Schaefer
673ce7a0a9 New ScannerInfoProvider extension point allowing providers to be associated with build commands in the project description. 2009-12-08 18:51:56 +00:00
Mike Kucera
2bb959feda Bug 296881 - remote C/C++ search results not displaying properly 2009-12-07 21:46:30 +00:00
Sergey Prigogin
43de6972ad Avoid creating an unnecessary object. 2009-12-07 07:31:10 +00:00
Sergey Prigogin
facea6db02 Cosmetics. 2009-12-06 20:18:21 +00:00
Sergey Prigogin
c5ef494d1f Cosmetics. 2009-12-06 20:15:40 +00:00
Sergey Prigogin
b77877aea8 Fixed a comment. 2009-12-06 03:54:43 +00:00
Sergey Prigogin
29c2347063 Fixed Javadoc. 2009-12-06 03:50:15 +00:00
Sergey Prigogin
9a44e49e11 Cosmetics. 2009-12-06 03:49:38 +00:00
Sergey Prigogin
9408357b60 Removed unused code. 2009-12-06 03:38:04 +00:00
Sergey Prigogin
5d6f846caf toString method. 2009-12-06 03:35:48 +00:00
Sergey Prigogin
cc0d1ce4aa Cosmetics. 2009-12-06 03:33:31 +00:00
Andrew Gvozdev
75a36f0c5e bug 296966: [error parser] [patch] Fixes for GNU ld error parsing
Convert GLDErrorParser to RegexErrorParser
2009-12-05 18:54:15 +00:00
Andrew Gvozdev
23d7d1e99f bug 296966: [error parser] [patch] Fixes for GNU ld error parsing
Patch from Ed Swartz
2009-12-05 17:51:27 +00:00
Andrew Gvozdev
9fa4bd5b07 bug 290997: [Contribution] VS-style option tooltip display in Property Pages
patch from Miwako Tokugawa
2009-12-04 19:00:15 +00:00
Andrew Gvozdev
bd8212e8aa cleanup: fixed warnings 2009-12-04 04:16:30 +00:00
Andrew Gvozdev
65887eac69 bug 294106: CDT Build Console enhancements
Icons consistent with Debug console suggested by Dmitry Koslov
2009-12-02 21:21:35 +00:00
James Blackburn
47a3ea5119 Bug 296115 Redux: Use volatile fNewCProjectDescriptionManager as a memory barrier 2009-11-26 13:15:27 +00:00