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

18920 commits

Author SHA1 Message Date
Marc-Andre Laperle
cbd551eeef Add CreateLocalVariableQuickFix test to automated tests suite, fix the test. Minor clean up. 2011-03-13 06:32:17 +00:00
Marc-Andre Laperle
d9f24fae67 Bug 338683 - Codan confuses fields with methods 2011-03-13 06:03:56 +00:00
Marc-Andre Laperle
ef5c018b27 Bug 335122 - DeclarationGenerator asserts for templated types with namespace. Restored assert in CPPASTTemplateId 2011-03-12 20:03:04 +00:00
Alena Laskavaia
2c1d3433ab - removed one part of assert because Junit does not pass:
org.eclipse.cdt.ui.tests.refactoring.extractlocalvariable.ExtractLocalVariableRefactoringTest.Bug 331963 Extract local variable doesn't put template type parameters Namespace
2011-03-12 15:50:54 +00:00
Alena Laskavaia
2d5b88f62e hack to initialize ast cache for reading comments 2011-03-12 14:25:12 +00:00
Alena Laskavaia
2b1b5e18d4 added support to easy discovering comments for statement (for suppression) 2011-03-12 03:18:12 +00:00
Andrew Gvozdev
283a383c05 bug 319512: Missing type arguments compilation warnings 2011-03-11 23:40:02 +00:00
Andrew Gvozdev
3cebf36b79 compilation warnings 2011-03-11 23:37:05 +00:00
Andrew Gvozdev
0699858e87 bug 319512: Missing type arguments compilation warnings 2011-03-11 23:32:45 +00:00
Andrew Gvozdev
c2a0602718 compilation warning 2011-03-11 23:26:39 +00:00
Andrew Gvozdev
1db8cc744d bug 339015: Preference "Show source roots at the top of project" should update views immediately 2011-03-11 19:12:48 +00:00
Marc-Andre Laperle
112b975c2d Bug 327061 - [Mac] Run To Line throws exceptions, breaks debugging 2011-03-11 18:35:03 +00:00
Marc Khouzam
c2239d41b8 Bug 237306: Support for Multi-Process debugging. Prompting the user for the path to the binary when doing a remote attach. 2011-03-11 16:35:34 +00:00
Patrick Chuong
461e44b498 The last fix didn't cover the case of unpinning a view where there is no active debug context, related to bug 337376. 2011-03-11 15:42:02 +00:00
Doug Schaefer
1ba6e16383 Add TCF to categories. 2011-03-11 15:37:13 +00:00
James Blackburn
88729ccc17 Bug 339703 IBuildRunner should be an abstract base class 2011-03-11 15:35:46 +00:00
Marc Khouzam
ebb5a4dafd Bug 225805: Sourcelookup handling does not scale to large projects 2011-03-11 15:06:55 +00:00
Patrick Chuong
aadf0c164a Disassembly view doesn't show "No debug context", related to build 337376. 2011-03-11 14:51:22 +00:00
Anton Leherbauer
fb1d8d2a97 Bug 337554 - [disassembly][breakpoints] Method breakpoints are not shown in the disassembly view 2011-03-11 09:26:08 +00:00
Anton Leherbauer
91c51e5113 Disassembly view should blank out if there is no debug context, related to bug 337376 2011-03-11 08:34:25 +00:00
Marc-Andre Laperle
63ec2d8b00 Bug 337677 - Warning about "void" in late-specified return type 2011-03-11 05:30:11 +00:00
Marc-Andre Laperle
5ef3de90b4 Bug 339634 - [performance] Quick fix create local variable and others can be slow 2011-03-11 05:15:53 +00:00
Alena Laskavaia
dfb6654676 added resource object to profile 2011-03-11 03:40:48 +00:00
Alena Laskavaia
31689d7b5d id for checker 2011-03-11 03:40:30 +00:00
Alena Laskavaia
084629fb9c added example of property change listener 2011-03-11 03:27:36 +00:00
Alena Laskavaia
de346dcf4b refactor bunch of stuff to support profiles better - not problem (kind) knows about parent category and its profile 2011-03-11 03:18:21 +00:00
Alena Laskavaia
5a8cf9f832 fixed issues of accessing non-initialized checker registry 2011-03-11 03:17:38 +00:00
Alena Laskavaia
c2dfefd6ea return IEclipsePreferences 2011-03-11 03:17:19 +00:00
Andrew Gvozdev
8702144ba5 compilation warning 2011-03-10 23:06:22 +00:00
Andrew Gvozdev
1586b85da5 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:46:36 +00:00
Andrew Gvozdev
ab8cfb77ff bug 319512: removed getExtensionDepCalcMap() 2011-03-10 22:41:40 +00:00
Andrew Gvozdev
20add21d25 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:40:34 +00:00
Andrew Gvozdev
3cbe8ee97c bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:34:54 +00:00
Andrew Gvozdev
49b52caf42 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 21:33:57 +00:00
Marc Khouzam
87515ad676 Bug 237306: Support for Multi-Process debugging. Add a "New..." button to the "Attach dialog" to allow creating a new process from a running session. 2011-03-10 21:28:59 +00:00
Doug Schaefer
892202e967 Removed the codan feature since these plugins are now in the CDT platform. 2011-03-10 21:26:08 +00:00
Patrick Chuong
e9ccc03be3 Bug 336876 - [multicore] Grouping of Execution Elements for DSF debugger feature 2011-03-10 20:38:23 +00:00
Mikhail Khodjaiants
ceb221e714 Bug 326951: [services][launch] Allow to extend ServicesLaunchSequence. 2011-03-10 17:06:10 +00:00
Marc Khouzam
04a75138e2 Bug 237308: Support for multiple inferior processes. No need to have this method public. 2011-03-10 11:13:19 +00:00
Andrew Gvozdev
b23909e73c bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 05:25:27 +00:00
Sergey Prigogin
a1c8b3f7d3 Fixed confusing names. 2011-03-10 02:56:48 +00:00
Marc Khouzam
bcb875257f Bug 237308: Support for multiple inferior processes 2011-03-10 01:51:17 +00:00
Andrew Gvozdev
0e149f27ae bug 319512: Missing type arguments on managedbuilder.core 2011-03-09 23:24:39 +00:00
Sergey Prigogin
b7073a4f52 Don't depend on CPPVisitor in PDOMBinding. 2011-03-09 23:22:47 +00:00
Andrew Gvozdev
648eb73972 bug 319512: Missing type arguments on managedbuilder.core 2011-03-09 23:12:12 +00:00
Chris Recoskie
928076556c Bug 320949 - Add ability to contribute custom field-editor GUI to the Build Option Settings page 2011-03-09 22:28:20 +00:00
Chris Recoskie
35bb3c2833 Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head stream 2011-03-09 21:42:11 +00:00
Sergey Prigogin
e5b9283973 Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName. 2011-03-09 18:32:32 +00:00
Sergey Prigogin
9efcf6f96c Cosmetics. 2011-03-09 18:31:06 +00:00
Sergey Prigogin
f9e746d814 Fixed inconsistency between different implementations of getQualifiedName method. 2011-03-09 18:28:29 +00:00