1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00
Commit graph

21176 commits

Author SHA1 Message Date
Randy Rohrbach
19a8e4d063 Bug 399119 - The CDT Model presentation does not support editor and color
customization for breakpoints.
2013-01-28 15:53:55 -05:00
Marc Khouzam
543423b536 Bug 399123 - [reverse] Uncall does not work with instruction stepping
Change-Id: I9d749dcda1d1cab8001e0dae6e4d12321cda42ae
Reviewed-on: https://git.eclipse.org/r/9933
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-01-28 10:55:48 -05:00
Sergey Prigogin
da32824a82 Code streamlining. 2013-01-24 20:43:29 -08:00
Sergey Prigogin
b9dd91b39f Cosmetics 2013-01-24 20:42:29 -08:00
Sergey Prigogin
5aa3c3af05 Bug 399036 - Add C/C++ Code Style category to preference export 2013-01-24 20:11:14 -08:00
Sergey Prigogin
07f6ab573f Bug 399014 - "Enclosing namespace does not exist" error is too harsh 2013-01-24 12:46:15 -08:00
Sergey Prigogin
79c3d6556b Bug 398706. Adjusted two tests. 2013-01-23 11:43:58 -08:00
Sergey Prigogin
71430cbc15 Renamed few classes to distinguish tests from their base classes. 2013-01-23 11:43:43 -08:00
Sergey Prigogin
0e8a8cd06d Cosmetics. 2013-01-23 11:43:10 -08:00
Sergey Prigogin
67b787a0ec Bug 394151 - Regression: ClassCastException evaluating read/write flags 2013-01-23 09:45:37 -08:00
Sergey Prigogin
2f3ad34990 Cosmetics. 2013-01-23 09:44:46 -08:00
Nathan Ridge
619b57268b Bug 398706 - 'T' in 'new T' gets resolved to CPPConstructor instead of
CPPClassType

Change-Id: I7fecc996736cfacb40ad4ee7af8619bd3b6d2a2a
Reviewed-on: https://git.eclipse.org/r/9824
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-01-23 09:41:05 -08:00
Sergey Prigogin
be4742a739 Test simplification. 2013-01-23 09:35:52 -08:00
Sergey Prigogin
7024a0c552 Bug 398696. Failing test case. 2013-01-23 09:35:19 -08:00
Sergey Prigogin
f2b397871d Bug 398696 - Name resolution problem with a conditional enum value 2013-01-21 20:11:25 -08:00
Sergey Prigogin
5cd842b311 Bug 398696 - Name resolution problem with a conditional enum value. 2013-01-21 20:00:24 -08:00
Sergey Prigogin
edd01d163c Do not treat sizeof(bool) as unknown when __SIZEOF_BOOL__ macro is not
defined.
2013-01-21 20:00:08 -08:00
Sergey Prigogin
e03746bc79 Cosmetics. 2013-01-21 19:59:55 -08:00
Sergey Prigogin
7b619824e8 Cosmetics. 2013-01-21 19:59:01 -08:00
Sergey Prigogin
5b3ed2f9c1 Cosmetics. 2013-01-21 19:58:35 -08:00
Andrew Gvozdev
5a96890ad0 bug 398681: CDT does not understand some of xlC diagnostic messages 2013-01-21 17:30:37 -05:00
Andrew Gvozdev
ad4a7c41c4 bug 398681: Cosmetics - Renamed a few of tests 2013-01-21 17:30:24 -05:00
Randy Rohrbach
85cbc06541 Bug 398329 : MemoryBrowser - switching between debuggees does not update the provider for browser operations like Import and Export
Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad

Added more error checking. See comments in the bugzillas for the details.
2013-01-21 17:22:47 -05:00
Caroline Rieder
692144cb19 bug 395442: Initial provider command is not restored for non-shared providers 2013-01-21 09:28:05 -05:00
Caroline Rieder
b14645923a bug 395307: Switching back to project specific language settings provider seems to be incorrect 2013-01-21 09:27:59 -05:00
Sergey Prigogin
c1e6dc4ca1 Bug 398611 - Set input for the Outline page conditionally to avoid
unnecessary updates.
2013-01-20 20:51:40 -08:00
Sergey Prigogin
380f3373da Cosmetics. 2013-01-20 20:40:29 -08:00
Andrew Gvozdev
1279c4808d bug 398550: Use platform decorator manager to manage 'custom build settings' decoration 2013-01-20 05:38:02 -05:00
Andrew Gvozdev
55370e15dd Revert "Revert "Bug 398550. An attempt to make MBSLanguageSettingsProvider.getSettingEntries method faster.""
This reverts commit b8d75b789e.
2013-01-19 06:45:52 -05:00
Andrew Gvozdev
c8308066d2 Revert "Bug 398550. An attempt to make MBSLanguageSettingsProvider.getSettingEntries method faster."
This reverts commit e52c23235a.
2013-01-19 06:43:34 -05:00
Sergey Prigogin
e52c23235a Bug 398550. An attempt to make
MBSLanguageSettingsProvider.getSettingEntries method faster.
2013-01-18 15:28:03 -08:00
Sergey Prigogin
ede6b65479 Cosmetics. 2013-01-18 15:27:20 -08:00
Randy Rohrbach
d51e079951 Bug 398329 : MemoryBrowser - switching between debuggees does not update the provider for browser operations like Import and Export
Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad

   I found some more editing edge cases as well as an NPE on starting a
   new connection with the Browser up, which was the result of a previous
   edit.
