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

15826 commits

Author SHA1 Message Date
John Cortell
5687f0ee0f Documentation improvement 2009-12-10 21:42:09 +00:00
John Cortell
ceaa353fb9 [297535] Optimization to DsfServicesTracker 2009-12-10 21:15:49 +00:00
Pawel Piech
dde65a6ae5 [297140] Added comments to clarify method usage. 2009-12-10 20:48:53 +00:00
Markus Schorn
0c68019dc1 Bug 296549: NPE accessing implicit methods. 2009-12-10 13:51:47 +00:00
Markus Schorn
0209ac4783 Bug 297438: Parameter defaults get lost in index. 2009-12-10 13:21:39 +00:00
Markus Schorn
36d621341c Bug 296906: ADL for overloaded operators. 2009-12-10 10:07:29 +00:00
Mike Kucera
c595624439 Bug 282854 - Add an import/export from file button to the Paths and Symbols page 2009-12-09 17:28:36 +00:00
Doug Schaefer
4eb4fa693c Fix API breakage. 2009-12-08 20:38:21 +00:00
Vivian Kong
73ac2ced22 fix compile error against eclipse 3.6 2009-12-08 19:37:21 +00:00
Doug Schaefer
673ce7a0a9 New ScannerInfoProvider extension point allowing providers to be associated with build commands in the project description. 2009-12-08 18:51:56 +00:00
John Cortell
cd837027a9 [297085] "Scroll to File Start Address" checkbox has no effect. Additionally, the scrolling logic does not support Memory Browser or Traditional Rendering. 2009-12-07 22:02:41 +00:00
Mike Kucera
2bb959feda Bug 296881 - remote C/C++ search results not displaying properly 2009-12-07 21:46:30 +00:00
Sergey Prigogin
43de6972ad Avoid creating an unnecessary object. 2009-12-07 07:31:10 +00:00
Sergey Prigogin
facea6db02 Cosmetics. 2009-12-06 20:18:21 +00:00
Sergey Prigogin
c5ef494d1f Cosmetics. 2009-12-06 20:15:40 +00:00
Sergey Prigogin
b77877aea8 Fixed a comment. 2009-12-06 03:54:43 +00:00
Sergey Prigogin
29c2347063 Fixed Javadoc. 2009-12-06 03:50:15 +00:00
Sergey Prigogin
9a44e49e11 Cosmetics. 2009-12-06 03:49:38 +00:00
Sergey Prigogin
9408357b60 Removed unused code. 2009-12-06 03:38:04 +00:00
Sergey Prigogin
5d6f846caf toString method. 2009-12-06 03:35:48 +00:00
Sergey Prigogin
cc0d1ce4aa Cosmetics. 2009-12-06 03:33:31 +00:00
Andrew Gvozdev
75a36f0c5e bug 296966: [error parser] [patch] Fixes for GNU ld error parsing
Convert GLDErrorParser to RegexErrorParser
2009-12-05 18:54:15 +00:00
Andrew Gvozdev
23d7d1e99f bug 296966: [error parser] [patch] Fixes for GNU ld error parsing
Patch from Ed Swartz
2009-12-05 17:51:27 +00:00
Andrew Gvozdev
9fa4bd5b07 bug 290997: [Contribution] VS-style option tooltip display in Property Pages
patch from Miwako Tokugawa
2009-12-04 19:00:15 +00:00
Andrew Gvozdev
bd8212e8aa cleanup: fixed warnings 2009-12-04 04:16:30 +00:00
Andrew Gvozdev
65887eac69 bug 294106: CDT Build Console enhancements
Icons consistent with Debug console suggested by Dmitry Koslov
2009-12-02 21:21:35 +00:00
Ted Williams
f2a54cc0db [296023] private -> protected 2009-12-02 19:52:21 +00:00
Vivian Kong
412ccc5e06 use Eclipse 3.6 for builds 2009-12-02 16:36:05 +00:00
Anton Leherbauer
9150108ed8 [296257] [disassembly] Merge 'Go to Address' and 'Go to Symbol' actions and expose it as a combo box in the toolbar
Patch by Navid Mehregani
2009-12-02 14:50:58 +00:00
James Blackburn
b224735385 Bug294190 Wait for concurrent Jobs -- move to finally 2009-11-30 20:07:28 +00:00
James Blackburn
32bbacaf36 Bug294190 Wait for concurrent Jobs to finish before exiting. 2009-11-30 17:42:45 +00:00
Vivian Kong
905800494f attempt to fix Bug 296425 - JUnit tests are broken in CDT weekly build 2009-11-30 16:37:23 +00:00
James Blackburn
47a3ea5119 Bug 296115 Redux: Use volatile fNewCProjectDescriptionManager as a memory barrier 2009-11-26 13:15:27 +00:00
James Blackburn
82e545c968 Bug 296115 CConfigBasedDescManager & CPrjDescManager singleton refs should be volatile 2009-11-26 11:01:36 +00:00
Anton Leherbauer
214ac8648b [295895] DSF Disassembly view attempts to insert source even when 'Show Source' option is off 2009-11-26 08:27:39 +00:00
Markus Schorn
c753fd5b74 Bug 294730: Initialization of class objects. 2009-11-25 18:32:50 +00:00
Vivian Kong
22dda70010 Bug 296052 - Fix default compiler path for xlc compilers (patch from Tim Burrell) 2009-11-25 15:09:20 +00:00
Pawel Piech
b27b63cf81 Bug 296014 - 'Add new expression' can end up in the middle of Expression list 2009-11-24 19:48:24 +00:00
Markus Schorn
e33998eb20 Bug 295851: Evaluation of constant conditional expressions. 2009-11-24 18:32:52 +00:00
James Blackburn
3d3b6c4b4c Bug 296006 nullify cached underlying Expression Variable if it's unable to provide value string 2009-11-24 15:12:35 +00:00
James Blackburn
ca19a9fd59 Bug 295988 Inability to create asynchronously created variable during update shouldn't break other variable updates
- Log CDIException during #processSuspendedEvent as this indicates something has broken.
2009-11-24 14:02:59 +00:00
James Blackburn
193a63fe4e Bug 295899 CVariables aren't removed when the underlying cdiObject is destroyed. 2009-11-24 12:46:35 +00:00
Markus Schorn
99148105b3 RValue References: Implementation and testcases, bug 294730. 2009-11-24 10:53:12 +00:00
Emanuel Graf
042f47dbef Merge Lists 2009-11-24 07:16:32 +00:00
Emanuel Graf
4876461e51 Fix for NPE 2009-11-24 07:16:01 +00:00
Emanuel Graf
252f33f0cd Fix NPE with node copys. 2009-11-23 13:44:41 +00:00
Sergey Prigogin
2a234109d5 toString method. 2009-11-23 05:49:44 +00:00
James Blackburn
424ae7851d Fix issues with running tests on Windows - specify the delimiter we're looking for explicitly. 2009-11-22 12:26:14 +00:00
Andrew Gvozdev
a64acbecde cleanup: generics 2009-11-22 03:27:09 +00:00
Alena Laskavaia
54b1e3a49b added test for paranthesis checker 2009-11-21 03:04:38 +00:00