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

19658 commits

Author SHA1 Message Date
Marc Khouzam
82dfb619ed Bug 355833: Thread filter effectively disables a breakpoint at the next session 2011-09-02 14:18:15 -04:00
Randy Rohrbach
68d329ec2a Merge branch 'cdt_8_0' of ssh://rarohrba@git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git into cdt_8_0 2011-09-02 12:05:47 -04:00
Sergey Prigogin
6bf6a686a6 Cosmetics. 2011-09-01 12:17:28 -07:00
Sergey Prigogin
015933f267 Clarified Javadoc. 2011-09-01 12:14:02 -07:00
Sergey Prigogin
617866d758 Bug 356268 - Name resolution problem with 'using' declaration inside a
class. Fix and test case.
2011-09-01 12:13:20 -07:00
Doug Schaefer
65eda32856 Fix up the version in the gdbjtag.core pom that Marc forgot to update :) 2011-09-01 14:48:13 -04:00
Marc Khouzam
80f8e653dd Bug 356463: Wrong label in thread filter for programs compiled without pthreads 2011-09-01 09:02:28 -04:00
John Dallaway
9a2af84979 Bug 349736: DSF-GDB breakpoint deleted when modifying thread filter 2011-09-01 08:12:41 -04:00
Randy Rohrbach
48d7a3bcc4 Bug 356352 : Added DnD capability to the expression text-box in the
Memory Browser
2011-08-31 17:53:05 -04:00
Randy Rohrbach
decd827478 Merge branch 'cdt_8_0' of ssh://rarohrba@git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git into cdt_8_0 2011-08-31 13:44:51 -04:00
Randy Rohrbach
b80903c9e0 Bug 356346 - Do not reload expressions if the debug context is the same
as before.
2011-08-31 13:35:55 -04:00
Doug Schaefer
47557f2d04 Fix typo on pom. 2011-08-31 10:40:33 -04:00
Doug Schaefer
c10cd94cd2 Add staging the repo for the next build in the chain. 2011-08-31 10:36:06 -04:00
Sergey Prigogin
29a103a4e7 Bug 356239 - ClassCastException in ClassTypeHelper.getOwnMethods. 2011-08-30 14:53:28 -07:00
Doug Schaefer
5bfce877c2 Merge remote-tracking branch 'origin/cdt_8_0' into cdt_8_0 2011-08-30 16:54:28 -04:00
Doug Schaefer
74e02da617 Got the core.tests to install the CDT feature. 2011-08-30 16:53:54 -04:00
Doug Schaefer
4e8b1285b2 clean up last of the plug-in jars. 2011-08-30 16:48:24 -04:00
Doug Schaefer
a9fafd90a4 Fix id of codan.test. 2011-08-30 14:28:28 -04:00
Doug Schaefer
51bd7c5a0a fixed up the pom id for features. Removed the fragment jar files. 2011-08-30 13:37:55 -04:00
Doug Schaefer
4d20b76b48 Fix up the name of the gnu.dsf feature in the pom. 2011-08-30 10:53:09 -04:00
Doug Schaefer
006ca6f42a Fixing up more features. 2011-08-30 10:33:59 -04:00
Doug Schaefer
cd48424346 Fix gnu.build.source feature. 2011-08-30 10:17:10 -04:00
Doug Schaefer
35821c3d27 Fix up platform.source feature. 2011-08-30 09:57:53 -04:00
Sergey Prigogin
fc5265dad5 Added ability to suppress unused variable and function warnings for code
produced by macro expansion.
2011-08-29 17:00:45 -07:00
Sergey Prigogin
e972ac9ea5 Bug 356040 - Invalid "Unused declaration of variable" warning. 2011-08-28 20:35:50 -07:00
Sergey Prigogin
dce3efe733 Bug 356037 - "No break at the end of case" warning for a case statement
produced by macro expansion.
2011-08-28 19:35:40 -07:00
Marc-Andre Laperle
82272a7965 Bug 355006 - NPE using Implement method on template function 2011-08-28 14:49:38 -04:00
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