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

18520 commits

Author SHA1 Message Date
Ken Ryall
ef899d10d1 Bug 330875 - Use of Parenthesis in Stack Frame Name 2011-01-13 12:29:11 +00:00
Andrew Gvozdev
825a17640d bug 334194: [MS Toolchain] Allow use of toolchain with only VS2008 installed
Patch from Marc-Andre Laperle
2011-01-13 04:21:41 +00:00
Sergey Prigogin
03762755b8 Fixed NPE. 2011-01-13 03:37:39 +00:00
Emanuel Graf
687eb68210 Bug 333842: The ASTRewriter looses one insertion edits if one both inserts before, and replaces an AST Statement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333842
2011-01-12 13:17:42 +00:00
Emanuel Graf
3ae08fdeab Bug 334051: Implement method sometimes doesn't add class name to methods in .cpp
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334051 Patch by Marc-Andre Laperle
2011-01-12 09:34:47 +00:00
Sergey Prigogin
baa2c091e7 Bug 273525. Reverted the previous change. 2011-01-12 01:55:13 +00:00
Sergey Prigogin
ffc86f14b2 Bug 273525. Use index binding for search. 2011-01-12 01:54:41 +00:00
Anton Leherbauer
f3f4f693eb Bug 333946 - [disassembly][api] provisional package should be marked internal in the manifest 2011-01-11 11:03:59 +00:00
Sergey Prigogin
c12a4d8b9b Bug 273525 - Generate Getters and Setters is very slow. 2011-01-10 03:59:38 +00:00
Sergey Prigogin
0823fc1277 Cosmetics. 2011-01-10 01:35:46 +00:00
Sergey Prigogin
4a97e80fb5 Removed redundant field. 2011-01-10 01:32:51 +00:00
Sergey Prigogin
570e4e9ec1 Cosmetics. 2011-01-10 01:30:01 +00:00
Andrew Gvozdev
59a855ee4b updated description to reflect correct interface to implement 2011-01-08 03:47:13 +00:00
Randy Rohrbach
7d8bb1b7b9 Bug 333443 - Make the method public instead of protected
Randy Rohrbach - Wind River : 781-364-2226
2011-01-08 03:34:27 +00:00
Sergey Prigogin
c961b374f4 Cosmetics. 2011-01-08 01:18:34 +00:00
Sergey Prigogin
cd19464169 Use List instead of ArrayList in API. 2011-01-08 00:33:29 +00:00
Markus Schorn
ed13e97f59 Bug 333529: Function instance as template argument. 2011-01-07 14:44:54 +00:00
Markus Schorn
91c157b041 Bug 333325: Default template arguments for function templates. 2011-01-07 13:55:39 +00:00
Markus Schorn
e3fcf44ebd Bug 333256: Name resolution in trailing return type. 2011-01-07 12:37:02 +00:00
Markus Schorn
c3d083bf06 Bug 333285: Non-type template parameter with leading typename keyword. 2011-01-07 11:16:33 +00:00
Markus Schorn
3a300ec622 Bug 333186: Testcase. 2011-01-07 10:14:53 +00:00
Sergey Prigogin
b391b4fac4 Cosmetics. 2011-01-07 04:40:06 +00:00
Sergey Prigogin
b0e167dd8e Cosmetics. 2011-01-07 04:38:39 +00:00
Sergey Prigogin
b2d8caa6b0 Adjusted comment. 2011-01-07 04:29:56 +00:00
Sergey Prigogin
4cc133917e Adjusted comment. 2011-01-06 19:29:09 +00:00
Andrew Gvozdev
beee2aa405 bug 279502: User friendly icons for Paths&Symbols and Includes tree in Project Explorer 2011-01-06 19:19:26 +00:00
Emanuel Graf
666369f3f9 Bug 260133: Extract function and extract local variable don't handle type promotion
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260133
2011-01-06 10:22:23 +00:00
Andrew Gvozdev
742051014c bug 319512: Missing type arguments on managedbuilder.core 2011-01-06 05:12:48 +00:00
Sergey Prigogin
f83cf7403d Cosmetics. 2011-01-06 03:21:39 +00:00
Sergey Prigogin
46b2750a00 Cosmetics. 2011-01-06 03:12:30 +00:00
Sergey Prigogin
3df7d3854f Cosmetics. 2011-01-06 03:01:07 +00:00
Sergey Prigogin
bf2a1b3472 Cosmetics. 2011-01-06 02:51:06 +00:00
Sergey Prigogin
415903e978 Cosmetics. 2011-01-06 02:36:29 +00:00
Sergey Prigogin
a5a8d0ed20 Cosmetics. 2011-01-06 02:27:27 +00:00
Doug Schaefer
67cb94a163 Bug 333587 - Update to handle new MinGW installer. 2011-01-05 18:30:02 +00:00
Emanuel Graf
e27e34dd13 bug 330693: Improve suggested variable name in Extract Local Variable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330693 Improved handling of long names
2011-01-05 10:20:42 +00:00
Sergey Prigogin
c81916affe Adjusted comment. 2011-01-05 03:33:37 +00:00
Sergey Prigogin
cff63a5fbe Cosmetics. 2011-01-05 02:45:15 +00:00
Sergey Prigogin
bb4d695756 Adjusted comment. 2011-01-05 02:04:23 +00:00
Sergey Prigogin
4ab245e554 Cosmetics. 2011-01-05 01:59:04 +00:00
Randy Rohrbach
6b367bbecf Bug 333509 - More generic reference to IMemoryBlockRetrieval. 2011-01-04 20:37:18 +00:00
James Blackburn
94e6baa3f7 Bug 333504 - [remote launch] NPE after switching to "Standard Launcher" in Remote Application debug configuration 2011-01-04 20:28:14 +00:00
Doug Schaefer
92c3c8638f Bug 329531 - Add some missing pieces to enable the builder to work. 2011-01-04 19:34:49 +00:00
Emanuel Graf
41bb986be0 Bug 296192: Extract method removes essential macros and breaks formatting
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296192
Bugfix patch that fixes a case where comments at the end of a block are lost for C code (Comment #2)
2011-01-04 14:50:52 +00:00
Emanuel Graf
6361cd4231 Bug 330693: Improve suggested variable name in Extract Local Variable
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330693
2011-01-04 12:18:01 +00:00
Emanuel Graf
54165f3720 Bug 331963: Extract local variable doesn't put template type parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=331963  patch and test cases
2011-01-04 09:16:42 +00:00
Andrew Gvozdev
bb65ee266a bug 319512: Missing type arguments on managedbuilder.core
Reverted problematic code
2011-01-03 21:48:28 +00:00
Andrew Gvozdev
2bb0e9a6a5 bug 319512: Missing type arguments on managedbuilder.core 2011-01-03 21:28:05 +00:00
Andrew Gvozdev
7c70ab5b89 bug 319512: Missing type arguments on managedbuilder.core 2011-01-03 21:05:44 +00:00
Andrew Gvozdev
334702ee05 bug 319512: Missing type arguments on managedbuilder.core 2011-01-03 20:49:15 +00:00