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

21167 commits

Author SHA1 Message Date
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
Sergey Prigogin
5138ee947f Bug 397496 - Formatter does not wrap long macro arguments 2013-01-04 19:26:22 -08:00
Doug Schaefer
bcd3f3e0f3 Bug 397469 - Fix problem with scanner discovery on relative source
paths.

Change-Id: Ic8630565de6d0481c3ebc1a92f3841460e8f17d1
Reviewed-on: https://git.eclipse.org/r/9462
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-01-04 16:50:18 -05:00
Randy Rohrbach
26bec1af80 Bug 397404 - Trying to export memory on a 64-bit address space does not
bring up the dialog.
2013-01-03 15:05:19 -05:00
Andrew Gvozdev
be79b25a0b bug 396410: JUnit failure: cdt.build.core.scannerconfig.tests.CfgScannerConfigProfileManagerTests.testBasicCfgScannerConfigProfileChanges 2013-01-03 10:55:06 -05:00
Marc-Andre Laperle
1644f4d640 Bug 397288 - typename keyword is not completed
Change-Id: I26d62f771b5bb08d1c5cab64929c765c025053b3
Reviewed-on: https://git.eclipse.org/r/9419
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2013-01-03 01:34:42 -05:00
Marc-Andre Laperle
2fcedcbffe Bug 397121 - Add support for Windows SDK 8.0 and Visual C++ 11.0 2013-01-03 00:56:18 -05:00
Sergey Prigogin
b8e66ce876 Changed default preferences to not produce a warning for the last case
in a switch statement.
2013-01-02 14:26:31 -08:00
Sergey Prigogin
12e9f46ee7 Cosmetics. 2013-01-01 14:09:00 -08:00
Marc-Andre Laperle
7a8f6dcf11 Bug 396749 - Checker is not enabled if only one problem is selected 2013-01-01 16:44:04 -05:00
Sergey Prigogin
e65f4ce42c Cosmetics. 2012-12-31 14:57:49 -08:00
Sergey Prigogin
84747c6e5a Cosmetics. 2012-12-31 14:57:28 -08:00
Sergey Prigogin
6a6b7ac936 Bug 392577 - Members of anonymous namespace visible outside file 2012-12-28 17:20:52 -08:00
Sergey Prigogin
7000da66ff Adjusted toString method and removed unused methods. 2012-12-28 17:20:39 -08:00
Sergey Prigogin
f7523cd7b4 Cosmetics. 2012-12-28 17:20:22 -08:00
Sergey Prigogin
7b5a617a15 Fixed compilation errors. 2012-12-28 14:06:56 -08:00
Sergey Prigogin
14317420cd Bug 397227 - __decltype GCC keyword is not supported 2012-12-28 14:06:20 -08:00
Sergey Prigogin
35d1af1f50 Cosmetics. 2012-12-28 14:00:42 -08:00
Sergey Prigogin
d1b91caff2 Bug 397210 - Name resolution problem with 'auto' and constructor
initializer
2012-12-27 18:29:47 -08:00
Sergey Prigogin
43f0eb4fc4 Cosmetics. 2012-12-27 18:28:46 -08:00
Sergey Prigogin
f8540f49fb Bug 397205. Fixed StackOverflowError in EvalFunctionCall.getValue() 2012-12-27 17:02:58 -08:00
Sergey Prigogin
604dcd6146 Bug 397208 - Problem markers don't get updated when preferences change 2012-12-27 17:02:42 -08:00
Sergey Prigogin
f81a1652f1 Cosmetics. 2012-12-27 17:02:24 -08:00
Sergey Prigogin
6428f07759 Bug 395243. More efficient and robust storage of types and template
arguments.
2012-12-26 17:27:02 -08:00
Sergey Prigogin
8c7223be15 Cosmetics. 2012-12-26 17:23:46 -08:00
Marc-Andre Laperle
ac4fb83492 Bug 397143 - Some new doxygen commands are missing 2012-12-25 01:57:46 -05:00
Marc Khouzam
b2e98b2e29 Bug 397039 - Avoid extra empty white spaces.
Change-Id: I78cb50f57ee48bbf3ad07000a602c0cc17ea5f2e
Reviewed-on: https://git.eclipse.org/r/9370
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-23 07:53:36 -05:00
ajin
b1311abea7 Bug 397039
For some gdb implementations the "osId" cannot be retrieved because
the "TreadIDs" output does not follow the Linux gdb format. Catch the
"null" return and not output it as a string.

Change-Id: I8d4b711d935c5d81d1e8ff3adb0de5e3fe220061
Reviewed-on: https://git.eclipse.org/r/9334
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 14:11:41 -05:00
Marc Khouzam
a2570cdd21 Bug 396386 - Cannot attach to process when prompted for a pid
Change-Id: I7e74047f6b76013eb24edd3ec6fa569f104f352e
Reviewed-on: https://git.eclipse.org/r/9353
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-21 10:23:31 -05:00
Doug Schaefer
5ea96eee7e Build against Eclipse 3.8 repo. The 3.8milestones repo is gone. 2012-12-20 21:11:09 -05:00
Pawel Piech
4a697aa080 Bug 396466 - [breakpoints] warnings in log related to toggle breakpoint actions 2012-12-13 21:29:46 -08:00
Pawel Piech
7688890668 Bug 395873 - [breakpoints] breakpointContribution conditional contribution doesn't check for missing property
Change-Id: If75c23f393c1fc983de1ddd4ddea3b003c1ec1b3
Reviewed-on: https://git.eclipse.org/r/9050
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2012-12-11 10:53:54 -08:00
Sergey Prigogin
4bc1cfe0d5 Revert "Bug 395243 - Error involving dependent expressions"
This reverts commit f429bd5482.
2012-12-07 17:09:07 -08:00