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

8767 commits

Author SHA1 Message Date
Markus Schorn
88ba647612 Compiler warnings. 2010-02-18 08:16:21 +00:00
Andrew Gvozdev
43cb130a27 cleanup: warnings - $NON-NLS, field hiding, cast for clone() 2010-02-18 04:14:13 +00:00
Andrew Gvozdev
c2a1e845ab cleanup: warnings about arrays of generics fixed 2010-02-18 03:59:39 +00:00
Markus Schorn
1fc47b91e1 Bug 302412: Syntax for c++0x initializer lists 2010-02-17 16:23:57 +00:00
Emanuel Graf
608c4287b4 FIXED - bug 302963: Refactoring history is sensitive to line-endings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302963
2010-02-17 14:57:07 +00:00
Anton Leherbauer
bb71bcd2c2 Don't enable debug option by default 2010-02-17 12:19:15 +00:00
Anton Leherbauer
6c5788f399 Bug 248071 - Improved pty support for terminal emulation
Thanks go to Mirko Raner, Pawel Piech, James Blackburn, et al.
2010-02-17 11:48:28 +00:00
Markus Schorn
e6968d589b Fix testcases. 2010-02-16 16:04:34 +00:00
Andrew Gvozdev
2fa73f9d8f cleanup: JavaDoc warnings + extra spaces removed 2010-02-16 15:27:11 +00:00
Markus Schorn
9587829cb4 Make refactoring history tests run on windows. 2010-02-16 15:08:51 +00:00
James Blackburn
b0e1d196b9 getProjectDescriptionStorage should return null immediately if !project.isAccessible()
NON-NLS exception strings
2010-02-16 13:24:41 +00:00
James Blackburn
bcbb35184c Bug 302855 move ResourceHelper to org.eclipse.cdt.core.testplugin 2010-02-16 13:07:15 +00:00
James Blackburn
876cf6f4c2 Bug 302881 Referenced settings are lost on project import 2010-02-16 12:56:18 +00:00
Anton Leherbauer
c694ebe16c Improve binary detection for numeric extensions, related to bug 194194 2010-02-16 12:45:52 +00:00
Anton Leherbauer
1019868357 Bug 301229 - BinaryRunner: Init output entries in constructor and not while running 2010-02-16 12:43:31 +00:00
Anton Leherbauer
0582fc2a23 Bug 301229 - Eliminate internal use of ICExtensionReference 2010-02-16 07:46:12 +00:00
Andrew Gvozdev
9893d467ce bug 298590: Restore Defaults does not quite restore Folder Settings 2010-02-16 02:50:58 +00:00
Anton Leherbauer
c569861751 Bug 280010 - Add include feature does not work in C for RC4 when CHelpProvider has info
Patch from Jeff Johnston
2010-02-15 08:33:33 +00:00
Andrew Gvozdev
67a203c382 cleanup: warning unchecked cast suppressed for clone() 2010-02-13 19:19:35 +00:00
Andrew Gvozdev
97b4973f32 "CDT pushd CWD Locator" 2010-02-12 15:09:15 +00:00
Andrew Gvozdev
8984912905 bug 251972: [project] Problem adding a symbol for ALL configurations
Patch from Mario Pierro
2010-02-12 03:14:08 +00:00
Marc Khouzam
9d403c3d87 Missing @since tag 2010-02-11 21:15:59 +00:00
Ken Ryall
7137aaeb64 Add missing since tag. 2010-02-11 20:41:58 +00:00
Ken Ryall
7f290336f3 Listen for APPLIED instead of DATA_APPLIED to hear about the active config changing. This seemed to break in CDT 6.0. 2010-02-11 19:45:09 +00:00
Ken Ryall
9514e9c398 Bug 181020, Ugly/confusing presentation of (sub) source folders in C/C++ view 2010-02-11 19:41:24 +00:00
Markus Schorn
2cf1353146 Bug 294730: Instantiating templates with non-type template parameter packs. 2010-02-10 12:45:41 +00:00
Anton Leherbauer
c9bb347592 Bug 301966 - Automatic indentation does not work properly for doxygen block comments 2010-02-10 10:55:51 +00:00
Markus Schorn
c6fde503dc Bug 302282: Extending variadic template template parameters. 2010-02-10 09:04:05 +00:00
Markus Schorn
a4fe48870e 298615: Fix detection of space as separator in cygpath. 2010-02-10 07:51:20 +00:00
Andrew Gvozdev
91cdaecd4c bug 302272: When clicked on a bookmark in bookmark window focus in edit window goes to the file which was bookmarked but to a different line 2010-02-10 02:50:43 +00:00
Markus Schorn
8b864e98a5 Bug 302270: Selecting indexer. 2010-02-09 14:32:19 +00:00
Markus Schorn
4bec9af75d Fix JUnit tests. 2010-02-09 13:37:33 +00:00
Anton Leherbauer
5cf3cf47c2 Bug 301366 - [formatter] throw; invalidates indenting rules 2010-02-09 11:06:58 +00:00
Anton Leherbauer
c107c6f6c3 Bug 302228 - Content Assist window does not appear when function parameters are not in same line 2010-02-09 10:48:18 +00:00
Markus Schorn
b099b6ccc4 Bug 294730: Pragma operators. 2010-02-09 09:44:06 +00:00
Andrew Gvozdev
ec0f826863 bug 300707: Add ability to specify file-extension filter for build-options that support file browsing
Patch from Baltasar Belyavsky
2010-02-08 23:01:45 +00:00
Markus Schorn
e065c23034 Bug 294730: Predefined identifier __func__ 2010-02-08 14:39:19 +00:00
Markus Schorn
648f5c9331 Bug 294730: Extern templates. 2010-02-08 14:16:28 +00:00
Markus Schorn
c6176c6b67 Bug 294730: Default template arguments for function templates. 2010-02-08 13:22:48 +00:00
Markus Schorn
84a04a9f2a Bug 301971: Navigation offers identical candidates. 2010-02-08 10:12:37 +00:00
Markus Schorn
628943cbca Bug 301780: Placement of include directives by add include 2010-02-08 09:34:31 +00:00
Markus Schorn
255de3a80b Bug 301779: Re-declaration of parameter as variable. 2010-02-08 08:56:17 +00:00
Markus Schorn
a65e64eb06 Bug 301777: Strange behavior of source hover on macro definitions. 2010-02-08 08:35:38 +00:00
Andrew Gvozdev
254e8822a8 show malformed API tooling tags as error 2010-02-08 03:25:02 +00:00
Andrew Gvozdev
86679fbd34 show malformed API tooling tags as error 2010-02-08 03:16:30 +00:00
Sergey Prigogin
7941b24080 Cosmetics. 2010-02-07 00:32:59 +00:00
Markus Schorn
b76048e02f Bug 301933: Content assist for type-id in cast expression. 2010-02-05 14:55:43 +00:00
Anton Leherbauer
42224beaf8 Bug 299892 - Add missing group actions in outline view
Patch from Marc-Andre Laperle
2010-02-05 07:55:21 +00:00
Andrew Gvozdev
cd1a6a4ed4 bug 248669: [Error Parser] gnu c/c++ error parser treats a warning as error
Tuning up GLDErrorParser
2010-02-05 03:46:44 +00:00
Andrew Gvozdev
1c874e61a4 bug 263987, bug 193982, bug 216443, bug 248669 and more: tuning up GCC ErrorParser patterns 2010-02-04 21:50:24 +00:00