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

20138 commits

Author SHA1 Message Date
Andrew Gvozdev
72bf0af67c @Override annotations and spaces 2011-12-10 16:47:53 -05:00
Andrew Gvozdev
2309ecabf0 Cleaned getProviderCopy() API, got rid of LanguageSettingsManager_TBD 2011-12-10 16:33:41 -05:00
Sergey Prigogin
b62f1b0e6a toString methods and @Overide annotations. 2011-12-09 11:04:08 -08:00
Anton Leherbauer
c0c636bc3c Bug 366173 - [disassembly] Extract base class from BreakpointsAnnotationModel for custom annotations 2011-12-09 14:19:37 +01:00
Andrew Gvozdev
0df3dfbbbc Merge remote-tracking branch 'cdt/master' into sd90 2011-12-08 16:40:00 -05:00
Andrew Gvozdev
377cbf3b8a Disabled overly intrusive decorators, revised some wording 2011-12-08 16:03:21 -05:00
Andrew Gvozdev
54b1cda61e Disallow clearing and editing entries for specific providers in UI 2011-12-08 15:22:51 -05:00
Andrew Gvozdev
c9b2608713 Use "shared" attribute from LanguageSettingsProviderAssociation
extension rather than star "*" in toolchain definition.
2011-12-08 12:23:29 -05:00
Andrew Gvozdev
6a4136bf96 Added "shared", "ui-edit-entries", "ui-clear-entries" to
LanguageSettingsProviderAssociation extension point.
Removed "Shared provider" checkbox from UI.
2011-12-08 11:39:18 -05:00
Andrew Gvozdev
6c57d8f72e Renamed LanguageSettingsProviderAssociation ->
LanguageSettingsProviderAssociationManager
2011-12-08 11:38:50 -05:00
Pawel Piech
e59cb540db Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)
utilities for DSF (Fixed API tooling errors).
2011-12-07 15:32:35 -08:00
Sergey Prigogin
965c843140 Added file that was missing in the previous commit. 2011-12-06 10:09:05 -08:00
Anton Leherbauer
6a09168b81 Bug 365605 - Editor should reconcile also on save 2011-12-06 15:21:06 +01:00
Andrew Gvozdev
540bcb2558 Unit test fixed 2011-12-06 09:20:36 -05:00
Sergey Prigogin
253ba9ddef Bug 319279. Passing parameter and return value by reference. 2011-12-05 19:57:31 -08:00
Sergey Prigogin
693a79de5e Fixed typos. 2011-12-05 19:57:17 -08:00
Sergey Prigogin
b140bf8ba6 Override annotations. 2011-12-05 19:53:27 -08:00
Andrew Gvozdev
c37cfaa6b4 Move properties to LanguageSettingsBaseProvider, keep "parameter"
attribute in properties
2011-12-05 18:04:21 -05:00
Andrew Gvozdev
9a66dd7b79 Generalize properties for LanguageSettingsSerializableProvider, keep
storeEntriesInProjectArea attribute in there
2011-12-05 14:13:16 -05:00
Andrew Gvozdev
b04a172c1a ILanguageSettingsProvidersKeeper 2011-12-05 11:31:38 -05:00
Pawel Piech
02c9e05cd5 Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) -
Added missing files from last commit.
2011-12-01 07:27:13 -08:00
Pawel Piech
58513ccf2d Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)
utilities for DSF - Added an ACPM example to DSF examples plugin.
2011-11-30 13:40:41 -08:00
Andrew Gvozdev
3bd4f3d0fc bug 299376: Console/Problem view UTF-8 character encoding problem with
Cygwin 1.7
2011-11-30 15:39:15 -05:00
Andrew Gvozdev
3099ae40a1 bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-30 10:48:48 -05:00
Markus Schorn
6e0560d4f5 Bug 364226: Invalid redeclaration of class-template. 2011-11-30 14:25:35 +01:00
Chris Recoskie
d4ea43f6c8 Bug 365142 - Linux specific API used in AIX libpty -> NULL dereference 2011-11-29 17:49:54 -05:00
Markus Schorn
ad09f40af5 Bug 364225: NPE in template ambiguity handling in delete expression. 2011-11-29 13:05:55 +01:00
Dries Harnie
004458cc9b bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-28 16:08:46 -05:00
Andrew Gvozdev
349a2aa036 Fixed a couple of warnings in the log 2011-11-28 15:43:29 -05:00
Anton Leherbauer
672f318deb Bug 364942 - completion on include (ctrl+space) causes exception 2011-11-28 16:43:11 +01:00
Anton Leherbauer
fc0097f131 Bug 364943 - java.lang.StringIndexOutOfBoundsException exception observed 2011-11-28 16:43:07 +01:00
Markus Schorn
b21382f93c Bug 364108: Exponential complexity parsing code with missing closing braces. 2011-11-28 13:41:59 +01:00
Markus Schorn
adb6029e27 Bug 363743: Default arg for non-type template parameter. 2011-11-28 09:49:38 +01:00
Markus Schorn
c83768bd6f Bug 363731: Call Hierarchy for address of overridden method. 2011-11-28 09:35:33 +01:00
Markus Schorn
93285e7f68 Bug 363609: Performance issue with nested template ambiguities. 2011-11-28 07:54:30 +01:00
Andrew Gvozdev
99b341c407 Merge remote-tracking branch 'cdt/master' into sd90 2011-11-27 21:52:05 -05:00
Andrew Gvozdev
689c2a5f17 Moved ILanguageSettingsChangeListener & ILanguageSettingsChangeEvent to
API package, same for serializeLanguageSettings() &
serializeLanguageSettingsWorkspace()
2011-11-27 20:02:02 -05:00
Andrew Gvozdev
f6151d3a72 Reducting LanguageSettingsManager_TBD 2011-11-27 15:17:18 -05:00
Andrew Gvozdev
45cc4634f1 JavaDoc mostly 2011-11-27 14:55:24 -05:00
Andrew Gvozdev
57bd8abd27 LanguageSettingsStorage as a public class 2011-11-26 22:12:11 -05:00
Andrew Gvozdev
7250f46995 Removed UserLanguageSettingsProvider in favor of
LanguageSettingsGenericProvider
2011-11-26 19:57:11 -05:00
Andrew Gvozdev
0962b1efbb ILanguageSettingsBroadcastingProvider introduced, some code maintenance 2011-11-26 19:16:28 -05:00
Andrew Gvozdev
1f4650fb61 Bug 210248 - test projects update, revert sample projects to MinGW
toolchain

This reverts commit 8cc8d861c8.
2011-11-24 12:30:37 -05:00
Christian W. Damus
8cc8d861c8 Bug 210248 - test projects update 2011-11-22 19:38:11 -05:00
Alena Laskavaia
fc919d81b6 Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change - fixed external builder
2011-11-22 19:34:55 -05:00
Christian W. Damus
a3dd98987a Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change

Conflicts:
	build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/AdditionalInput.java
2011-11-21 21:56:38 -05:00
Andrew Gvozdev
da8e44baef API cleanup & JavaDoc 2011-11-19 08:55:06 -05:00
Andrew Gvozdev
ba7591a95b @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-18 17:21:02 -05:00
Andrew Gvozdev
10dd44163a Renamed LanguageSettingsSerializable ->
LanguageSettingsSerializableProvider
2011-11-18 17:09:21 -05:00
Andrew Gvozdev
1415806f83 API cleanup & JavaDoc 2011-11-18 16:52:50 -05:00