1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00
Commit graph

19740 commits

Author SHA1 Message Date
Sergey Prigogin
8597797424 Bug 361604 - Template resolution problem with sizeof expression. 2011-10-23 21:41:21 -07:00
Sergey Prigogin
5e5fc2ba8c Cosmetics. 2011-10-21 12:26:00 -07:00
Sergey Prigogin
ba0439475d Cosmetics. 2011-10-21 12:14:22 -07:00
Sergey Prigogin
ce112653c8 Test case for bug 361604. 2011-10-20 21:19:46 -07:00
Marc Khouzam
2abc834a65 Bug 358754: NPE in MIBreakpointsManager 2011-10-19 15:55:38 -04:00
Sergey Prigogin
d1815f8d8a Split CPPVisitor.createType(IASTDeclarator declarator) into smaller
methods.
2011-10-18 14:26:36 -07:00
Sergey Prigogin
9bf0315622 Bug 333839 - NPE opening Rename refactoring dialog. 2011-10-17 20:19:03 -07:00
Sergey Prigogin
806b1a45b0 Bug 360378 - Confusing behavior when the current file is not part of the
refactoring working set. Also show preview whenever there are warnings.
2011-10-17 20:18:57 -07:00
Marc-Andre Laperle
3d058369e6 Bug 333839 - NPE opening Rename refactoring dialog 2011-10-17 21:51:48 -04:00
Marc Khouzam
2f29555955 Bug 360846: Extra space in build command 2011-10-14 05:58:55 -04:00
Marc-Andre Laperle
d698aff2a1 Bug 352256 - NPE when resetting Name Style to defaults 2011-10-11 19:42:03 -04:00
Anton Leherbauer
63cb434f4c Bug 359658 - code formatter does not work as expected when complicate macro precedes formatted code 2011-10-10 14:20:26 +02:00
Andrew Gvozdev
df7907c7bd bug 360283: Discovery command does not work if workspace name has
spaces
2011-10-09 14:07:15 -04:00
Marc-Andre Laperle
731479bed7 Bug 356863 - Can't finish ImplementMethod wizard when methods contain a
unselected templated method
2011-10-08 18:53:54 -04:00
Sergey Prigogin
57eca5a879 Cosmetics. 2011-10-06 17:29:16 -07:00
Sergey Prigogin
70d8eade30 Bug 360058 - NPE in NewClassCodeGenerator when attempting to create
files not under a source root. Eliminated faulty canonicalization
if resource paths.
2011-10-06 17:28:52 -07:00
Markus Schorn
682b3bbf7b Bug 359653: Range based for loop with auto type. 2011-10-06 16:14:51 +02:00
Pawel Piech
8433a8acd9 Bug 359783 - (Fix matching of timed-out event contexts and tracking
timed-out flags)
2011-10-05 15:40:53 -07:00
Pawel Piech
732b4c86ab Bug 359783 - (Avoid assertion error in case of inconsistent model
events)
2011-10-05 15:40:48 -07:00
Pawel Piech
fbb828d0ca Bug 359207 - Memory Browser: Cell edit modification font color 2011-10-05 15:40:43 -07:00
Doug Schaefer
9b5974763a Switch to tycho 0.13.0 proper. 2011-10-05 12:38:08 -04:00
Pawel Piech
2c9c30c92e Bug 359783 - (comment #3: Fixed handling of suspended event to match
previous behavior)
2011-10-04 22:44:17 -07:00
Pawel Piech
53debd58ae Bug 359783 - [run control] SteppingController step timeout doesn't work
when container is resumed
2011-10-04 22:21:53 -07:00
Sergey Prigogin
d4cf3644ea Cosmetics. 2011-10-04 16:09:29 -07:00
Sergey Prigogin
371bca30f3 Bug 359905 - Invalid formatting of comment in enum. 2011-10-04 15:58:24 -07:00
Sergey Prigogin
352a7b7c51 Added a test case that demonstrates a bug. 2011-10-03 20:35:58 -07:00
Markus Schorn
2ac81668e3 Bug 359485: Workaround deadlock with preferences. 2011-10-03 16:41:36 +02:00
Markus Schorn
c33f596d9c Bug 302767: Missing files in CModel. 2011-09-30 11:31:42 +02:00
Markus Schorn
cfd0941737 Bug 359364: Prevent premature access to ambiguous nodes. 2011-09-30 10:12:00 +02:00
Sergey Prigogin
1cb2732b69 Fixed a Java 6 dependency. 2011-09-29 11:13:57 -07:00
Markus Schorn
645d8be5c6 Bug 350345: Resolving explicit type conversions 2011-09-28 15:06:45 +02:00
Andrew Gvozdev
ec37f12395 bug 359176: cosmetics, more descriptive names 2011-09-28 07:03:33 -04:00
Eugene Ostroukhov
0a3729a913 bug 359176: NPE in XL C++ project 2011-09-28 07:03:19 -04:00
Eugene Ostroukhov
af1c5a901f bug 358832: Includes and Symbols tabs do not remember selected language 2011-09-27 08:36:53 -04:00
Sergey Prigogin
150793bfcc Tightened a test case and fixed an uncovered bug. 2011-09-26 20:02:35 -07:00
Andrew Gvozdev
afd5b11868 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:18:56 -04:00
Sergey Prigogin
2deffc716f Bug 357300. Stricter test case. 2011-09-21 20:24:44 -07:00
Sergey Prigogin
e700877818 Bug 357300 - Function parameter line wrapping wraps commas separating
parameters. Corrected fix.
2011-09-21 18:21:28 -07:00
Sergey Prigogin
2f0b115666 Revert "Bug 357300 - Function parameter line wrapping wraps commas separating parameters"
This reverts commit cd17d74157.
2011-09-21 14:22:30 -07:00
Anton Leherbauer
cd17d74157 Bug 357300 - Function parameter line wrapping wraps commas separating parameters 2011-09-21 14:28:09 +02:00
Sergey Prigogin
c71e247578 Bug 357423. Fixed regression. 2011-09-20 17:28:53 -07:00
Sergey Prigogin
745cbac9a9 Bug 358282 - Name resolution problem with mismatched 'class' and
'struct'.
2011-09-20 11:56:07 -07:00
Sergey Prigogin
498366f5ac Cosmetics. 2011-09-20 11:47:43 -07:00
Sergey Prigogin
9f7c9bcce8 Adjusted Javadoc. 2011-09-20 11:35:44 -07:00
Sergey Prigogin
7678ada85c Cosmetics. 2011-09-20 11:34:32 -07:00
John Liu
7e53088c44 Bug 356901 - TVT/DVT3.7:TCT102: DAN: Truncation of "Case Insensitive" 2011-09-20 13:22:18 -04:00
Markus Schorn
6337c3d624 Bug 356632: Follow up porting fix to 8.0.2. 2011-09-19 14:10:22 +02:00
Markus Schorn
2f327be2be Bug 356955: Follow up porting fix to 8.0.2. 2011-09-19 14:10:21 +02:00
Markus Schorn
24a8df9d9f Bug 357928: Odd behavior of indexer properties page. 2011-09-19 14:10:21 +02:00
Markus Schorn
1772ed2b55 Bug 357320: Class template usage in method defined outside of class body. 2011-09-19 14:10:20 +02:00