2013-01-18 17:04:08 -05:00
Doug Schaefer
8aaf87fc8a Bug 398426 - Use num procs - 1 on Mac for optimal parallel builds.
Changed the text of the UI since optimal is not always number of
processors.
2013-01-18 16:11:30 -05:00
Chris Recoskie
8f9a00e1b6 Bug 398499 - FileContent.adapt(CodeReader) does not properly
set timestamps

Change-Id: I57fdacfc2fef225a6b3942b1be185ae79bb28c31
2013-01-18 10:05:42 -05:00
Sergey Prigogin
a30919dff8 Bug 398459 - Invalid auto-indentation in a virtual method 2013-01-17 16:07:40 -08:00
Randy Rohrbach
ebc742598c Bug 398329 : MemoryBrowser - switching between debuggees does not update the provider for browser operations like Import and Export
Bug 398332 : The validation logic and feedback for all of the Importers/Exporters is very bad
2013-01-16 18:01:46 -05:00
Sergey Prigogin
e3788f16bb Bug 396439 - Syntax highlighting is wrong for raw strings. Added a test
case.
2013-01-16 11:11:12 -08:00
Sergey Prigogin
97f0641ceb Cosmetics. 2013-01-16 11:06:08 -08:00
Eugene Ostroukhov
86db992686 Bug 387935 - Codan does not see symbols from pre-built indexes
This change fixes:
	1. Codan no longer shows errors on symbols from pre-built indexes
	2. Mark occurances in the editor no properly recognizes occurances 
	   of the same symbol.

Change-Id: I1f3b347524a89f7a4c11b128f15f8fdcffe2afdf
Reviewed-on: https://git.eclipse.org/r/7388
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-01-16 10:00:18 -08:00
Martin Oberhuber
8f33175f15 Bug 398195 - Consider external ReadOnlyPDOMProvider in Include Browser
Change-Id: Iebb2e9bd7c40e3fbfa4beb380208e06d3cb5e49e
Reviewed-on: https://git.eclipse.org/r/9682
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-01-16 09:58:46 -08:00
Sergey Prigogin
641ded5f42 Bug 396439 - Syntax highlighting is wrong for raw strings 2013-01-15 21:51:56 -08:00
Sergey Prigogin
22c59afc27 Cosmetics. 2013-01-15 21:51:41 -08:00
Sergey Prigogin
209074b71f Cosmetics. 2013-01-15 16:59:31 -08:00
Sergey Prigogin
d937f2181c Bug 398254 - Syntax error in A<::B> a; 2013-01-15 16:59:15 -08:00
David Salinas
6180c7337f Bug 393455 - Terminal sessions broken on AIX 2013-01-15 10:26:51 -05:00
Randy Rohrbach
0ffbc60710 Bug 398136 - ILaunchable is confusing
Bug 398137 - Exporters/Importers should be filterable based on the address size they support
2013-01-14 17:22:32 -05:00
Vivian Kong
c85aec4803 Bug 398131 - Method syntax coloring/highlighting shifted to wrong
position in preview window
2013-01-14 16:26:51 -05:00
Martin Oberhuber
446545ab16 Bug 397652 - Exporting a PDOM fails due to wrong index-in-sync check
Fixes an incorrect workaround from bug 229989 comment 6:
It is perfectly valid for one location to map to multiple index files.
Also adds better error reporting for out-of-sync files, and adds API
to allow exporting a PDOM without any index-in-sync check.

Change-Id: I63a7d36a2de465f9994cc9b9698688e3ad6850ee
2013-01-14 12:09:49 -08:00
Marc Khouzam
0c5bb6307e Bug 378834 - Make register tests independent of the computer they are
run on.

Change-Id: Iac58e7517fa13d0fe2878ce22b9f1d423cdce73d
2013-01-14 06:00:41 -05:00