Francois Chouinard
0465eb3d20
Fix for bug264721
2009-02-17 14:11:08 +00:00
Markus Schorn
5008c01caf
Preprocessor option to create tokens for inactive code branches, macro's from inactive code in outline view, bug 264666.
2009-02-17 12:03:09 +00:00
Emanuel Graf
251c37e865
FIXED - bug 264712: Refactor extract function deletes comments in header
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=264712
2009-02-17 10:37:22 +00:00
Sergey Prigogin
b749b3efe5
Code formatting.
2009-02-17 05:56:26 +00:00
Sergey Prigogin
f2bf6c0fa9
Test case for bug 265070.
2009-02-17 02:43:24 +00:00
Sergey Prigogin
d1019b8da6
Code formatting.
2009-02-17 00:33:31 +00:00
Sergey Prigogin
d2c24dc7ca
Code formatting.
2009-02-16 23:25:40 +00:00
Marc Khouzam
59129f335e
[225921] Prevent a step-return for GDB when in main()
2009-02-16 20:05:24 +00:00
Marc Khouzam
cef6f529da
[265048] Forgot to make the new cache private
2009-02-16 19:29:14 +00:00
Marc Khouzam
034c7b969e
[265048] Currently, if asking for a stack depth with max depth of 0 (full) followed by another request with stack depth of 2, the MIStack service will send two request to GDB.
...
It is more efficient to only request a new stack depth if we need anything deeper than what we already know. This is what we now do with a local stack depth cache.
2009-02-16 19:21:55 +00:00
Vivian Kong
d9c3aca1b8
Bug 264994 - Use Eclipse 3.5M5 for nightly builds
2009-02-16 17:32:58 +00:00
Markus Schorn
17a0f1c360
Fix warnings.
2009-02-16 09:40:45 +00:00
Markus Schorn
edc5df6d66
Name resolution problems, bug 264988.
2009-02-16 09:37:36 +00:00
Sergey Prigogin
d3ad2ee3d7
Comment adjustments.
2009-02-16 03:34:07 +00:00
Sergey Prigogin
d9e8e6d74f
Bug 264963. Fix + test case.
2009-02-16 03:09:49 +00:00
Sergey Prigogin
641956d09e
Changed DEFAULT_FILES_TO_PARSE_UP_FRONT from "cstdarg, cstddef, ctime" to "cstdarg, cstdio, ctime" to fix resolution of fopen, fgets, fprintf, etc.
2009-02-15 20:31:04 +00:00
Markus Schorn
7a8dad74f7
Directives within arguments to macro expansion, bug 240194.
2009-02-13 12:11:54 +00:00
Anton Leherbauer
9da66d78f2
Bug 264655 - [Macro Explorer] NPE when trying to open the tool
2009-02-13 10:54:52 +00:00
Anton Leherbauer
7d013c6d3f
Increase dependency version (bug 264147)
2009-02-13 10:44:18 +00:00
Marc Khouzam
4399ebb4e9
[264731] More specific GDB version checking until GDB 7.0 is released
2009-02-12 18:56:32 +00:00
Vivian Kong
b80da27364
update to the latest releng basebuilder - related to bug 264672
2009-02-12 15:28:33 +00:00
Anton Leherbauer
03dd6bda62
Bug 264299 - Scalability dialog acts strangely when eclipse is starting in background
2009-02-12 11:01:17 +00:00
Markus Schorn
e4fc78c9e5
Allow friend declarations to resolve to templates.
2009-02-12 08:37:45 +00:00
Alena Laskavaia
d5b8322626
[263133] refactoring for java 1.5 (patch applied)
2009-02-11 19:26:11 +00:00
Markus Schorn
91c9f2840c
Reworked pointer-to-member types, bug 264479.
2009-02-11 16:14:20 +00:00
Markus Schorn
c29405a6f8
Reworked pointer-to-member types, bug 264479.
2009-02-11 14:30:19 +00:00
Markus Schorn
dfb35058dd
Ambiguity resolution and friends, bug 264109.
2009-02-11 14:30:02 +00:00
Markus Schorn
93867fa16e
Reworked pointer-to-member types, bug 264479.
2009-02-11 13:18:24 +00:00
Markus Schorn
fb9e22e7e4
Const typedefs, bug 264474.
2009-02-11 08:04:40 +00:00
Alena Laskavaia
8dd5c4c602
[264010] - patch to fix discovery profile for mingw
2009-02-10 18:47:05 +00:00
Markus Schorn
cb8e6623fd
Distinction of deferred instances, bug 264367.
2009-02-10 17:19:10 +00:00
Markus Schorn
76fda4d2c5
unified toString() methods for pdom-bindings.
2009-02-10 17:18:04 +00:00
Randy Rohrbach
d3a1c826ed
Performed some cleanup to get rid of unneeded warnings.
...
No functional change to the code. There is no specific bugzilla
entry for this.
Randy
2009-02-10 14:49:45 +00:00
Markus Schorn
86041e3f39
Constructor template in implicit conversion sequence, bug 264314.
2009-02-10 12:46:46 +00:00
Anton Leherbauer
59bc9825a4
Bug 194592 - Code Completion in generic class is not working
2009-02-10 09:47:46 +00:00
Anton Leherbauer
f0af376bb5
Bug 264147 - CDT Editor in Column/Block Edit Mode
2009-02-10 09:44:48 +00:00
Alena Laskavaia
cbe4c97b64
[263924] - fixed windows command line parsing
2009-02-09 21:40:58 +00:00
Marc Khouzam
ea1399cf07
[258284] This patch allows the user to enable reverse debugging from the launch. I got it all to work except for one case: if the user turns off StopOnMain, but actually has a real breakpoint on main,
...
then that breakpoint will be ignored when having Reverse on in the launch.
2009-02-09 21:34:16 +00:00
Randy Rohrbach
51cf30f09d
Just removed a few comments that should have been taken out before I reconciled before. This is just a continuation of the previous defect.
...
Randy
2009-02-09 21:03:09 +00:00
Mike Kucera
c567450356
fixed bug with parsing __declspec
2009-02-09 17:53:36 +00:00
Mike Kucera
fc9b4516b3
support for GNU extension type id initiailzers in C++
2009-02-09 16:09:51 +00:00
Mike Kucera
d511f13dee
fix for bug 195701 for LR parsers, attributes in namespace definition
2009-02-09 15:14:13 +00:00
Markus Schorn
1c7f9d1e34
Constructor template in class template.
2009-02-09 14:45:59 +00:00
Markus Schorn
5a3544dc81
type of new-expression, bug 264163.
2009-02-09 14:15:38 +00:00
Markus Schorn
91d6659911
type of new-expression, bug 264163.
2009-02-09 14:05:21 +00:00
Markus Schorn
7e4bb073a8
Rework of standard conversion sequence, bug 263159.
2009-02-09 11:43:21 +00:00
Anton Leherbauer
02ecde30f4
Bug 250803 - org.eclipse.cdt.utils.NM.init() method is buggy
2009-02-09 09:06:50 +00:00
Ted Williams
2f1c9049d9
[memory] DSDP-DD -> CDT initial commit
2009-02-09 06:20:34 +00:00
Sergey Prigogin
49d7a3d051
Test case for bug 264109.
2009-02-09 00:04:23 +00:00
Sergey Prigogin
58f6288123
Test case for bug 264109.
2009-02-09 00:02:50 +00:00