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

18573 commits

Author SHA1 Message Date
Sergey Prigogin
b6d83a4804 Cosmetics. 2010-08-24 05:53:16 +00:00
Sergey Prigogin
ad3536132b Cosmetics. 2010-08-24 05:52:42 +00:00
Sergey Prigogin
f64c7c7ad9 toString method. 2010-08-24 05:48:19 +00:00
Sergey Prigogin
4bb004213a Cosmetics. 2010-08-24 05:26:51 +00:00
Sergey Prigogin
411edba679 Cosmetics. 2010-08-24 05:16:01 +00:00
Andrew Gvozdev
0bef556cd0 bug 323402: Open external location in Problems View throws exception when file is not there 2010-08-24 04:21:05 +00:00
Andrew Gvozdev
1a94ffcda8 bug 323011: compilation warning 2010-08-24 03:02:17 +00:00
Andrew Gvozdev
7620872563 bug 323011: [Scanner Discovery] Source files with drive-relative paths ("/foo/bar.c") are not discovered 2010-08-24 02:58:21 +00:00
Andrew Gvozdev
065dca29f4 bug 323402: Open external location in Problems View throws exception when file is not there 2010-08-23 18:16:13 +00:00
Andrew Gvozdev
2edb4b19bb bug 323402: Open external location in Problems View throws exception when file is not there 2010-08-23 16:25:21 +00:00
Andrew Gvozdev
0b73b5bf15 bug 307365: also organized imports 2010-08-23 15:34:33 +00:00
Andrew Gvozdev
cc698e4556 bug 307365: Fixed the problem of ignoring external locations altogether 2010-08-23 15:32:50 +00:00
James Blackburn
bf5233d4e4 Bug 321588 - Headless Builder allow extending the build environment from the command line 2010-08-23 14:43:15 +00:00
Sergey Prigogin
06cdef2d93 Cosmetics. 2010-08-23 05:04:50 +00:00
Andrew Gvozdev
7dafe8ec23 Compilation warning 2010-08-23 04:17:41 +00:00
Sergey Prigogin
aa4e401adf Cosmetics. 2010-08-22 22:33:26 +00:00
Sergey Prigogin
7b6dd4c83a Cosmetics. 2010-08-22 20:57:10 +00:00
Sergey Prigogin
f775a6c4c4 Cosmetics. 2010-08-22 20:56:07 +00:00
Sergey Prigogin
118f7915fc Cosmetics. 2010-08-22 20:55:05 +00:00
Sergey Prigogin
12d5105085 Cosmetics. 2010-08-22 20:54:51 +00:00
Sergey Prigogin
ad3552fcce Cosmetics. 2010-08-22 20:47:42 +00:00
Andrew Gvozdev
31a39c55c8 Fixed @since tag 2010-08-22 14:49:15 +00:00
Andrew Gvozdev
6ff2b6838e bug 319512: Fixed error in last commit 2010-08-22 14:46:37 +00:00
Sergey Prigogin
99f4235d7e Cosmetics. 2010-08-22 06:21:44 +00:00
Andrew Gvozdev
f21bf3f5a8 bug 319512: Compilation warnings 2010-08-22 03:06:21 +00:00
Andrew Gvozdev
f5a1f8aeb8 bug 319512: getTopBuildVariableList() removed as it doesn't return correct type and does not appear to be used anywhere 2010-08-22 03:02:06 +00:00
Andrew Gvozdev
bbe979278f bug 319512: Compilation warnings 2010-08-22 02:58:21 +00:00
Sergey Prigogin
393c776410 Cosmetics. 2010-08-21 20:32:00 +00:00
Sergey Prigogin
5faa4da90e Cosmetics. 2010-08-21 20:26:23 +00:00
Sergey Prigogin
f7e376cfc7 Cosmetics. 2010-08-21 20:03:09 +00:00
Sergey Prigogin
f045947eb5 Cosmetics. 2010-08-21 19:51:10 +00:00
Sergey Prigogin
8a89295bbd Cosmetics. 2010-08-21 19:42:25 +00:00
Marc Khouzam
376f1cb9c1 Bug 323276: We were using the wrong context when clearing the cache for the "Force thread list update" feature, with GDB 7.0 or later 2010-08-20 18:01:44 +00:00
Andrew Gvozdev
e9a31cfcb2 bug 322661: Codan preferences page should show up in editor preferences 2010-08-20 14:05:36 +00:00
Anton Leherbauer
eabf8400b2 Bug 323206 - [Code templates] Pop up error when using code formatter option and ${line_selection} 2010-08-20 08:21:32 +00:00
Anton Leherbauer
edd73c9886 Bug 313512 - [vm][cache][api] Add update flag to flush all properties 2010-08-20 08:06:11 +00:00
Anton Leherbauer
1342519672 Bug 322628 - [disassembly] DisassemblyDocument#computeIndexInPositionListFirst() broken as called by addModelPositionFirst() 2010-08-20 07:57:21 +00:00
Markus Schorn
7a22acef41 Bug 316307: [C++0x] Syntax for lambda expressions. 2010-08-19 14:34:05 +00:00
Markus Schorn
04b85fcd5b Bug 305978: Fix encoding of deleted function flag. 2010-08-19 13:58:19 +00:00
Alena Laskavaia
28d0d546c0 Bug 319111 - revert test patch - not working yet 2010-08-19 01:00:25 +00:00
Andrew Gvozdev
a2facc29fa bug 323011: [Scanner Discovery] Source files with drive-relative paths ("/foo/bar.c") are not discovered 2010-08-18 15:30:12 +00:00
Doug Schaefer
27510e422c Bug 323039 - add ability to set configuration in CfgHolder after construction. 2010-08-18 14:28:44 +00:00
Doug Schaefer
ef4aeacd8a Bug 322794 Allow IBuilder to have IOptions. 2010-08-18 14:21:22 +00:00
Alena Laskavaia
92009d5090 Bug 321437 - passing a null index as the effect of not skipping any headers. Patch from Marc-Andre Laperle 2010-08-18 14:13:36 +00:00
Markus Schorn
2d5e046e1c Bug 322988: Testcase. 2010-08-18 08:42:52 +00:00
Marc Khouzam
ace155deba Bug 315796: Support for GDB 7.2 where the MI event "=thread-group-created" has been replaced with "=thread-group-started". We need to keep both to support older GDBs. 2010-08-17 13:56:44 +00:00
Alena Laskavaia
97b109e9ba added general problem attributes in customize page 2010-08-17 12:32:03 +00:00
Alena Laskavaia
844b2fa4bd fixed too long link in the problem details 2010-08-17 02:17:06 +00:00
Alena Laskavaia
b99d01ac98 opening links from Problem Details was not working properly 2010-08-17 02:10:24 +00:00
Alena Laskavaia
3d24fe63f2 externalized strings 2010-08-17 00:39:18 +00:00