1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 16:45:25 +02:00
Commit graph

21149 commits

Author SHA1 Message Date
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
Sergey Prigogin
e2a876644c Label adjustment. 2013-01-09 19:14:28 -08:00
Sergey Prigogin
f574eef71e Cosmetics 2013-01-09 19:06:41 -08:00
Marc Khouzam
f293df1456 Build test apps from maven for the Debug JUnit tests.
Change-Id: Ib2728e7959282aa0e74dadd06d6352b6976d9e66
2013-01-09 21:58:24 -05:00
Doug Schaefer
b420084729 Bug 378834 - data folder was missing from build in tests.dsf.gdb. 2013-01-09 20:14:31 -05:00
Doug Schaefer
f1d0db3630 Bug 378834 - Switch suite to test gdb 7.5. 2013-01-09 14:39:22 -05:00
Doug Schaefer
131ca051c0 Bug 378834 Allow build to override where gdb is for testing. 2013-01-09 13:28:45 -05:00
Andrew Gvozdev
7cac530d3f bug 396411: Resolve variables before checking if path is absolute in MBSLanguageSettingsProvider 2013-01-08 13:04:56 -05:00
Ivan Ivanoff
bfc6041c83 bug 397546: NPE at org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProviderTab.updateData(LanguageSettingsProviderTab.java:1084) 2013-01-08 09:40:49 -05:00
Nathan Ridge
dc8b82fac2 Bug 395243 - Error involving dependent expressions
Change-Id: Iabd115b40d0b7b633c416171a19a981f1e51dee8
Reviewed-on: https://git.eclipse.org/r/9211
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-07 15:47:32 -08:00
Sergey Prigogin
ab8d95148e Bug 395243. Don't allow template arguments based on problem types. 2013-01-07 15:47:18 -08:00
Sergey Prigogin
83f2b36073 Bug 395243. Fall back to the simplified type if the original type of a
template argument could not be stored in the index.
2013-01-07 15:46:36 -08:00
Randy Rohrbach
0ad62535c1 Bug 397636 : Editing the SRecord Exporter length field fill it in with the
end address.
2013-01-07 17:52:07 -05:00
Marc Khouzam
42e77063f6 Bug 380344 - RunToLine or MoveToLine doesn't use sourcelookup to set its
temporary breakpoint

Change-Id: Ibde43ce9c3c8edba581db0a7caac204657e8c7b0
Reviewed-on: https://git.eclipse.org/r/9433
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-07 14:29:41 -05:00
Sergey Prigogin
0698f1aae5 Bug 397496. A missing piece of the previous fix. 2013-01-06 21:36:57 -08:00
Andrew Gvozdev
104a1ae1cc Bug 397469 - Fix problem with scanner discovery on relative source paths. 2013-01-06 07:52:24 -05:00
Sergey Prigogin
407b68894d Fixed broken test. 2013-01-05 12:38:20 -08:00
Andrew Gvozdev
5b08369b16 bug 396411: Combined patch from master (fixes workspace relative paths from MBS) 2013-01-05 07:50:51 -05:00
Andrew Gvozdev
7a1956c019 bug 388755: Fix EFSExtensionProvider to return conventional path on Windows as C:/path (without extra leading slash) - combined patch from master 2013-01-05 07:45:43 -05:00