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

11553 commits

Author SHA1 Message Date
Andrew Gvozdev
36f8e63fcf Reverted accidentally committed changes from last commit 2013-04-29 16:42:53 -04:00
Andrew Gvozdev
f2bd5750b5 bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled() to be true if the preference is not defined 2013-04-29 16:19:46 -04:00
Sergey Prigogin
495b294449 Cosmetics. 2013-04-24 16:38:46 -07:00
Sergey Prigogin
2afbff2520 Cosmetics. 2013-04-24 16:04:05 -07:00
Sergey Prigogin
d7e43b1a2c Cosmetics. 2013-04-24 16:03:40 -07:00
Sergey Prigogin
c53ce7042b Removed default ctor. 2013-04-24 16:03:26 -07:00
Chris Recoskie
389e03ce9f Bug 406456 -
LanguageSettingsScannerInfoProvider.getBuildCWD(ICConfigurationDescription)
should use EFSExtensionManager
2013-04-24 11:36:22 -04:00
Eugene Ostroukhov
1f6a9956f2 Bug 360030 - Support refactroing on files with custom content types
Change-Id: I7cb50d90c9e49a48a833c52dd9f09b54de0dfac4
Reviewed-on: https://git.eclipse.org/r/12112
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-23 19:11:33 -04:00
Andrew Gvozdev
9002a13eb1 bug 401961: Use more general CConfigurationDataProvider facilities to initialize language settings providers rather than do it in each New Project Wizard 2013-04-23 18:07:54 -04:00
Andrew Gvozdev
4a20097fd3 bug 401961: Regression: pathEntryContainers entries are no longer honored when importing a project into cdt-8.1.2, due to LSP's being enabled 2013-04-23 18:07:45 -04:00
Andrew Gvozdev
f123a05068 Tidy up a bit. 2013-04-23 18:07:37 -04:00
Andrew Gvozdev
a6f057199a Cosmetics/JavaDoc. 2013-04-23 18:07:28 -04:00
Thomas Corbat
482e736a08 Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"
This reverts commit 53561a6686.
2013-04-15 14:59:55 +02:00
Thomas Corbat
53561a6686 Bug 402878 - Implementation of Member Accessibility on Type Level
Change-Id: Ifd134d9cb573aecd4714c296f38eda6b13a80f06
2013-04-15 11:31:11 +02:00
Jesse Weinstein
1f8ea23acb Bug 295674 - Friend functions are *not* methods.
Change-Id: Iad77cedd5c28044d68c66348526ac3213c24f52a
Reviewed-on: https://git.eclipse.org/r/11662
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-04 18:16:25 -04:00
Sergey Prigogin
28ae178c70 Fixed ambiguity of atomic built-ins. 2013-04-03 18:24:30 -07:00
Sergey Prigogin
fa881229a6 Don't report unknown built-in functions as problems. 2013-04-03 17:36:17 -07:00
Sergey Prigogin
3f6d140713 Built-ins for GCC 4.8. 2013-04-03 16:12:31 -07:00
Sergey Prigogin
09fc06cbbc Cosmetics. 2013-04-03 15:51:32 -07:00
Sergey Prigogin
f987bfe27c Create implicit name wrapping a problem binding for an invalid
constructor call.
2013-04-02 21:04:50 -07:00
Sergey Prigogin
30081f07d5 Cosmetics. 2013-04-02 20:15:24 -07:00
Sergey Prigogin
a5188f1c75 Bug 402602 - Template superclass ctor is not resolved 2013-04-02 18:45:48 -07:00
Sergey Prigogin
c055318726 Cosmetics. 2013-04-02 18:40:45 -07:00
Sergey Prigogin
051c64bc24 Cosmetics. 2013-04-02 14:35:40 -07:00
Sergey Prigogin
9dc2e76ff2 Cosmetics. 2013-03-31 14:59:11 -07:00
Sergey Prigogin
a83be9db5b Javadoc adjustments. 2013-03-31 14:56:17 -07:00
Sergey Prigogin
52aa9bac76 Wording adjustments. 2013-03-31 14:36:16 -07:00
Sergey Prigogin
163df7dbad Bug 45203. Improved loop detection. 2013-03-30 17:42:58 -07:00
Sergey Prigogin
a4ebf6ffa5 Fixed a flaky test. 2013-03-30 16:54:44 -07:00
Sergey Prigogin
c4b2ac159c Cosmetics. 2013-03-30 15:11:28 -07:00
Sergey Prigogin
63d44872da Fixed cleanup in tearDown method. 2013-03-30 15:10:11 -07:00
Sergey Prigogin
35e8c70211 Fixed interference between test cases. 2013-03-30 13:48:29 -07:00
Sergey Prigogin
c2306c20e5 Fixed a test order dependency. 2013-03-30 13:32:50 -07:00
Sergey Prigogin
54919b0124 Bug 45203. Added transitive closing of include maps. 2013-03-30 10:41:59 -07:00
Sergey Prigogin
3424f482ba Header substitution adjustments. 2013-03-26 00:02:01 -04:00
Sergey Prigogin
29b05ff57c Header substitution adjustments. 2013-03-25 23:08:48 -04:00
Sebastian Bauer
40d4817748 [Bug 317353] Reduce space requirements of various prefs pages
The area covered by CDT prefs pages has been always quite huge. Often,
the scroll bar of the virtual composite has to be displayed although the
components could display all the required information readily in a
smaller box. This is an attempt to reduce some of the fixed space
requirements. The solution is not ideal, but the layout framework of SWT
(no notation of minimum size) and the way how sizes are computed in
prefs page by jface doesn't allow a more sophisticated solution at this
time.

