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

15969 commits

Author SHA1 Message Date
Pawel Piech
cc24890314 Fixed suspend trigger adapter registration. 2009-12-30 00:18:45 +00:00
Andrew Gvozdev
5c7ce7db47 cleanup: @Override annotations 2009-12-29 21:00:52 +00:00
Andrew Gvozdev
7474a5d8c1 bug 298552: Two cases of neglect refreshing resource settings in Project Explorer 2009-12-27 23:21:34 +00:00
Andrew Gvozdev
2128ed9b3a bug 284843: Environment Variable with value ":" gets replaced by empty string ""
Patch from Marc-Andre Laperle
2009-12-27 00:54:55 +00:00
Andrew Gvozdev
a618ada877 bug 297376: Missing Doxygen commands.
Patch from Marc-Andre Laperle
2009-12-26 23:18:53 +00:00
Andrew Gvozdev
790a689a5c bug 298540: The overlay icon for custom resource settings is misleading 2009-12-26 19:40:33 +00:00
Andrew Gvozdev
6386479b1a cleanup: replaced deprecated method 2009-12-25 00:52:53 +00:00
Andrew Gvozdev
6cebeffb70 cleanup: fixed null pointer warning 2009-12-25 00:38:43 +00:00
Andrew Gvozdev
f7d6fe923a cleanup: unnecessary cast 2009-12-25 00:31:19 +00:00
Andrew Gvozdev
ceac936337 bug 298509: Project description delta is not created for some events 2009-12-24 22:12:55 +00:00
Andrew Gvozdev
0640feeccd bug 298509: Project description delta is not created for some events
toString() added
2009-12-24 22:08:27 +00:00
Andrew Gvozdev
474bd757db bug 298509: Project description delta is not created for some events
Added ability to create multiple configurations while creating CDT project
2009-12-24 22:05:02 +00:00
Markus Schorn
0ef32519a1 Bug 280909: Type deduction and instantiation for variadic templates. 2009-12-23 19:00:19 +00:00
Andrew Gvozdev
54f917f440 cleanup: unnecessary cast fixed 2009-12-23 02:29:17 +00:00
Sergey Prigogin
fb9dff069c Fixed typos. 2009-12-21 06:57:15 +00:00
Andrew Gvozdev
6fa46c7bb1 cleanup: renamed private fields, reformatted 2009-12-20 04:39:51 +00:00
Randy Rohrbach
cb1d5a3dfb Bugzilla 298115 2009-12-18 20:59:02 +00:00
Marc Khouzam
721192f266 [284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount. 2009-12-18 18:59:44 +00:00
Marc Khouzam
959296fdd1 [293634] Fix to make line breakpoints the default choice again. 2009-12-18 15:59:54 +00:00
Marc Khouzam
226a428dff [298104] Protect agains possible NPE 2009-12-18 15:34:26 +00:00
Anton Leherbauer
28d4637ace Test case for bug 294965 2009-12-18 13:43:44 +00:00
Anton Leherbauer
09d91b1c01 Bug 294965 - object file added to root of project is not shown in C/C++ Projects view
Patch by wieant@tasking.com
2009-12-18 13:43:37 +00:00
Markus Schorn
6ad255dfed Bug 280909: Syntax and bindings for variadic templates. 2009-12-18 09:58:29 +00:00
Marc Khouzam
2a9515f36d [298101] Check against null runControl service. 2009-12-17 19:48:14 +00:00
Pawel Piech
d5963828f4 [297798] Updated error codes used in getSubExpressions(). 2009-12-17 18:44:58 +00:00
Anton Leherbauer
2d40e6fea7 Bug 293634 - [breakpoints] ToggleBreakpointAdapter blocks UI thread waiting on the index (follow up) 2009-12-17 13:19:04 +00:00
Anton Leherbauer
ab53de8c4f [255026] [expressions][cdi] Support for advanced expression hover 2009-12-17 09:43:46 +00:00
Marc Khouzam
d15ff47ef8 [297798] ClassCastExcetion fix and more detailed checks. 2009-12-16 20:35:48 +00:00
Marc Khouzam
370ef8a824 [275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making use of the new asynchronous command framework of the debug platform 2009-12-16 20:32:47 +00:00
John Cortell
ffd9215e3f [297778] DwarfReader shouldn't inject drive letter into file paths or convert cygwin paths 2009-12-15 21:44:49 +00:00
John Cortell
cdd0c897ac Avoid unwanted conversion from a UNIX path to c:\ on Windows, just as with 297781 2009-12-15 00:18:34 +00:00
John Cortell
bbf22bce99 [297781] Executables view accidentally converting UNIX paths to windows c: based ones (on Windows) 2009-12-14 22:59:38 +00:00
John Cortell
6e9b99adf9 Discard obsolete classes 2009-12-14 19:30:52 +00:00
Vivian Kong
2921db084c use Eclipse 3.6M4 for builds 2009-12-14 16:44:42 +00:00
Anton Leherbauer
986dc3753a Bug 278967 - Content assist on "../" results in an error 2009-12-14 08:45:16 +00:00
Anton Leherbauer
a326de8cbd [297387] [disassembly] When location combo box has focus, 'Home' key shouldn't jump to PC address
Patch from Navid Mehregani
2009-12-14 07:50:51 +00:00
Andrew Gvozdev
1a64d13fda bug 297683: JUnit tests AllTemplateEngineTests stopped compiling in eclipse 3.6M4 2009-12-13 04:34:59 +00:00
John Cortell
487a57e98d [273502] Follow up fix. Launch configuration refactoring doesn't work for non-locals configs that live in the project folder (a .launch file) 2009-12-12 15:11:34 +00:00
John Cortell
b83991daa5 [273502] Allow third party launch configurations to participate in refactoring. 2009-12-11 13:42:36 +00:00
Anton Leherbauer
354fa73eba Fix deprecation warnings 2009-12-11 13:31:32 +00:00
Markus Schorn
ac13b9f714 Compiler warnings. 2009-12-11 11:11:29 +00:00
Anton Leherbauer
12fdecc1fe Bug 296823 - workaround for excessive response from gdb 2009-12-11 10:30:36 +00:00
Markus Schorn
7831fac919 Bug 297550: NPE skipping trivial initializers. 2009-12-11 10:28:44 +00:00
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