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

19631 commits

Author SHA1 Message Date
Doug Schaefer
db272b5b00 Get rid of more conflicts. 2011-08-27 15:58:46 -04:00
Doug Schaefer
aa472310d9 gdb plug-in and feature have same id. Doesn't work with Maven. 2011-08-27 15:51:48 -04:00
Doug Schaefer
3846173602 Fix up feature poms to have the correct artifactIds. 2011-08-27 15:44:31 -04:00
Marc Khouzam
0b1aec3226 Bug 349736: DSF-GDB breakpoint deleted when modifying thread filter 2011-08-25 11:12:14 -04:00
Doug Schaefer
dabed9f3db Comment out core.test deps. Need to find out how to specify versions. 2011-08-24 15:32:13 -04:00
Doug Schaefer
1d4e841ea6 Fix up version in core.test dependencies. 2011-08-24 14:30:44 -04:00
Doug Schaefer
c37051ea90 Add the core fragments to the core test dependencies. 2011-08-24 14:16:25 -04:00
Alena Laskavaia
d70aae3b11 Bug 352221 - Quick Fix for "case break" checker 2011-08-22 23:04:30 -04:00
Chris Recoskie
e699fb5dfb Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 15:36:44 -04:00
Chris Recoskie
e4424b7678 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 13:18:55 -04:00
Andrew Gvozdev
88c2992cbe bug 345750: convert relative paths to absolute also for those that don't
exist
2011-08-18 13:44:13 -04:00
Andrew Gvozdev
54caae0c7a bug 345750: tidy up cosmetics 2011-08-18 13:43:57 -04:00
Martin Oberhuber
656f825db0 bug 345750: [Scanner Discovery] Per File Build output parser misses
includes with drive-relative paths when sources are behind a linked
resource
2011-08-18 13:43:44 -04:00
Markus Schorn
1b18d2f29c Bug 354599: Ambiguity resolution to correctly add parameters into scope cache. 2011-08-18 11:46:19 +02:00
Markus Schorn
1f20b0fff5 Bug 354086: CCE in composite index. 2011-08-17 15:52:21 +02:00
Greg Watson
978d2d2789 Bug 349730: Content for non-local files 2011-08-17 13:50:34 +02:00
Markus Schorn
0f0f717231 Bug 354553: Handling of invalid token paste 2011-08-17 11:57:04 +02:00
Markus Schorn
2ae5b10cae Bug 354585: Resolution of overloaded new 2011-08-17 10:00:17 +02:00
Vivian Kong
7a6df79277 Add LR, UPC and XLC SDK features
Change-Id: I75a3a06098a08c4aa1a738259d1a0c9feadcd6f7
2011-08-16 11:35:48 -04:00
Vivian Kong
59fe6948d6 New C/C++ wizard toolbar dropdown should be refreshed on every click
Change-Id: I869e6e972262e3d1ef18e3b843cab6b39af67d85
2011-08-16 11:34:44 -04:00
Michael Lindo
c1da6bdd84 bug 354042: Problem with include paths that are relative paths starting
with ../ or./ and NPE
2011-08-12 15:06:56 -04:00
Chris Recoskie
bd1c208fff Bug 354451 - DescriptionScannerInfoProvider returns incorrect data for
relative or workspace path in remote project
2011-08-10 22:21:45 -04:00
Anton Leherbauer
24d603a178 Bug 350689 - [formatter] Problems formatting Lua source code 2011-08-09 10:14:41 +02:00
Anton Leherbauer
3796041aa8 Bug 350816 - [formatter] Fixed size array declaration formats wrong 2011-08-08 09:53:14 +02:00
Anton Leherbauer
e83262d1dd Bug 350433 - [formatter] Line wrapping if "\ua" or "\ud" occurs in preprocessor directive 2011-08-08 09:03:15 +02:00
Marc Khouzam
5d021be6f8 Typo 2011-08-05 16:25:06 -04:00
Marc Khouzam
e1505b8899 Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs when preference for non-stop is enabled 2011-08-05 15:35:05 -04:00
Vivian Kong
c9d1bba00b bug 352775 - Back out 2nd patch as per John's request
Change-Id: I590d2dc8f6972b9bfbe2c2b7415bf7b512a099f7
2011-08-05 15:02:10 -04:00
Anton Leherbauer
dbe4fed550 Bug 344379 - Code Style format error 2011-08-05 14:20:46 +02:00
Anton Leherbauer
35a5ad9dbb Bug 353974 - Formatting C code does not work for certain uses of static_cast 2011-08-05 12:44:03 +02:00
Anton Leherbauer
2d8f61dc4f Bug 351399 - Formatting C code is broken for certain coding styles 2011-08-05 10:55:10 +02:00
Doug Schaefer
685675824f Added .gitignore to dsf examples for generated code. 2011-08-04 13:35:27 -04:00
Doug Schaefer
d94d3b3718 Add .project file for repo. 2011-08-04 13:22:09 -04:00
Marc Khouzam
d99a4ace65 Bug 350837: AbstractMIControl.startCommandProcessing() uses concrete GDBBackend class to create stderr thread 2011-08-03 10:16:09 -04:00
Marc Khouzam
b9269f64eb Bug 347514: Tracepoint visualization should be prepared for multi-threaded programs 2011-08-02 15:10:26 -04:00
Marc Khouzam
fc7775773b Bug 353423: Move refreshing of thread states from GDBRunControl_7_2_NS to GDBRunControl_7_0_NS since -thread-info is available since GDB 7.0 2011-08-02 14:10:06 -04:00
Marc Khouzam
d2e7a581bc Bug 353423: Need a way to refresh the thread list and state in the run control service 2011-08-01 11:20:36 -04:00
Marc-Andre Laperle
ff55434173 Bug 236330 - win32-x86_64 support 2011-07-31 22:13:47 -04:00
Sergey Prigogin
0df4d6096f Bug 353360 - Bogus "type must implement the inherited pure virtual
method" error. Fix and test case.
2011-07-30 22:59:14 -07:00
Sergey Prigogin
467bbc0b52 Cosmetics. 2011-07-30 21:52:14 -07:00
Sergey Prigogin
03f572e385 Cosmetics. 2011-07-30 21:37:38 -07:00
Sergey Prigogin
97527d99aa Optimized adaptBinding method for bindings whose owners that are
composite bindings.
2011-07-30 21:37:23 -07:00
Sergey Prigogin
32e9c04ca7 Cosmetics. 2011-07-30 21:36:53 -07:00
Sergey Prigogin
6f5df15c4f Cosmetics. 2011-07-30 21:36:37 -07:00
Sergey Prigogin
f4600b8703 Cosmetics. 2011-07-30 21:36:21 -07:00
Anton Leherbauer
374be72cf5 Fix compile error in RegisterManager and bundle versions 2011-07-29 09:42:50 +02:00
Chris Recoskie
0595a48a7f Bug 353326 - compile error due to unused import in RegisterManager 2011-07-28 12:11:16 -04:00
Markus Schorn
947aacd42b Bug 352859: Matching of template template parameters. 2011-07-27 16:57:22 +02:00
Markus Schorn
df4c17ffdc Bug 352309: Builtin type-traits conflict with old system headers 2011-07-27 16:56:32 +02:00
Chris Recoskie
e40f225222 Bug 351255 - Generated makefile should use user specified compiler path
instead of workspace preference
2011-07-26 16:55:48 -04:00