Change-Id: I5f9aa36d0d37b93852a39d636719be801a2c1360
Reviewed-on: https://git.eclipse.org/r/11299
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-25 08:49:01 -04:00
Sergey Prigogin
c7ccb1c5f1 Bug 45203. Navigation to external URL in Include Pragmas preference
page.
2013-03-25 08:43:34 -04:00
Sergey Prigogin
1e2973a031 Bug 45203. Include Pragmas preference page. 2013-03-23 19:52:42 -07:00
Sergey Prigogin
e6bae40308 Bug 45203. Added support for IWYU export pragmas. 2013-03-22 16:47:51 -07:00
Sergey Prigogin
51e56e5a8b Cosmetics. 2013-03-22 09:50:36 -07:00
Sergey Prigogin
2ac9121791 Removed a redundant method. 2013-03-22 09:50:04 -07:00
Sergey Prigogin
a2ff0d2bdb Cosmetics. 2013-03-22 09:49:55 -07:00
Jesse Weinstein
07fcd9213c Bug 349248: Fix even more user-visible CDT refs
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e
Reviewed-on: https://git.eclipse.org/r/11372
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-21 17:02:11 -04:00
Sergey Prigogin
7728d48724 Cosmetics. 2013-03-20 12:48:20 -07:00
Sebastian Bauer
4d70fc3fd4 Minor doc fix.
The extension point is called org.eclipse.cdt.ui.cPropertyTab and not
org.eclipse.cdt.managedbuilder.ui.cPropertyTab.

Change-Id: If1e767011133f385fc100f6de58a6bc2fcc14b95
Reviewed-on: https://git.eclipse.org/r/11298
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-19 12:49:33 -04:00
Sergey Prigogin
741970beb4 Don't call exitNode method in finally blocks since the method may throw. 2013-03-18 20:39:53 -07:00
Sergey Prigogin
af6790ddc6 Bug 403452 - IDE freezes when formatting file 2013-03-18 17:10:15 -07:00
Jesse Weinstein
72b5d3f4b9 Bug 349248: Fix more user-visible references to CDT
Change-Id: I8f60fee92f69b09a2c9ec6d3d1d3855657af111d
Reviewed-on: https://git.eclipse.org/r/11293
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-03-18 19:42:46 -04:00
Sergey Prigogin
723d798813 Bug 403458 - Organize includes inserts commented extra statements for
includes that are actually used
2013-03-18 16:03:12 -07:00