1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-18 05:35:45 +02:00
Commit graph

19820 commits

Author SHA1 Message Date
Simon Ducharme Boutin
065c2fc46f Bug 304482 - [code templates] word_selection templates are not proposed
when selected word is the only word on line
2012-01-16 01:32:44 -05:00
Marc-Andre Laperle
6fd8c80d5b Bug 210815 - C project wizard shouldn't use C++ icon 2012-01-15 12:08:24 -05:00
Marc-Andre Laperle
661184df67 Bug 350828 - CDT doc bundles should include a pre-built help index.
Also restore building javadoc and extension documentation.
2012-01-15 02:48:01 -05:00
Marc-Andre Laperle
5df781b1b1 Bug 368446 - NonVirtualDestructor checker: stack overflow when class
inherits itself
2012-01-14 16:25:19 -05:00
Andrew Gvozdev
76d3d7f2e6 bug 312165: Viewers should clearly indicate whether a folder is excluded
from build
2012-01-08 23:15:21 -05:00
Marc-Andre Laperle
7e80cc1d96 Bug 367992 - Broken link in IManagedDependencyCommands JavaDoc 2012-01-07 23:40:14 -05:00
Otavio Pontes
9e260b1c8d Bug 345614 - restore default button in codan preferences 2012-01-07 22:56:08 -05:00
Andrew Gvozdev
f68309419d bug 367559: Fixed exception in MakeContentProvider, viewer can be
TableViewer.
2012-01-06 13:04:08 -05:00
Marc-Andre Laperle
07a1143ce3 Bug 367393 - [Implement Method] Refactoring wizard opens even if there
are no method to implement
2012-01-04 13:10:19 -05:00
Marc Khouzam
4442ba9f1c Bug 367788: maint set python print-stack has been removed from GDB 7.4 2012-01-03 16:32:35 -05:00
Marc-Andre Laperle
ab97b1eb28 Bug 345118 - can not change the annotation style of texts in lines of
breakpoints
2012-01-03 13:09:27 -05:00
Markus Schorn
cb77b3d8b5 Bug 365981: Detect syntax error replacing pointer to member. 2012-01-02 14:21:31 +01:00
Andrew Gvozdev
6198685173 Bug 367559: better handling of project add/remove/open/close 2011-12-31 13:40:24 -05:00
Andrew Gvozdev
994134f660 Bug 367559: avoid recursive refreshes of Make Targets view 2011-12-30 00:54:54 -05:00
Sergey Prigogin
507ee8d04e Excluded generated files from version control. 2011-12-28 20:42:07 -08:00
Sergey Prigogin
060afa174d Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2011-12-28 18:54:46 -08:00
Andrew Gvozdev
b37a0fc605 bug 367559: Fixed exception 2011-12-28 00:40:53 -05:00
Sergey Prigogin
0381475f16 Bug 367391 - [Generate Getters and Setters] Going back and deselecting a
getter or setter doesn't affect subsequent code generations.
2011-12-27 14:46:17 -08:00
Andrew Gvozdev
084ef2d664 bug 367559: Double source folder in Make Targets View - handle deletions
in more robust way
2011-12-27 15:09:06 -05:00
Sergey Prigogin
1401578875 Bug 367473 - Rename refactoring without dialog leaks memory. 2011-12-27 10:20:57 -08:00
Andrew Gvozdev
9472753972 bug 367559: Double source folder in Make Targets View 2011-12-26 23:45:22 -05:00
Andrew Gvozdev
940b5b7566 bug 367559: Double source folder in Make Targets View 2011-12-26 23:23:22 -05:00
Andrew Gvozdev
6d05e94448 bug 367559: Double source folder in Make Targets View 2011-12-26 17:19:09 -05:00
Andrew Gvozdev
612d3bf95d bug 355601: Make Targets Not Found In Nested Folders 2011-12-26 16:11:19 -05:00
Sergey Prigogin
1421a4307c Bug 367482. Patch by Raphael Zulliger with minor modifications. 2011-12-23 15:26:17 -08:00
Sergey Prigogin
998034be23 Bug 365461: Requesting -Wextra and -Wconversion warnings flags for gcc
c/c++
2011-12-23 14:50:57 -05:00
Marc Khouzam
595f7ed8bb Bug 365471: Explicitly set 'target-async off' in all-stop. This patch is for the maintenance branch to avoid adding new APIs. 2011-12-23 10:45:15 -05:00
Anton Leherbauer
ccf30980da Bug 367417 - IndexerPreferenceListener leaks CEditor instance 2011-12-23 10:24:43 +01:00
Marc-Andre Laperle
6755ff6b79 Bug 367467 - Generate Getters and Setters leaks memory 2011-12-23 00:14:55 -05:00
Markus Schorn
d9f0129f6d Bug 365981: Undetected syntax failure instantiating function template 2011-12-22 11:26:58 +01:00
Anton Leherbauer
00e0e97a8b Bug 365051 - Unreadable black source hover 2011-12-22 11:14:13 +01:00
Sergey Prigogin
427b9f8c9e Bug 367117 - [formatter] cdt hangs when formatting c++ code. 2011-12-21 10:38:44 -08:00
Markus Schorn
f492f35136 Bug 332883: Auto type for range based for loop. 2011-12-21 18:05:01 +01:00
Markus Schorn
77e2eefe30 Bug 364920: NPE using call hierarchy 2011-12-21 15:19:29 +01:00
Anton Leherbauer
79f305532d Bug 367061 - Language mappings as created in a Helios project are ignored when imported in Indigo (backward compatibility issue) 2011-12-19 16:20:54 +01:00
Andrew Gvozdev
11bfe7ab1a bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-12-12 18:12:09 -05:00
Sergey Prigogin
96d7e46a45 Cosmetics. 2011-12-12 12:05:37 -08:00
Sergey Prigogin
2520669837 Bug 366422 - C++11 standard headers missing from file types. 2011-12-12 12:03:21 -08:00
Anton Leherbauer
495dd7cfa9 Bug 365605 - Editor should reconcile also on save 2011-12-06 15:04:31 +01:00
Andrew Gvozdev
5a5124dd04 bug 299376: Console/Problem view UTF-8 character encoding problem with
Cygwin 1.7
2011-11-30 15:32:47 -05:00
Andrew Gvozdev
726e835448 bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-30 11:01:37 -05:00
Chris Recoskie
abae07b394 Bug 365142 - Linux specific API used in AIX libpty -> NULL dereference 2011-11-29 17:49:36 -05:00
Markus Schorn
bc6ff322dc Bug 364225: NPE in template ambiguity handling in delete expression. 2011-11-29 13:15:55 +01:00
Dries Harnie
c253ee2f96 bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-28 16:14:09 -05:00
Anton Leherbauer
3aa080a946 Bug 364942 - completion on include (ctrl+space) causes exception 2011-11-28 16:39:19 +01:00
Anton Leherbauer
ca65292384 Bug 364943 - java.lang.StringIndexOutOfBoundsException exception observed 2011-11-28 16:39:16 +01:00
Andrew Gvozdev
6e57986e89 Bug 210248 - test projects update, revert sample projects to MinGW
toolchain

This reverts commit 8cc8d861c8.
2011-11-24 12:33:04 -05:00
Christian W. Damus
c25bb87b76 Bug 210248 - test projects update 2011-11-22 19:40:43 -05:00
Alena Laskavaia
a7c7a6f3b7 Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change - fixed external builder
2011-11-22 19:40:23 -05:00
Christian W. Damus
f3c8eaaf30 Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change
2011-11-21 21:16:33 -05:00