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
Marc Khouzam
b2d04ae8ac
Bug 378834 - Temporarily added printouts to get the list of registers of
...
the Hudson machine.
Change-Id: I06346618e1f7c2c114862fd0b8db75f65efc0b2b
2013-01-13 21:56:19 -05:00
Marc Khouzam
b7277f86f0
Bug 378834 - Improved tests printouts for Hudson build.
...
Change-Id: I027c6615e4974f8bf076955c0e7c02fc33381df1
2013-01-13 21:40:48 -05:00
Marc Khouzam
b8dabf1190
Bug 378834 - Move tests that are causing problems to see if order
...
matters.
Change-Id: I4a1b5cd4bc03205585a9b33b66251fc261ad963a
2013-01-13 15:42:33 -05:00
Marc Khouzam
501e1cad18
Bug 378834 - Re-enable tests that shouldn't be hanging.
...
Change-Id: I4a1b5cd4bc03205585a9b33b66251fc261ad963a
2013-01-13 14:43:23 -05:00
Marc Khouzam
c91be07c4e
Bug 378834 - Temporarly disable hanging tests
...
Change-Id: I8dc570458137cba6402ee0458b14610537fe39d1
2013-01-12 10:43:20 -05:00
Andrew Gvozdev
2677340551
bug 397815: Scanner discovery incorrectly extracts macros containing parentheses
2013-01-10 17:49:17 -05:00
Marc Khouzam
47b003fad0
Allow debug JUnit test apps to be compiled for 64bit.
...
Change-Id: I57f0fd810817b660a05bfebd50f2eb6ae3420e18
2013-01-10 10:17:41 -05:00
Marc Khouzam
38dc64f012
Do not force debug test app to be 32bit binaries.
...
Change-Id: I5ac6f1d63067ee84a8d2168eb5f31d04987511c6
2013-01-10 06:48:09 -05:00
Sergey Prigogin
de669f1f2c
Bug 388368 - Add Include Directory dialog should distinguish system and
...
non-system includes
2013-01-09 19:15:21 -08:00